Viewing 15 posts - 271 through 285 (of 629 total)
Lol so I was wrong heh; I didn't think articles like these would be posted here heh.
Thanks for links...
March 23, 2009 at 11:51 pm
Hmm State 1 usually means you are running in Single user mode...
But this seems a bit different .. you second login can you please check it has permissions on database...
March 23, 2009 at 11:41 pm
You don't need to use your administrator account for service account. In SQL Server 2005; when you set the service account for SQL Server Service it does not become...
March 23, 2009 at 11:30 pm
I am sure there is a way to decrypt that but I don't think anyone here will answer that for you... Best would be to have a good copy of...
March 23, 2009 at 11:27 pm
This remote server what kind of control or access can you get to it? Where is it located? Same network or on-line service provider?
If you don't have access to...
March 23, 2009 at 11:20 pm
Go to SSMS.
Connect to your server.
Go to Management.
Go to Maintenance Plans.
Select your plan.
Right click->Design.
In the Design window Drag the "Maintenance Cleanup Task" task in to the window.
Drag the GREEN arrow...
March 23, 2009 at 11:11 pm
I recommend you start logging to a log file; SQL Server records far more details there then it records in in the Maintenance Plan logs or the SQL Server Job...
March 23, 2009 at 11:06 pm
You want to use the "Maintenance Cleanup Task" task to clean up old backups.
And ... name is .. Gupta .. Mohit Gupta 😛 Okay doesn't work as well as James...
March 23, 2009 at 10:58 pm
What are you trying to monitor logins? logouts? failed logins?
As for tracking logins that are not used any more .. I did following:
1) Created new database DBManagement.
2) Created table called...
March 23, 2009 at 10:48 pm
When applying hot fix to active node SQL Server automatically applies to passive node (node defined as passive node for the instance you are patching) Only time you have to...
March 23, 2009 at 10:37 pm
My understanding of that is if you check that setting to only one CPU you are telling SQL Server to not do any parallel activity. And if you are...
March 23, 2009 at 10:34 pm
To clean out old backups you can Implement a new task that cleans backup that are older then 1 day. As for you backup not working are there any...
March 23, 2009 at 10:26 pm
heh orphan owner issue. I always set owner to SA for my databases :).
As for seeing who changed the owner *IF* you don't have lots of activity...
March 23, 2009 at 10:18 pm
Hmmm please check the log file for more detailed error information. The SQL Server job history doesn't store detailed information; what you pasted above doesn't tell much. It's...
March 23, 2009 at 10:12 pm
Maybe check tempdb, when you are using CHECKDB in one transaction it might be putting pressure on your tempdb?
Mohit.
March 23, 2009 at 6:26 pm
Viewing 15 posts - 271 through 285 (of 629 total)