Viewing 15 posts - 316 through 330 (of 1,364 total)
Do you still see pkey and fkey relation on tht table? If yes then check sysobjects table for their creation date. It might have happened that someone dropped it and...
October 3, 2009 at 3:36 pm
Clive,
That script is not mine(lol). I got it from this site only. Hope script works ok for Tara and saves her time and effort.
Manu
October 3, 2009 at 2:40 pm
We might go foolish too. Please share the solution.
Thanks,
Manu
October 2, 2009 at 8:18 pm
http://icu-mscrm.blogspot.com/2009/02/how-to-uninstall-sql-server-2008.html
When you start to uninstall SQL Server, you will be presented with options allowing you to choose which features of SQL Server you wish to remove. Before doing...
October 2, 2009 at 6:25 pm
Tara,
Try the below mentioned script on test instance first. Also, you need to create a table named 'backupTable' under master database which will hold names of databases to be restored....
October 2, 2009 at 4:26 pm
Try:
exec sp_trace_setfilter @TraceID, 10, 0, 7, N'REPLICATION MONITOR'
exec sp_trace_setfilter @TraceID, 11, 0, 6, N'e%'
Hope this works!
MJ
October 2, 2009 at 4:09 pm
Recover the master database in SQL Server
http://blogs.techrepublic.com.com/window-on-windows/?p=390
MJ
October 2, 2009 at 3:31 pm
What exactly you want to flter out?
Mj
September 30, 2009 at 6:07 pm
What do you mean by restore resource database when instance is stopped?
MJ
September 30, 2009 at 5:00 pm
Hoes it resolved then?
MJ
September 30, 2009 at 4:52 pm
Is any of your stored procedure making use of NOCOUNT ON?
MJ
September 30, 2009 at 8:53 am
Try the below one(found it here only):
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[usp_DeleteOldMaintenancePlanLogFiles]
-- 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\', 17
@basedir...
September 29, 2009 at 4:07 pm
Read section 'Running Multiple Instances of SQL Server' at
http://msdn.microsoft.com/en-us/library/ms178067.aspx
MJ
September 29, 2009 at 2:18 pm
Viewing 15 posts - 316 through 330 (of 1,364 total)