Viewing 5 posts - 1 through 6 (of 6 total)
Hi John,
Million thanks.
Take care
Lamine
June 10, 2011 at 8:30 am
Oops!!
remeber John this script is pointing to a Temp Database.
Regards
Lamine
June 10, 2011 at 5:54 am
John,
Try this.
USE [temp]
GO
/****** Object: Table [dbo].[Customer] Script Date: 06/10/2011 12:49:52 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Customer](
[customerId] [uniqueidentifier] NOT NULL,
[customerName] [varchar](50) NOT NULL,
CONSTRAINT...
June 10, 2011 at 5:53 am
Thanks John,
CREATE TABLE customers(
customerId GUID PRIMARY KEY,
customerName ...
June 10, 2011 at 5:01 am
Yes, the same four orders for all customers.
Thanks
June 10, 2011 at 4:51 am
Viewing 5 posts - 1 through 6 (of 6 total)