Viewing 15 posts - 34,576 through 34,590 (of 39,793 total)
October 12, 2004 at 10:11 am
It boots sqlsrvr.exe in the windows priority against other applications. It might get you slightly better performance, but if there are other processes on the box that might need resources,...
October 12, 2004 at 10:10 am
October 11, 2004 at 10:11 am
I've heard good things about Protegrity, but hanve't used it.
October 11, 2004 at 10:10 am
Does it do this if you run it interactively? Can you double click the failed item and get an error?
Most likely it's a data problem. Try changing the first and...
October 11, 2004 at 10:08 am
I believe 6.5 only had Std and Enterprise editions. If select @@version doesn't return it, I'd look through the registry keys (HKLM/Software/MS/SQL Server) for it or properties of the server...
October 11, 2004 at 10:06 am
Must be some bug somewhere. I'll take a look.
October 11, 2004 at 10:00 am
I don't think that you want [] around the filepath do you?
October 8, 2004 at 2:24 pm
I received this question with supporting documentation about an open case with MS. At the time I needed some questions and posted it
,...
October 8, 2004 at 12:26 pm
select sum( case when sub2 = 0 then sub1 else sub2 end)
from ...
October 8, 2004 at 12:23 pm
select max( dt) from mytable
where dt < (select max( dt) from mytable))
October 8, 2004 at 12:23 pm
I haven't worked with many systems at 8GB and none on W2K3, but I pinged a few people that might have. Which HP system is this?
October 8, 2004 at 9:23 am
Installing 6.5 on W2K requires some tweaking. Search MS.com for a kb article on this. As far as the restore, I'm not sure. I know there are issues if you...
October 8, 2004 at 9:21 am
Profiler is really the only good way of doing this. Be sure that if you remove stuff, you archive it so that if 6 months from now you find out...
October 7, 2004 at 9:31 am
Viewing 15 posts - 34,576 through 34,590 (of 39,793 total)