Advertisement

1 - 10 of 41 containing alltags:("msdb") (0 seconds)
How cant i get this to work. USE master DECLARE @sql nvarchar(1000) declare @db_name as varchar(255) SET @db_name='msdb' SET @sql = 'USE ' + @db_name PRINT @sql EXEC sp_executesql @sql
Zones: MS SQL ServerDate Answered: 01/11/2007 Grade: A Views: 0
I am currently using SQL 7.0, and I want to know how to recreate jobs on another server. For instance, I have a server that has over fifty jobs created on it and I didn't want to have to re-define ...
Zones: MS SQL ServerDate Answered: 05/23/2000 Grade: A Views: 0
I have just installed a new HDD with Win2KAS and SQL Server 6.5 + sp5a but the msdb is marked suspect. I know 6.5 is not meant to be used on Win2K but it was working before in installed new HDD. Ho...
Zones: MS SQL ServerDate Answered: 09/29/2000 Grade: B Views: 19
I need to move the master database, tempdb, and the msdb to a different drive. Does anyone know of any way to do this?
Zones: MS SQL ServerDate Answered: 11/11/2003 Grade: B Views: 0
We had a major disaster and have to fully recover a server from scratch.  The original database server had been running for some years.  Now users are very interested in retaining existing SQL pack...
Zones: MS SQL ServerDate Answered: 04/16/2003 Grade: A Views: 0
Hi All What are the pro's and con's of moving the master/msdb dbs. I know how to move them but wonder if this is the best option. A typical server has 3 disk sets (C:, D: and E:). C: is inte...
Zones: MS SQL ServerDate Answered: 06/07/2006 Grade: B Views: 17
How do I transfer all my DTS packages and jobs from SQL7 to SQL2000. Need an easy way because I have hundreds of packages. /RG
Zones: MS SQL ServerDate Answered: 09/28/2006 Grade: B Views: 0
On SQL Server 2000, We received a page fault on the msdb database and all of our dts packages dissappeared.  We are not able to restore directly to msdb but can restore to a new database (msdb2).  ...
Zones: Databases, MS SQL ServerDate Answered: 08/01/2007 Grade: B Views: 8
I removed all tasks from a development 6.5 SQL Server by deleteing * from msdb..systasks. However, there are still entries in the 'Running Tasks' window, and I can't stop them - "xxxtaskxx Not Fund...
Zones: MS SQL ServerDate Answered: 10/04/2000 Grade: C Views: 0
When I try and start SQLAgent for SQL 7.0 SP3 it returns an error in the event log. Error message is... SQLServerAgent could not be started (reason: SQLServerAgent cannot start because the msdb d...
Zones: MS SQL ServerDate Answered: 01/10/2003 Grade: A Views: 5