Northwind and pubs ... Is there any harm if we delete Northwind and pubs database from SQL Server... (microsoft.public.sqlserver.clients)
Re: What is stored in MSDB database for SQL Server 2005 Express ? ... At least it does on my SQL Server 2005 Express test machine. ... N'Past day stats rollup', @command = N'EXECUTE stats_rollup1_proc', ... GOTO QuitWithRollback END COMMIT TRANSACTION GOTO EndSave... it seems that there is no reason the application has to make use of the MSDB database during database upgrade. ... (microsoft.public.sqlserver.server)
Re: What is stored in MSDB database for SQL Server 2005 Express ? ... I guess it is a general script that applies to SQL Server 2005 Express, SQL Server 2005 and SQL Server 2008. ...GOTO QuitWithRollback END COMMIT TRANSACTION GOTO EndSave... it seems that there is no reason the application has to make use of the MSDB database during database upgrade. ... (microsoft.public.sqlserver.server)
Re: install/configure SQL Server 2000, SQL Server CE for merge rep ...Publication: NorthwindProducts ... PublisherDB: Northwind... A snapshot of 1 articlewas generated. ... > check the replication monitor in SQL Server 2000 Enterprise Manager ... (microsoft.public.sqlserver.ce)
Re: What is stored in MSDB database for SQL Server 2005 Express ? ... We also perform an in-place upgrade to SQL Server 2005 Express a couple of weeks before. ...QuitWithRollback EXECUTE @ReturnCode = msdb.dbo.sp_add_jobschedule ... it seems that there is no reason the application has to make use of the MSDB database during database upgrade. ... (microsoft.public.sqlserver.server)