| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to Write Store Procedure (SP) in SQL Server
|
|
|
In this article I will try to explain you how to write a store procedure in database (SQL Server 2005). This is a very basic article and it will help beginners in understanding the basic format of sto
|
|
|
|
Tip to Handle Nulls in SQL SERVER 2005
|
|
|
Here I will try to give you a tip to handle NULLS that can make your result set disturbed and generate unwanted values which can make you to face many irritating problems.
|
|
|
|
Paging in SQL Server 2005 Database
|
|
|
In normal situation we develop webpage and use paging property of Datagrid and Gridview.
But if we use Data List that doesn’t support paging property or we need to control paging through SQL Server
|
|
|
|
|
|
|
|
What is database Mirroring in SQL SERVER?
|
|
|
The primary goal of Database Mirroring technology is to increase the database availability. When enabled, every update to the principal database is immediately reproduced onto the mirror database.
|
|
|
|
|
|
|
|
How to decrypt value in SQL Server.
|
|
|
This article is about how you can decrypt a value if it is store in encrypted form in the table. Here you can take the example of passwords which you have store in an encrypted form and know you want to decrypt.
|
|
|
|
How to encrypt value in SQL Server
|
|
|
This article is about how you can encrypt a value before going to save it in a table. Here you can take the example of passwords which you want to store in an encrypted form.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SQL Server 2000 and XML Integration.
|
|
|
SQL Server 2000 tightly integrates with XML. We can get data from SQL Server 2000 in XML format. This article shows you how to get the benefits of SQL Server 2000 and XML Integration.
|
|
|
|
|
|