DISQUS

DISQUS Hello! SysKB - IT Knowledge Base is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

SysKB - IT Knowledge Base

Base de connaissance des administrateurs systèmes
Jump to original thread »
Author

Mettre une base SQL en “mono utilisateur” en Transact SQL

Started by hatmos · 6 months ago

Allez dans SQL Entreprise Manager
Ouvrez l’analyseur de requête
Exécutez la requête Transact SQL suivante:
USE master
EXEC sp_dboption ‘Nom_Database’, ‘single user’, ‘TRUE’ ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login