Viewing 15 posts - 3,181 through 3,195 (of 4,745 total)
you will be fine if you if you:
run sp_help_revlogin against primary server and save output to file
copy file to secondary and load into SSMS query window
edit to remove those logins...
November 20, 2009 at 10:32 am
or else. drop the logins and use sp_help_revlogin to copy them over again.
OR
when you failover properly for the first time use stored procedure sp_change_users_login to tie the user in the...
November 20, 2009 at 8:41 am
Unless you index the view it is not a 'physical' object, so the lock would be held on the table.
November 19, 2009 at 4:32 pm
Unfortunately there can be many causes for this error, its one of those that makes ny heart sink when I see it. What I would say is approach this from...
November 19, 2009 at 4:26 pm
how were they copied over? what is the exact error in the errorlog (need the state value in particular from the login failure)
November 19, 2009 at 4:13 pm
the sync with backup option is used in replication to ensure you have a consistent recovery point with the distribution database if you have to restore the publication database. It...
November 19, 2009 at 4:00 pm
what happens when you want to patch the cluster?
tell the sysadmin you gotta do the change out of hours at 3a.m.,see if he wants to get up to offline the...
November 19, 2009 at 3:31 pm
Are you also copying over the logins? google sp_help_revlogin to see the process for doing this.
November 19, 2009 at 3:15 pm
SQL Noob (11/19/2009)
November 19, 2009 at 9:23 am
then there is the question of can you restore 32bit system database to 64 bit, that I am not 100% suer about................
November 19, 2009 at 8:13 am
OS changing to 64 bit or is OS and SQL?
you should get away with that as long as you install SQL EXACTLY as on the old server, version, service accounts,...
November 19, 2009 at 7:03 am
so you've tried breaking up the reindex job into chunks, increasing the frequency of the log backups, reorganise instead of reindex?
November 18, 2009 at 12:23 pm
This is a classic issue with logshipping. I presume logshipping breaks because of the size of tranlog backup produced after reindexing?
To avoid going over old ground see this thread
http://www.sqlservercentral.com/Forums/Topic817469-357-1.aspx
November 18, 2009 at 11:54 am
SQL Noob (11/18/2009)
November 18, 2009 at 7:41 am
requiring RS for SUA seems a right royal pain. You have to ask yourself why.
could 2008 clients have been rolled out before the server upgrades? Does 2008 client tools support...
November 18, 2009 at 7:28 am
Viewing 15 posts - 3,181 through 3,195 (of 4,745 total)