Forum Replies Created

Viewing 15 posts - 616 through 630 (of 684 total)

  • RE: Create databse with case sensitive collation

    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...

  • RE: How do I restore a DB that wants 6X more space then it needs?

    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...

  • RE: Implementing SQL server on 4 drives.

    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)