Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ThomasEU

    ADOX and SQL Server...

    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
  2. ThomasEU

    Data Link properties

    Please try to be more specific, ie. are you trying to add a linked server in Enterprise Manager or where are you trying to connect from?
  3. ThomasEU

    SQL 2000: "Error in the DLL"

    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...
  4. ThomasEU

    SQL 2000: "Error in the DLL"

    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

Part and Inventory Search

Back
Top