Viewing 15 posts - 1 through 15 (of 43 total)
Also I would suggest to run DNSFlush.
August 12, 2010 at 8:33 am
Please make sure before you uninstall SQL 2005- If you moved over all the logins and database users,CLR assemblies, jobs, DTS/ SSIS packages, Linked servers, Replication, Mirroring, log shipping.
August 12, 2010 at 8:30 am
According to the error your posted, there should be another error in the log before this error. Can you post that error as well?
August 12, 2010 at 8:20 am
Can you post an exact error, if possible the screen shot?
August 12, 2010 at 7:00 am
Finally someone replied.Thanks a lot for your help. I thought so too, but just wanted to confirm. Really appreciate your response.
August 9, 2010 at 10:52 am
Please give us more details and screen shots if possible.
SSRS Version?
Service pack?
August 6, 2010 at 7:35 am
Can anyone help me? I would really appreciate it.
August 6, 2010 at 7:32 am
Here are the scripts to create scenario
--Create Snapshot
CREATE DATABASE AdventureWorksSnap08052010 ON
( NAME = AdventureWorks_Data, FILENAME =
'E:\MSSQL\Data\AdventureWorksSnap08052010.ss' )
AS SNAPSHOT OF AdventureWorks;
GO
select * from HumanResources.Employee
select * from AdventureWorksSnap08052010.HumanResources.Employee
Update HumanResources.Employee Set HireDate='1996-07-30'...
August 5, 2010 at 2:01 pm
Yes, did not find an entry for Snapshot restore.
August 5, 2010 at 1:56 pm
Does anyone know about it? I am still not able to figure it out. Any help is appreciated.
August 5, 2010 at 12:44 pm
Check this link from one of my favorite Bloggers-Muthusamy Anantha Kumar aka The MAK
August 3, 2010 at 12:23 pm
Does it have clustered index on it?
August 3, 2010 at 12:20 pm
Can you translate the error message in English?
August 3, 2010 at 9:05 am
Viewing 15 posts - 1 through 15 (of 43 total)