-----------------REFERENCE SITES for SQL-------------------
Subscribe to:
Post Comments (Atom)
EMP, DEPT Sample script
/****** Object: Table [dbo].[DEPT] Script Date: 19-05-2016 06:58:37 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET A...
-
/****** Object: Table [dbo].[DEPT] Script Date: 19-05-2016 06:58:37 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET A...
-
Find PrimaryKey Columns on Table here i want to know the Column Name on which the key constraints are created. Initially i was conc...
-
----------------------AFTER TRIGGER---------------- --create TABLE & INSERT records in it CREATE TABLE Employee_Demo ( Emp_ID ...
tell me how to migrate oracle stored procedure into sql server 2008, having one out parameter with datatype sys_refcursor
ReplyDeletedo u need script
ReplyDelete