When I boot into Windows 98, I get this error message:
The MSVCP60.DLL file is linked to missing export MSVCRT.DLL:_lc_collate_cp. I know the files have something to do with the Microsoft Runtime...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_10361808.html
Zones:
Windows 98Date Answered: 05/29/2000 Rating: 6.8 Views: 0
Have recieved a backup from client, tried to restore on a sql server with default character set, sort order and unicode collation.
Getting error stating data is in wrong sort order, data is in 4...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20184350.html
Zones:
MS SQL ServerDate Answered: 10/22/2003 Rating: 8.8 Views: 0
I am trying to install the MSDE but I don't seem to be having much luck. I have copied the msde2000 directory off of the cd into the d:\download\msde directory and then I made the directory and al...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20647750.html
Zones:
MS SQL ServerDate Answered: 06/13/2003 Rating: 9.6 Views: 0
Basically I need to have the collation for an entire DB set to a certain type.
It IS set at the DB level, however, their are fields that have it set to a different option in many of the tables.
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21076340.html
Zones:
MS SQL ServerDate Answered: 08/03/2004 Rating: 6.8 Views: 0
Hi,
Looking for solutions to a problem I noticed that the server collation on box1 is SQL_Latin1_General_Cp1_CS_AS and on another it is Latin1_General_CS_AS. Looking deeper at our dev and producti...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21827545.html
Zones:
MS SQL ServerDate Answered: 04/26/2006 Rating: 8.2 Views: 0
Hi:
I map locations from one table to another by doing something like:
update mytable
set mylocation=l.location
from mytable as p, locationtable as l
where p.storedid=l.storeid
However...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21929769.html
Zones:
MS SQL ServerDate Answered: 07/24/2006 Rating: 8.4 Views: 0
Hi,
We have a "standard" western installation of SQL Server with whatever the default collation is.
We also have a list which is ordered by a column in ascending order.
We would like to ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21957644.html
Zones:
MS SQL ServerDate Answered: 08/17/2006 Rating: 8.4 Views: 0
Hi
What are the steps need to take the database collation from one to the other in Ms-sqlserver.
Please explain
i want to change the Database collation from SQL_Latin1_General_CP1-CI_AS ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22657954.html
Zones:
MS SQL ServerDate Answered: 09/25/2007 Rating: 8.8 Views: 0
Hi
I am building a database for use on the web for my customers in Australia.
what option is the right for Collation and "mysql connection collation"?
thx
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
I have the following simple union query:
SELECT Company, Site, DateOfService, PostedDate, ProvPlusID, ProvName, PatientID, PtName, ProcCode, '' AS Hours, Visits, Units, RVUValue, WorkRVU, Pr...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2445...