Viewing 9 posts - 76 through 84 (of 84 total)
@nicholas - Running the job on SQL Server 2008 R2, the restores are running on SQL Server 2005
@bruce-2 - Have commented out the ChangeDBOwner method call...
May 17, 2012 at 4:29 am
That was my first approach alright
But if the SQL is wrong I wouldn't have expected the databases to restore.
May 16, 2012 at 10:06 am
One more thing, I noticed that after I created the user on the 2008 instance and then script off the login as a CREATE statement it gives me the create...
October 4, 2011 at 7:47 am
Also, login for user is all lower case - I read in another article about there being issues of case sensitivity differences between 200 and 2005/2008 with sql logins
October 4, 2011 at 3:48 am
Output of first query (to create login on 2005 box):
CREATE LOGIN [test] WITH PASSWORD=0x0100FE58AC4B85EDAC816C6299E7D5605DB3DA94DA224232DF2AB13F02564C47DB72644B963573351DC83A58F66F HASHED, CHECK_POLICY=OFF, SID=0xB2111D54E2518A49B85A4DA2ECD54236
Output of second query to create login on 2008 box:
CREATE LOGIN [test] WITH PASSWORD...
October 4, 2011 at 3:30 am
Also tried the following:
DBCC CHECKTABLE ("XXXXXXXXXX", 4);
Getting over 200 errors as below:
Msg 8951, Level 16, State 1, Line 1
Table error: table 'XXXXXXXXXXXXXXXXx' (ID 1934629935). Data row does not have a...
June 29, 2011 at 3:56 am
Microsoft SQL Server 2005 - 9.00.3239.00 (Intel X86) Apr 9 2008 22:56:02 Copyright (c) 1988-2005 Microsoft Corporation Enterprise Edition on Windows NT 5.2 (Build...
June 28, 2011 at 4:54 am
From what I can see the only way to pull this data out is between the database and opening the dtsx files as XML. Doesn't look like there's any easy...
May 31, 2011 at 4:04 am
Viewing 9 posts - 76 through 84 (of 84 total)