If you work with SQL Server on a regular basis, either writing custom queries, designing databases, or optimizing queries, this…
Day: November 1, 2008
Powerfull Paging with Stored Procedure
Lets consider a simple table called employee( emp_id, name, salary). Now, suppose that we need to create a gridview with…
SQL SERVER – Reset sa Password
1.Open the SQL Server express management studio 2.Connect to SQL Server using windows authentication 3.Right click the server name and…