Viewing 15 posts - 31 through 45 (of 47 total)
Something like this may work for you (you will probably want to tweek it to your needs)
select
groupname,d.name
from
...
November 4, 2004 at 10:37 am
Can you explain the locking problem a little further?
November 4, 2004 at 10:29 am
For what it is worth, both statements work just fine on my servers. are both of your servers at the same version? (select @@version). What do you mean "misbehaves"? Are...
November 4, 2004 at 10:27 am
Moving stored procedures would not truncate the log. How are you noticing that the log is getting truncated?
November 4, 2004 at 10:20 am
The only way I have been able to tell exactly what happened in the SQLMaint task is to view the maintenance plan history (Right-click plan and view history). The other...
November 4, 2004 at 10:09 am
Simply because we have purchased some software (that will run on another server) that requires a SQL Server database. The vendor's install program that puts a database out on this...
August 23, 2004 at 3:18 pm
This is excellent information! Thanks so much!
August 19, 2004 at 7:17 am
Did you ever figure out how to get the TIME out of the log? I don't think it is available via the DBCC LOG command.
Thanks,
Francis
August 18, 2004 at 3:28 pm
Not sure why you want to "downgrade" but if it is because of licensing costs, you might want to look into this (and get it in writing): we were once...
August 10, 2004 at 1:49 pm
Yep, thats it. JourneymanProgrammer had it too, but it didn't sink in until I saw another example
thanks!
July 15, 2004 at 7:31 am
quote:
Putting the transactions logs on seperate set of disks is to gain disk I/O speed. Though the transaction log file is written...
June 23, 2003 at 7:41 am
Thanks for the reply Frank.
After a closer look at sp_monitor, I think this will give me what I need.
Cheers,
Francis
June 13, 2003 at 8:39 am
While "Physical Disk\%Disk Time" and "Processor\% Processor Time" are useful, I find "Physical Disk \ Avg. Disk Queue Length" and "System \ Processor Queue Length" much more informative, especially on...
June 10, 2003 at 7:20 am
Viewing 15 posts - 31 through 45 (of 47 total)