Viewing 3 posts - 1 through 4 (of 4 total)
Bhuvnesh (11/30/2012)
November 30, 2012 at 10:59 am
This is the syntax of the table
----------------------------------------------------------------------
USE [CONCENTRIX_DM]
GO
/****** Object: Table [dbo].[tblCob] Script Date: 11/30/2012 23:20:16 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[tblCob](
[ID] [dbo].[udtID] IDENTITY(1,1) NOT NULL,
[LocationID]...
November 30, 2012 at 8:22 am
MOC Ewez (11/30/2012)
Go on then, post the helpful data.
Hi,
What kind of data should I post which would be helpful?
Thanks
November 30, 2012 at 8:10 am
Viewing 3 posts - 1 through 4 (of 4 total)