alter database current set single_user with rollback immediate;
go
alter database current set multi_user;
go
Saturday, 8 October 2016
How to kill/Terminate all running process on Sql Server
Subscribe to:
Posts (Atom)
Table Partitioning in SQL Server
Table Partitioning in SQL Server – Step by Step Partitioning in SQL Server task is divided into four steps: Create a File Group Add Files ...

-
Global .asax file- <%@ Application Language = "C#" %> <script runat= "server" > void...
-
Table Partitioning in SQL Server – Step by Step Partitioning in SQL Server task is divided into four steps: Create a File Group Add Files ...
-
//Convert image in byte and show image................... protected void Upload_Click(object sender, EventArgs e) { try ...