Viewing 2 posts - 1 through 2 (of 2 total)
They were added to the new table in the new database after it was scripted. That's where I said I re-built the database manually two times, no scripting, but actually...
January 12, 2012 at 3:34 pm
#1432927
I used the auto generated one from SSMS
USE [DB_CW01_SiHu]
GO
/****** Object: Table [dbo].[shops] Script Date: 01/12/2012 13:00:19 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[shops](
[bizID] [int] IDENTITY(1,1) NOT...
January 12, 2012 at 2:24 pm
#1432893