Viewing 15 posts - 316 through 330 (of 463 total)
You can go for Active/Active clustering. But something you need to be aware about is that Active/Active Clustering will not be helpful to balance the load. To balance the load,...
August 10, 2004 at 3:26 pm
Start sql with trace flag 3608 and you should be able to change the ownership of the database.
August 10, 2004 at 3:05 pm
August 9, 2004 at 2:53 pm
I looked at BOL and i did not find anywhere where it says that Standard edition will not create index in parallel. Can you please provide the link where it says so.
August 9, 2004 at 1:56 pm
The small virtual log files is the growth increment which you provide for your transaction logs. Suppose if you have the logfile set to default limits of 10 % increment...
August 9, 2004 at 10:30 am
The database owner for some of your database is not a valid login. Try running the following query and change the ownership of all the databases which have null as the...
August 9, 2004 at 10:19 am
Are you runnng Active/Active or Active/Passive clustering ?
August 8, 2004 at 8:14 pm
SQL Server does not support network load balancing. Yukon also does not have this feature. I think we might have to wait for the next product release.
August 8, 2004 at 8:08 pm
Profiler does involve overhead but you also don't have any options.
You can pick up a standard template to run and it should give you all...
July 27, 2004 at 3:06 pm
You can write a trigger to accomplish this. You cannot cascade to two different columns.
July 27, 2004 at 2:46 pm
Can you verify the MDAC versions on test and production ?
July 27, 2004 at 8:29 am
You might want to look at the article below.
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B555064
July 27, 2004 at 8:00 am
Syscomments has a limitation of 4000 characters. You can use the script below. Paste it into a file and name it procedure.vbs(or anything else) and pass the parameters to the...
July 22, 2004 at 12:08 pm
Below is the link to the KB Article which explains how to manually uninstall SQL server.
July 8, 2004 at 4:10 pm
Viewing 15 posts - 316 through 330 (of 463 total)