Viewing 15 posts - 271 through 285 (of 489 total)
MB-400824 (1/25/2011)
sp_calculations does not make any subcalls. The way I have the proc is that I create the T-SQL on the fly. I try to minimized code maintanence, so, I...
January 25, 2011 at 12:48 pm
MB-400824 (1/24/2011)
I am opening a query window in Management Studio under each account and the run the same sp with the same parameters, and get different results.
Do you actually get...
January 24, 2011 at 4:18 pm
Having the table definitions would help, but some of your logic seems a bit odd.
Based on the way your query is set up, this WHERE Clause is always true: ((@RTSelection...
January 24, 2011 at 3:06 pm
By the way this is an issue on SQL 2005. If you detach a file and copy/move it to a new location you lose permission on the file. For this...
January 20, 2011 at 3:25 pm
ramadesai108 (1/13/2011)
January 13, 2011 at 2:53 pm
ramadesai108 (1/13/2011)
Hello Leo,What do you mean by cache reads and writes. It is misleading.
Thanks.
Here are two articles, unfortunately both a bit old that expand on this....
January 13, 2011 at 2:05 pm
ramadesai108 (1/13/2011)
Hello Leo,What do you mean by cache reads and writes. It is misleading.
Thanks.
I know, and so is trying to work out what exactly Profiler is...
January 13, 2011 at 2:00 pm
We are busy testing it or our clients. I'll let you know when we give it a thumbs up if you want.
Leo
January 13, 2011 at 12:52 pm
ramadesai108 (1/13/2011)
Hello,When I see high numbers in READS and WRITES columns in Profiler, what does that mean? How can I improve that?
Thanks.
Reducing READS tends to be...
January 13, 2011 at 12:50 pm
You may also want to run this: select * from sysjobhistory
Leo
January 12, 2011 at 5:54 pm
Have you run: SELECT name, job_id from msdb.dbo.sysjobs where name = 'Backup_WebReq_Log' ?
Possibly check all your SQL Servers
Leo
January 12, 2011 at 5:40 pm
Do you possibly have another server that is running the job?
Leo
January 12, 2011 at 5:29 pm
Ninja's_RGR'us (1/5/2011)
Thanx. But what I need is to be able to control how much data I keep in the trace (above and beyond 5 files @ 20 mb).
What I...
January 5, 2011 at 2:49 pm
Craig Farrell (12/30/2010)
December 30, 2010 at 4:56 pm
marc 96091 (12/22/2010)
GilaMonster (12/22/2010)
Please post table definitions, index definitions for the contacts table as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/Sorry, I went back and added the attachments
I can't see much besides the insert into...
December 22, 2010 at 2:08 pm
Viewing 15 posts - 271 through 285 (of 489 total)