Viewing 15 posts - 286 through 300 (of 1,160 total)
November 29, 2010 at 4:26 am
Some other process (not necessarily a job) is causing the Reindex job to be deadlocked. Please go through this article[/url] which helps you to troubleshoot deadlocks.
November 29, 2010 at 1:12 am
No Problem. Glad it worked!
November 29, 2010 at 12:48 am
The System Event Log will have details as to when the node failed over.
November 28, 2010 at 10:23 pm
goldspoon9 (11/28/2010)
Executed as user: server A. Msg 18456, Level 14, State 1, Server server B, Line 1 Login failed for user 'server B\Guest'. Process Exit Code 1. ...
November 28, 2010 at 10:20 pm
What was the error message?
November 28, 2010 at 10:06 pm
Maintenance Plans are dependent on SSIS until SQL Server 2008 SP1 CU3. This dependency has been taken off starting SP1 CU3. More details here
November 28, 2010 at 10:00 pm
GilaMonster
No it won't. Taking a full backup, making changes to the database and not taking tran log backups causes the tan log to grow. It won't grow by itself if...
November 28, 2010 at 9:19 pm
GilaMonster (11/28/2010)
Adiga (11/28/2010)
I suspect you would have scheduled a FULL backup for model database and there is no Transaction Log backup scheduled.
Recovery model not withstanding, model won't grow (data or...
November 28, 2010 at 11:15 am
Is the data file size 80 MB or Transaction Log size? If the transaction log size is growing, I suspect you would have scheduled a FULL backup for...
November 28, 2010 at 10:41 am
From the error message "System.ArgumentException: Font 'Tahoma' does not support style 'Regular'", I feel that the font "Tahoma" is not installed on your system. Please check if it exists or...
November 28, 2010 at 10:38 am
Yes. All the files in that directory can be safely deleted. These are the files which have information regarding the installation/hotfix applied to SQL Server.
November 27, 2010 at 8:52 pm
I agree with Grant. Please make use of the "Refresh" button to refresh the objects in SSMS.
November 27, 2010 at 7:15 am
Create a file with the below command and save it as C:\backupcmd.sql
BACKUP DATABASE [databasename1] TO DISK = '\\thepathofbackupfile\backupfilname1.bak'
go
BACKUP DATABASE [databasename2] TO DISK = '\\thepathofbackupfile\backupfilname2.bak'
go
BACKUP DATABASE [databasename3] TO DISK = '\\thepathofbackupfile\backupfilename3.bak'
go
then...
November 27, 2010 at 4:41 am
Viewing 15 posts - 286 through 300 (of 1,160 total)