Viewing 15 posts - 721 through 735 (of 872 total)
Your database user ID's no longer match your server login ID's, this is known as an orphaned user. In the case of a sysadmin, you shouldn't have that problem though...
March 6, 2008 at 8:28 am
Cory Ellingson (3/6/2008)
March 6, 2008 at 8:19 am
What service pack/revision are you on?
SELECT SERVERPROPERTY('ProductLevel')
SELECT SERVERPROPERTY('ProductVersion')
While I don't know exactly what those errors are eluding to, there is a good chance you can resolve this with an update....
March 6, 2008 at 8:19 am
The_sponge (3/6/2008)
Ive had a look , theres no blocking but the spid is suspended with a wait type of ASYNC_IO_COMPLETION
on the top row,BACKUPBUFFER in...
March 6, 2008 at 7:04 am
Is it me or did my post end up above yours?
March 6, 2008 at 6:51 am
That is the agent logs (the scheduler), you want to look at the error logs for SQL server.
SSMS - Management -> SQL Server Logs
or
sp_readerrorlog
or
Install Location\Microsoft SQL Server\MSSQL.InstanceInstallNumber\MSSQL\LOG
March 6, 2008 at 6:44 am
3+ hours for a 40GB backup? Is your NIC 100mb or 1GB? Regardless, that is out of control ... sounds like you may be experiencing some blocking. I assume you're...
March 6, 2008 at 6:42 am
I don't use maintenance plans much ... but it looks like whatever your step is doing, need to bracket the table names as they have spaces ...
[from msx]
[has targets]
March 6, 2008 at 6:38 am
What is it exactly you're attempting to do?
SELECT * FROM msdb.dbo.sysjobs
SELECT * FROM msdb.dbo.sysjobhistory
All your information is in those two tables ... join the job_id's and you're good to go.
March 6, 2008 at 6:36 am
It will update stats, but not with FULLSCAN ...
March 6, 2008 at 6:34 am
Karthika Raman (3/5/2008)
One more question - this...
March 5, 2008 at 2:18 pm
Paul Randal (2/26/2008)
faheemlatif (2/26/2008)
Hi,Please visit this :
http://www.simple-talk.com/sql/backup-and-recovery/pop-rivett-and-the-suspect-database/
That would be a bit useful if they were on SS2000, but they're not. Please check which forum you're in before posting inappropriate links...
March 5, 2008 at 2:16 pm
Something to note (I'd go look for white pages on this to confirm), but I do not believe you can restore the master db in 2005 anymore with the dependency...
March 5, 2008 at 1:47 pm
That's an odd one and I'd really like to hear more on this as I've been using DTS in 2005 quite regurarly without any problem. The fact that loading the...
March 5, 2008 at 1:45 pm
Viewing 15 posts - 721 through 735 (of 872 total)