Thursday, November 28, 2013

Restoring Database by Query and Management Studio in SQL Server

Database Restoring is a frequently used approach that developers use to return data to its original condition from which the backup file created. Restoring Database is very easy and simple process. Here are two ways by which you can restore your backup file.
Read More


Tuesday, April 16, 2013

How to Change Date Format For SQL using C# .Net


There are some problems that developers face while sending date from VS Studio to Sql Server database. Here is a simple format by which you can change date easily to database acceptable format.
Read More