Viewing 15 posts - 2,596 through 2,610 (of 3,738 total)
What specific error are you getting?
I don't know if this applies without knowing the error but try this link:
http://blogs.msdn.com/b/ramoji/archive/2008/10/16/how-to-open-dts-packages-in-sql-server-2008.aspx
July 21, 2011 at 12:56 pm
Ah yes, create an OLE DB Source in the Connection Manager as well.
You will dynamically set the connection properties.
You may find this article useful.
July 21, 2011 at 12:40 pm
How about a SQL Task inside a Foreach Loop Container?
July 21, 2011 at 12:25 pm
Are you assigning the Connection String to a Variable?
If not try creating a variable of string type to hold the Connection String. @[User::ConnectionString]
Change the property EvaluateAsExpression of @[User:::ConnectionString] variable to...
July 21, 2011 at 11:35 am
Typically you get that error when you have a syntax issue.
July 21, 2011 at 11:18 am
Were you able to get the breakpoints to work and step through the code?
July 21, 2011 at 10:08 am
I believe that you need to install the Ingres Client on the SQL Server Machine.
Instructions on how to do this:
July 21, 2011 at 8:20 am
One problem is that the example code that you are using appears to be an older version.
If you click back on the first instance you will see some errors.
You will...
July 20, 2011 at 10:20 pm
Please post your DDL, Insert Statements as specified in the link below.
What is the purpose of this exercise? 😀
July 20, 2011 at 9:23 pm
I just did it. All you have to do is click on the line(s) of code then click on debug.
July 20, 2011 at 9:11 pm
What happens when you hover over oFile.Delete(true) in break mode?
July 20, 2011 at 8:42 pm
I developed comments for HL7 to Admit Transfer and Discharge Patients as well as billing.
There are a number of different protocols ( I remember three primary).
You have to have a...
July 20, 2011 at 2:12 pm
airparkroad (7/20/2011)
It turned out that there were duplicates.. The problem was that I was trying to join 2 tables and that created duplicates. Creating composite key have solved the problem....
That...
July 20, 2011 at 1:03 pm
I agree that sample data would be useful.
That would help determine if the current design needs tweaked or not.
July 20, 2011 at 12:19 pm
Viewing 15 posts - 2,596 through 2,610 (of 3,738 total)