SQL

MS SQL and .net Development

Pages

▼
Tuesday, April 3, 2012

How to restore single table from backup

›
You cannot restore the individual table(s) from a database backup!  So, you had to follow the following steps to restore single table from ...
3 comments:
Monday, April 2, 2012

Find the number of days in a month

›
With the help of built in SQL Server functions we can easily achieve this as shown below. Select Day(DateAdd(Month, 1, '01/01/2012...
Saturday, March 31, 2012

List tables which are dependent on a given table

›
Option 1:  Right-click on a table and choose 'View Dependencies'. Option 2:  For some reason if you want to do it programmatically ...
Friday, March 30, 2012

Reclaiming the table space after dropping a column [without clustered index]

›
If we drop a column it gets dropped but the space which it was occupying stays as it is!   In this article we would see the way to reclaim ...
Thursday, March 29, 2012

Get File Date

›
This procedure gets the date a file was updated, as reported by the file system.  exec sp_configure 'show advanced options', 1;   ...
‹
›
Home
View web version

Developer

Unknown
View my complete profile
Powered by Blogger.