Viewing 15 posts - 451 through 465 (of 1,536 total)
From http://www.microsoft.com/technet/prodtechnol/sql/2005/dbmirror.mspx
When a principal database is exposed, it is active with user connections and processing transactions. However, no log records are being sent to the mirror database, and if the...
January 10, 2009 at 4:11 pm
You'll need AWE enabled within SQL, no switches are required for the OS. While Windows can address all the memory, being 64 bit, SQL 2000 being only a 32bit process...
January 10, 2009 at 3:23 pm
If you had mentioned that this was only an issue through the app and not when run manually, which was what everybody thought, this could have been resolved a long...
January 10, 2009 at 7:35 am
Use sp_helprevlogin to move the logins.
Backup the databases and restore on the 2005 servers.
Once a database has been on 2005 you cannot get it back to 2000, so to prevent...
January 9, 2009 at 12:14 pm
Try setting the instance to a particular port and see if you can login using that port, rather than a dynamic one.
January 9, 2009 at 12:10 pm
richcoulson (1/9/2009)
January 9, 2009 at 8:45 am
This big much as my son would say
January 9, 2009 at 8:28 am
The indication is that the account you are logged in as does not have the permissions to start the service. Try changing your login to an account that has those...
January 9, 2009 at 8:24 am
No, it's nice that you've done your independent research, and come to a conclusion that you believe in.
It doesn't matter whether or not it would match mine, the due diligence...
January 9, 2009 at 6:53 am
You can run an xp_cmdshell with textcopy.exe
January 9, 2009 at 6:36 am
Have you tried the restore statement using the WITH MOVE option to change the physical file names?
January 9, 2009 at 6:34 am
Did you confirm that the object_name(904519893) exists?
January 9, 2009 at 6:31 am
Can you post the create statement for the table and any associated triggers or indexes?
January 9, 2009 at 5:47 am
Why would you put 10GB of memory in a server and restrict SQL to 2GB? Unless you have a whole load of other things running on there.
January 8, 2009 at 7:58 pm
Viewing 15 posts - 451 through 465 (of 1,536 total)