Viewing 10 posts - 31 through 41 (of 41 total)
When installing SQL Server you have two options:
1) Collation designator and sort order (default is Latin1_General)
2) SQL Collations (default is Dictionary order, case-insensitive).
It looks like you are seeing the difference...
May 1, 2008 at 3:18 pm
The screen after you enter your license information contains the advanced button. See attachment.
March 15, 2008 at 7:49 am
SQL Server can use separate threads to access each data file, thus giving you better performance.
February 15, 2008 at 9:35 am
It won't make much of a difference if the underlying volumes are not separate drives and/or separate RAID arrays. Your logical partitioning scheme with the added change from the previous...
February 12, 2008 at 10:40 pm
Is the shared disk resource failing over properly? I would fail over to the 'bad' node and watch for disk i/o issues; see if you come across any Latch IO...
February 12, 2008 at 10:33 pm
Yes. Log into node 1 and open Windows Cluster Administrator. Enter the cluster name and connect to it. Click on the Cluster Group and make sure Node 1 is the...
February 12, 2008 at 10:28 pm
I have a question regarding the script provided at
http://www.sqlservercentral.com/columnists/bknight/usp_databases.txt
How is this different from running the sp_helpdb procedure which, among other things, returns the sizes of all the databases?
Thanks.
Alin
July 8, 2007 at 11:00 am
Viewing 10 posts - 31 through 41 (of 41 total)