Viewing 3 posts - 1 through 3 (of 3 total)
Thanks, the ASYNC option is False though.
We can handle the occasional issue, but it is perplexing.
July 19, 2012 at 7:32 pm
#1515262
We keep our websites running while we switch out the database so there is always the 'possibility' that a new connection will be made immediately AFTER we kill user connections...however...
July 19, 2012 at 12:36 am
#1514629
SQL SERVER does not allow the following in a transaction so how would this work?
ALTER DATABASE oldName MODIFY NAME = newName
We have a messy system to replace a database at...
July 18, 2012 at 2:58 am
#1514079