Viewing 15 posts - 766 through 780 (of 4,745 total)
the multiple log files will be addressed as one sequential topology, but importantly If the log contains multiple physical log files, the logical log will move through all the physical...
March 7, 2013 at 2:16 pm
you can't, sql uses transaction logs in a sequential manner, you will have to wait till normal log activity has left no active vlfs in the secondary log files.
Attempt to...
March 7, 2013 at 12:49 pm
Not sure I understand you:
You cannot be doing OS and SQL upgrades that often for this to be a problem?
you mentioned OS upgrades and new sql server versions in an...
March 7, 2013 at 10:26 am
balasach82 (3/7/2013)
March 7, 2013 at 8:00 am
if you use sp_help_revlogin it copies out the password in an encrypted format. Just run the script as its produced on your destination server and the login will be created...
March 7, 2013 at 7:47 am
upgrade dev, test till you are happy
upgrade test, test until you are happy
upgrade prod. If its a virtual, take a snapshot before the upgrade as a quick backout.
You cannot be...
March 7, 2013 at 3:35 am
I've not heard of anyone else changing server names and switching test and prod environments as part of an upgrade cycle. Keep prod as prod and test as test, then...
March 6, 2013 at 3:08 pm
Markus (3/6/2013)
March 6, 2013 at 10:30 am
the developers are asking a lot of you there, the code should be flexible enough to cope with changes in server names for DR and migration from test to prod...
March 6, 2013 at 10:18 am
why the frequent server renames, can they not be avoided?
March 6, 2013 at 9:41 am
be aware the SSIS transfer logins task changes the password for sql logins to an arbitrary value (for security reasons but also makes it useless 🙂 )
March 6, 2013 at 9:08 am
these groups are used to manage security outside of SQL, so I cannot see a reason they cannot be renamed like any other windows group, but I have never tried...
March 5, 2013 at 3:46 pm
The SID for the groups is actually used and this is not changed by the server rename so you don't have to rename the groups.
March 5, 2013 at 7:39 am
will you be using the original instance again?
Definitely offline SQL so you have a clean shutdown and to avoid any possibility of file corruption. If you are shutting down sql...
March 2, 2013 at 8:44 am
I wouldn't go the detach\attach route, rather use the alter database modify file command (see BOL).
stop connections to databases
backup the databases (for safety)
offline databases
run alter database with new physical name...
February 21, 2013 at 8:21 am
Viewing 15 posts - 766 through 780 (of 4,745 total)