Sql Servers

List of Codesnippets in Sql Servers

How to Change Table and Stored Procedure Ownership in sql server

How to Change Table and Stored Procedure Ownership in sql serverRead more..
By: dotnetfish   |    On:  10/4/2010 10:40:28 AM   |    Article

Invalid use of 'EXECUTE' within a function

I've tried to create a MSSQL "User Defined Functions" with execution of dynamic query (return a final value) and hit error message: "Invalid use of 'EXECUTE' within a function"Read more..
By: dotnetfish   |    On:  10/9/2010 1:08:17 AM   |    Article

SQL Server 2008 Installation Step By Steps

SQL Server 2008 Installation Step By StepsRead more..
By: amalhashim   |    On:  2/15/2010 11:30:11 PM   |    Article

Resetting Identity Column in SQL Server

How to reset Identity Column in SQL ServerRead more..
By: amalhashim   |    On:  4/6/2010 9:44:46 AM   |    Article

How to find stored procedures in sql server by Different ways

In this codesnippet, i will show, how to find the procedures in sql server using three different ways. such as by name, by content and by parameter names.Read more..
By: RRaveen   |    On:  7/27/2011 9:47:14 PM   |    Article

Generating Update Queries dynamically in Sql

This script is used to generate the update queries dynamically in sql2005/2008Read more..
By: RaviChandra   |    On:  5/28/2010 2:45:41 AM   |    Article

SQL Query to sort stored procedure on Modified date or Created Date

SQL Query to sort stored procedure on Modified date or Created DateRead more..
By: Prajeesh   |    On:  5/17/2010 8:25:58 AM   |    Article

How to use order by with Union in SQL

In this code snippet, you will learn how to use the order by with Union or Union AllRead more..
By: RRaveen   |    On:  9/24/2010 10:23:37 AM   |    Article

Removing Duplicates using CTE in Sql Server

Removing Duplicates using CTE in Sql ServerRead more..
By: Mohammad Shahanshah Ansari   |    On:  6/18/2010 11:08:28 AM   |    Article

How to update view when new column added in table in sql server

In this snippet, help to learn,How to update view when new column added in table in sql serverRead more..
By: RRaveen   |    On:  10/13/2010 2:28:27 AM   |    Article
^ Scroll to Top