Viewing 15 posts - 271 through 285 (of 388 total)
Did you try to run tail log back up?
February 17, 2010 at 8:28 am
As GSquared said, See you have an Identity column it gives the order you entered until unless you specify what order you want result set.
EnjoY!
February 17, 2010 at 8:19 am
I forgot to mention, that is first thing you should try to do when if there is something wrong with database, thanks Steve.
EnjoY!
February 17, 2010 at 8:13 am
As Wayne said it could be number of reasons, check event logs.
EnjoY!
February 17, 2010 at 8:10 am
If this is in production and you have good backups do the restore from Full and T logs back ups.
EnjoY!
February 17, 2010 at 8:06 am
Are you taking backup to network drive? If so does this machine has access to network folder?
EnjoY!
February 16, 2010 at 9:57 pm
Run osql -L in command prompt on either publisher or subscriber machine and see the list of SQL server instances in that domain. You will be able to set...
February 16, 2010 at 9:52 pm
Server team has to do that, i guess you won't have permission to that, they can add the servers to domain. Don't you have test environment in your office to...
February 16, 2010 at 9:40 pm
I don't think it is over yet, lets wait for OP 😀
EnjoY!
February 16, 2010 at 9:15 pm
phanatico-1156717 (2/16/2010)
February 16, 2010 at 9:11 pm
Are these servers in same domain?
EnjoY!
February 16, 2010 at 8:45 pm
Are both servers running under local system account?
February 16, 2010 at 8:12 pm
Machine name and domain name are not the same, Are doing this in your local machine? under which service account your SQL Server is running?
February 16, 2010 at 7:57 pm
Create another System admin login account and try to login with newly created login account, restore should work.
From BOL
SQL Server prohibits running parallel queries or commands with the DAC. For...
February 16, 2010 at 7:46 pm
Why do you want to restore mater DB? Script out logins and move them to new instance. Best practices is not to restore system databases.
Enjoy!
February 16, 2010 at 7:39 pm
Viewing 15 posts - 271 through 285 (of 388 total)