Viewing 15 posts - 616 through 630 (of 684 total)
Hi,
Try the following functions:
select serverproperty('collation') --to get your server's collation
SELECT *
FROM ::fn_helpcollations() -- might also be useful. it returns all of the collations with a description.
Once you have your server's...
Ed,
Unfortunately, if the database you are restoring had an 80 GB data/log file (even if it contained unused space), when you restore it SQL Server will attempt to create the...
Andy,
At least you got a workstation. At my current client I'm bringing in my own personal 64 bit system for them to test on.
As for the best configuration on 4...
Viewing 15 posts - 616 through 630 (of 684 total)