SQL

MS SQL and .net Development

Pages

▼
Monday, January 7, 2013

ALTER Schema / Owner name

›
Query to change the schema / Owner of database objects like  EXEC sys.sp_changeobjectowner <Object Name>, <New Owner Name> ...
Monday, December 31, 2012

Shrink the Unshrinkable SQL Transaction Log

›
There are many reason for not shrinking of Transaction log. Our production database backup was failing for last several weeks, so the backu...
1 comment:
Monday, December 24, 2012

Query to get SQL Server name, Version, Edition, Authentication Mode, No of CPU and RAM

›
Below query returns the SQL Server name, Version, Edition, Authentication Mode, No of CPU and RAM available in system SELECT SERVERPROPER...
Monday, December 17, 2012

Backup types in sql server

›
In SQL Server 2008 or later following are the backup types: Full backup Differential backup Partial backup Differential partial backu...
Monday, December 10, 2012

Find out which host / IP address and Program deleted the records from SQL Server

›
You will not be able to know from which system records are deleted directly. But you can get this information if you add a trigger and a lo...
‹
›
Home
View web version

Developer

Unknown
View my complete profile
Powered by Blogger.