Viewing 15 posts - 46 through 60 (of 77 total)
yeah I thought you might say that... 🙂
so this means I will have to restore a backup of the DB and then restore the log files after that?
June 9, 2009 at 8:27 am
I encoutered the same issue om my production server (SQL 2005).
To overcome the issue of receiving "failure notifications" from SQL Agent, I added 1 retry event under the Advanced properties...
June 8, 2009 at 5:23 am
Thank you for your info.
Another thing I was wondering about is this:
Will running Rebuilding indexes maintenance plan, decrease the number of deadlocks by any chance?
June 4, 2009 at 6:19 am
I checked the 'On success' action. Would have felt like an idiot if that was the case... But No, all settings are correct for on success and on failure.....
May 18, 2009 at 3:51 am
Thanks for your replies.
This also happens with my Transaction log backup files - a job that runs every 10 minutes.
It indicates that the Transaction log backup job has failed...
May 18, 2009 at 2:17 am
The request came in from a client. We provide them with an extract of the data in Excel format and then the records "repeat" as in my example.
They would like...
April 16, 2009 at 8:51 am
yeah i thought auditing would have to be the way out.
Just by the way - you said "if not too much time has passed" i can use the default trace....
March 30, 2009 at 8:16 am
Thanks - you were right - the view was referencing another DB - So I: GRANT SELECT ON tableName TO userName (for that DB)
and it works fine
Thanks
March 20, 2009 at 3:57 am
Thanks for the replies.
One more permission related issue: If I execute this: EXEC sp_addrolemember 'db_datareader', 'User_Name_Here'
It give the user SELECT permissions on tables , but not views.
How can I...
March 20, 2009 at 1:29 am
Even though the status is "sleeping" ?
Could this be adding to the fact that the CPU is flat lining?
Can I kill these processes and will that solve my problem?
March 10, 2009 at 9:10 am
Well actually it's not me that wants to do this.
The question came from a developer working on a development server.
I guess he just wanted to know for interest sake -...
February 12, 2009 at 6:00 am
No the process is not being blocked. Here are some column values for that process for sp_who2.
Status, Command, CPUTime, DiskIO, ...
January 30, 2009 at 5:47 am
Well it's been over 5 hours now AND STILL running 🙁
Thanks for all your replies but I was now thinking: As mentioned it does UPDATES and INSERTS to tables....
January 30, 2009 at 5:27 am
I am getting the same error - says the job fails, but the log files are created in any case.
Maintenance history shows it was successful but the job history shows...
January 14, 2009 at 2:14 am
Thanks - I tried your suggestion -works just fine.
Appreciate it!!
January 7, 2009 at 1:41 am
Viewing 15 posts - 46 through 60 (of 77 total)