Viewing 15 posts - 1,216 through 1,230 (of 1,364 total)
Try executing the stored procedure after re-creating it with WITH RECOMPILE option.
Manu
July 21, 2008 at 4:53 pm
Check this link then:
How to remove a node from an existing failover cluster (Setup)
http://msdn.microsoft.com/en-us/library/aa216063(SQL.80).aspx
Manu
July 21, 2008 at 9:40 am
Try to make use of sp_adduser stored procedure.
Manu Jaidka
July 21, 2008 at 9:03 am
July 18, 2008 at 3:08 pm
Whats the output of restore verifyonly fom disk='Backupfilenamewithpath'?
Manu
July 17, 2008 at 11:10 am
I think it can be resolved without restarting sql server service by identifying the process sql server is trying to execute external to sql server. In my case it was...
July 16, 2008 at 10:18 am
I see there is table scan operator in execution plan. Investigate for which table its doing table scan and why. Is that table missing the required index or is it...
July 15, 2008 at 11:24 am
Please check Partitioned View in books online.
Hope this is what you asked for...
Manu
July 15, 2008 at 11:09 am
I think script option is available only in SQL 2005.
Manu
July 15, 2008 at 10:36 am
Just to add:
SQL Server 2008 includes backup file compression and that too to a good extent.
Manu
July 15, 2008 at 10:32 am
Would be helpful if you specify the code over here. Usually it happens for processes that are either running from long time or are executing out of sql server...
July 15, 2008 at 10:27 am
I will have to check that. Also, I found that cursor by itself doesn't know that in case resultset is empty then it shldn't proceed. To resolve this either we...
July 14, 2008 at 4:47 pm
Please verify whether the destination drives specified for mdf and ldf files reside on test server or not.
Manu
July 14, 2008 at 9:26 am
Regarding logins you can use sp_help_revlogin script located at
http://support.microsoft.com/kb/246133
Yes, regarding jobs, dts packages, alerts and operators you can rely on msdb database restoration.
Manu
July 11, 2008 at 11:46 am
Viewing 15 posts - 1,216 through 1,230 (of 1,364 total)