Skip to main content

Home/ MS SQL Server and Analysis Services/ Group items tagged mssql

Rss Feed Group items tagged

Hostforlife Hosting

How to Get CONSTRAINT of Database or Table - 1 views

  •  
    In this post, we are going to explain how you can list all CONSTRAINT of database or table in SQl Server. When you are working on database sometimes you need to check or get the CONSTRAINT on database or table. Using below given query we can get the CONSTRAINT of table or database quickly.
Hostforlife Hosting

How to Use THROW to Handle Error in SQL Server - 1 views

  •  
    This tutorial talks about how to handle error in SQL Server using THROW.
Hostforlife Hosting

How to Create a Date List from a Date Range in SQL Server - 1 views

  •  
    In this post, we will convert a given date of range into list of dates as per the business requirement.
Sergey Leifer

TSQL - Script for moving databases to a new location - 0 views

set nocount on declare @SqlInstanceName varchar(128), @SqlServiceName varchar(128), @Cmd varchar(8000), @TempDbLoc varchar(255), @SysDbLoc varchar(255), @UserDbDataLoc varchar(255), @U...

SQL Server Management SQL2000 SQL2008

started by Sergey Leifer on 21 Sep 10 no follow-up yet
Sergey Leifer

Input Note - 0 views

set nocount on declare @SqlInstanceName varchar(128), @SqlServiceName varchar(128), @Cmd varchar(8000), @TempDbLoc varchar(255), @SysDbLoc varchar(255), @UserDbDataLoc varchar(255), @U...

SQL Server Management

started by Sergey Leifer on 21 Sep 10 no follow-up yet
1 - 6 of 6
Showing 20 items per page