sábado, 5 de mayo de 2018

PONER OFFLINE Y ONLINE UNA BASE DE DATOS SQL SERVER

Posted by InfoTacticas Soluciones  |  No comments

Para colocar OFFLINE una base de datos hacer lo siguiente:

--
-- 

alter database AdventureWorks set restricted_user with rollback IMMEDIATE

alter database AdventureWorks set MULTI_USER

alter database AdventureWorks set offline with rollback immediate


Para colocar ONLINE una base de datos hacer lo siguiente:
--
--
alter database AdventureWorks set online


5/05/2018 06:21:00 a. m. Share:

0 comentarios:

Get updates in your email box
Complete the form below, and we'll send you the best coupons.

Deliver via FeedBurner
back to top