Viewing 15 posts - 11,806 through 11,820 (of 13,838 total)
Are you running on a 64-bit server? If so, have you tried running the package in 32-bit mode to see whether that fixes your problem?
October 4, 2010 at 11:53 am
Are you saying that you are getting an error before the script task even executes and that that is why your breakpoint is not being hit?
It would help if you...
October 4, 2010 at 11:47 am
I see. No, you need to use variable mappings to get the array members into a string variable.
But then you can directly execute the contents of the string variable in...
October 4, 2010 at 6:55 am
Is the requirement exactly the same for each server?
Is the schema exactly the same for each server?
If so, you can execute the same process over and over again, against the...
October 3, 2010 at 5:08 am
OK, I've just mocked this up and it works.
First, I have two package-scoped variables:
DropTablesSQL - object
strSQL - string
Next, a script task with DropTablesSQL in ReadWrite variables:
Public...
October 2, 2010 at 1:37 pm
Going back to my suggested method, can you confirm that you had configured the variable mappings page for the FEL?
October 2, 2010 at 5:04 am
The datatype of your array variable needs to be Object.
Once it has been populated, you can feed it into a Foreach loop.
Change the enumerator to 'Foreach From Variable'. The...
October 1, 2010 at 8:31 am
What is the data type of dropTablesSQL?
Please post the error message.
October 1, 2010 at 1:27 am
I second Alvin. You're going to have to build in a lot of logic rules and what-ifs to make that work.
September 30, 2010 at 8:34 am
Not easily. Rewrite in 2005 and deploy, or upgrade server to 2008 and deploy.
September 29, 2010 at 2:54 am
Have you got an instance of SS2005 running on the machine you are deploying to?
Check for the existence of multiple dtexec.exe files on the deployment machine.
September 29, 2010 at 1:44 am
19th Century?:w00t:
Your very first post used 30-DEC-99 as an example, so it's not surprising that some confusion was caused.
September 28, 2010 at 8:55 am
You might find something interesting in this thread.
September 28, 2010 at 8:33 am
jango_41 (9/27/2010)
when a trigger is to be defined in c#, you must define something like :
[Microsoft.SqlServer.Server.SqlTrigger(Name = "UpdateAddressChangeLogADDRESS", Target = "ADDRESS", Event = "FOR UPDATE")]
I may be wrong,...
September 28, 2010 at 7:32 am
Viewing 15 posts - 11,806 through 11,820 (of 13,838 total)