Another way could be simply to execute the equivalent TSQL code against your connection to the database, i.e. something like this:
ALTER TABLE [TABLE] WITH NOCHECK ADD
CONSTRAINT [PK_CONSTRAINTNAME] PRIMARY KEY NONCLUSTERED
(
[FIELD1],
[FIELD2]
) ON [PRIMARY]
GO
Thomas
Just a quick follow-up...
I had SP1 applied to both Windows 2000 and SQL Server 2000 when this error occured.
After searching all the resources I could think of, I concluded that this error is simply not documented anywhere and had to rebuild my server from scratch.
In my case, everything...
Hi everyone
I'm getting the following error message in Enterprise Manager v.2000, when trying to open or execute a DTS Package: "Error in the DLL"
Can someone explain what is causing this error?
Thanks in advance
Thomas, Denmark
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.