Viewing 15 posts - 1 through 15 (of 184 total)
Try updating the statistics, then forcing a recompile of the procedure you are having trouble with after the truncate/inserts. You might want to do this periodically several times after the...
May 14, 2006 at 6:14 pm
Have you tried using status 0 instead? Set the status to zero, move the file to a sub-directory, restart the trace.
You can also always copy the file while it's still...
May 14, 2006 at 6:10 pm
Instead of restarting the server, try updating the statistics on the table in question. Does that solve your issue?
May 14, 2006 at 5:57 pm
and how are you deleting the trace?
May 14, 2006 at 4:30 pm
If you are talking about a SQL Server cluster, there is no true active-active cluster. You can use two servers and setup:
active-passive
passive-active
as your instances. This will, in effect, be a...
May 14, 2006 at 2:40 pm
If you mean the default data and log file settings, that hasn't really changed. You just need to right-click on the server instance in object explorer, go to properties, go...
May 14, 2006 at 2:35 pm
SQL Server 2000 support it. Why wouldn't 2005?
December 12, 2005 at 3:41 pm
The 8.00.250 is 2000 No SP+Q291683. That means you are running without ANY SQL Server service packs. You need to patch badly.
December 12, 2005 at 12:52 am
You can find good crosstab examples by going to http://www.sqlteam.com, clicking on the articles, and searching for either pivot table or cross tab. There are two or three pretty...
December 11, 2005 at 11:11 pm
The best way to do this would be to have an application that looks at the user table and sends emails or is triggered when they initially sign in. Alternatively,...
December 11, 2005 at 5:44 pm
You can run the osql command with trusted authentication and change the default database if you have sufficient rights. When you run osql, it doesn't validate the default database. Run...
December 11, 2005 at 5:41 pm
David, he won't need AWE if he has 64-bit Windows and SQL Server. All the memory will be directly addressable. That's one of the biggest features of 64-bit computing. The...
December 11, 2005 at 5:32 pm
Craig, why are you trying to shrink the log file? If you don't need the space, you might want to leave it alone. Otherwise, it will just have to grow...
December 11, 2005 at 12:41 pm
Have you checked your antivirus to make sure it's still excluding the data and log files? We had someone change that a month or so ago while they were "improving"...
December 10, 2005 at 8:32 pm
Viewing 15 posts - 1 through 15 (of 184 total)