Viewing 15 posts - 271 through 285 (of 492 total)
Yes it can be done, but it's risky and this is not really the place to do loops like this. I would advise you build this sort of process into...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
January 27, 2011 at 3:26 pm
After changing the password, write it down and put it in a safe or save it in an electronic password safe. Then don't use it except for emmergencies. In 17...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
January 27, 2011 at 12:26 pm
It would be good if you posted the error message when the restore fails. Also look in the logs and see what happened 3 weeks ago when it started failing.
In...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
January 27, 2011 at 12:21 pm
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
January 20, 2011 at 3:25 pm
ramadesai108 (1/13/2011)
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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....
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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...
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
January 13, 2011 at 12:50 pm
You may also want to run this: select * from sysjobhistory
Leo
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
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
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
January 12, 2011 at 5:40 pm
Do you possibly have another server that is running the job?
Leo
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
January 12, 2011 at 5:29 pm
Viewing 15 posts - 271 through 285 (of 492 total)