Monday 19 August 2013

REFERENCE SITES for SQL

2 comments:

  1. tell me how to migrate oracle stored procedure into sql server 2008, having one out parameter with datatype sys_refcursor

    ReplyDelete
  2. do u need script

    ReplyDelete

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...