Viewing 5 posts - 1 through 5 (of 5 total)
Yes, I agree with you BUT I'm using a "Copy SQL Server Objects Task" , not a simple Data Transfer Object. Using this task, if I add a new table/object it's...
May 11, 2004 at 4:39 am
First of all, thanks to wz700 for this answer, it gives me an hope!
I sow this article but I'm working under SQL2K sp3 and I find my situation a bit...
May 10, 2004 at 7:10 am
Sorry... I replaced the table name one time with "Table" and one time with "Tab"...
May 7, 2004 at 2:23 am
Absolutly yes... this is the script starting at line 1408.
/****** Object: Table [dbo].[tab] Script Date: 5/7/2004 2:07:41 AM ******/
ALTER TABLE [dbo].[tab] ADD
CONSTRAINT [PK_tab] PRIMARY KEY NONCLUSTERED
(
[fiield1],
[field2],
[field3]
 
May 7, 2004 at 2:06 am
Yes I have.
I dropped it from Enterprise Manager and then I added it from QA.
Nothing happend.
May 7, 2004 at 1:18 am
Viewing 5 posts - 1 through 5 (of 5 total)