Viewing 15 posts - 11,476 through 11,490 (of 13,876 total)
You're kidding, right?
Sentence 1 from the link:
The dtexec command prompt utility is used to configure and execute SQL Server Integration Services packages.
How were you going to run the package...
April 18, 2011 at 2:47 pm
Have a look at the on-line help here.
April 18, 2011 at 2:40 pm
PSB (4/18/2011)
User::FileId is a variable that holds the FileID of the file loaded.
And presumably an integer (given that you are performing maths on it)?
In which case, why not something like:
...
ABCD_Call_ID...
April 18, 2011 at 10:32 am
By the way, that query syntax is a little unusual. What does @[User::_FileID] contain?
April 18, 2011 at 10:13 am
Create an ExecuteSQL task and use an Expression to define the SQL to be executed - you'll be able to build the expression to include your variables as required.
April 18, 2011 at 10:11 am
bhavika.chauhan (4/16/2011)
Please help.I have to check this condition : (select count(distinct columnName) From tablename) > 1
Which transformation should i use for it .
Create an integer package variable (scoped...
April 16, 2011 at 7:36 am
What provider did you choose and what error message did you get? Please copy/paste the exact text.
April 15, 2011 at 9:00 am
Four hours, that's harsh. Post back if you have any questions about coding in the script component. As an Informix guy, this is a bit of a change for you,...
April 15, 2011 at 8:57 am
bhavika.chauhan (4/15/2011)
In between that i need to check several validations such as duplicates, Distinct rows , quantity cannot be negative etc...
April 15, 2011 at 6:09 am
Oh yeah! My weekend started early when I couldn't get to work today (not my fault) 🙂 Haven't quite made it to the pub yet, but the beer is getting...
April 15, 2011 at 6:04 am
That's also the only idea I had for this one.
April 15, 2011 at 2:24 am
I have just spent some time looking at this and seems that one of the simplest solutions is to change the column delimiter to something else - I used |...
April 15, 2011 at 2:05 am
quillis131 (4/14/2011)
My package should load Data in files to the Table. ...
April 15, 2011 at 1:23 am
Have you tried connecting to the 2000 instance from within 2005 Management Studio? Once that's in place (use a linked server), you can just use standard queries to move data...
April 15, 2011 at 1:19 am
SKYBVI (4/14/2011)
I think I am getting near to the answer of my own question...:-P
So far, you haven't mentioned anything that can't be done in a stored proc ...
April 14, 2011 at 10:33 am
Viewing 15 posts - 11,476 through 11,490 (of 13,876 total)