Viewing 15 posts - 1,561 through 1,575 (of 5,103 total)
Jeff Moden (9/28/2007)
You mean the same ones that RPAD in SysProcesses? 😀
yeah... and all stored procedures that touch it 😀 😀
September 28, 2007 at 2:30 pm
Steve, I know he did. I was just making sure it was not by chance 😉
September 28, 2007 at 2:24 pm
... Running sp_HelpDB will allow you to figure out the DBID ...
select db_name(dbid)
Cheers,
September 28, 2007 at 1:03 pm
jason (9/28/2007)
September 28, 2007 at 12:54 pm
We are all asumming you are using sql server 2000, right ?
September 28, 2007 at 12:49 pm
Anyone knows what going on?
B U G S
:hehe:
September 28, 2007 at 12:41 pm
totally agree with Colin, in those heavy OLTP system the dough is on the IO subsystem 😀
September 28, 2007 at 12:34 pm
From Experience I know Lumingent is BIG $$$ but I am not sure it captures "reads" though.
September 28, 2007 at 12:31 pm
DBASkippack (9/28/2007)
(Are you sure Microsoft didn't do this to catch up w/ DB2...
September 28, 2007 at 12:25 pm
jonas.jillerholm (9/27/2007)
September 28, 2007 at 12:20 pm
Yes Whe you review the "table" the number is in MICROSECONDS and you must divide by 1000000 (one million) Profiler UI is being nice to you and showing it in...
September 28, 2007 at 11:59 am
In 2005 you can use the TOP clause to avoid the use of "SET ROWCOUNT"
WHILE 1=1
BEGIN
DELETE...
September 28, 2007 at 11:53 am
Paul Richardson (9/28/2007)
Do you know if that script will work on a MSSQL 2005 server that is not using partitions?Thanks.
Yes it does! If you are not using "multiple" partitions it...
September 28, 2007 at 11:48 am
There is IMHO nothing like eating your own dog food to prove your clients how much you trust the product you sell. I know that not all cases are in...
September 28, 2007 at 11:46 am
Viewing 15 posts - 1,561 through 1,575 (of 5,103 total)