I am writing a script that is getting used a DTS package for SQL server 2000. The VBScript parser is hanging on the following snippet, specifically the first line. Parsing error, expected ')'. Anyone have any ideas? Maybe my syntax is way off, I'm a bit rusty...
Dim aryPCOLevel(0 To 2) As...
I have the the following update running and it seems to be running too long. I've let it go 20 minutes and it still hadn't finished. It updates about 45,000 records.
UPDATE BuildAccount
SET EmailAddress1 = (SELECT EmailList.EmailStandard FROM EmailList WHERE BuildAccount.AccountNumber =...
I need to update a column that I did not originally populate on the first pass of my DTS script.
In my DTS I needed to combine our accountid's and account locations into one string. The problem now is how to write a update statement and the source data has the id's and locations still...
I need to update a column that I did not originally populate on the first pass of my DTS script.
In my DTS I needed to combine our accountid's and account locations into one string. The problem now is how to write a update statement and the source data has the id's and locations still...
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.