Viewing 15 posts - 166 through 180 (of 580 total)
All in here: "SSIS Nugget: Select Top N in a data-flow"
http://blogs.conchango.com/jamiethomson/archive/2005/07/27/1877.aspx
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
April 8, 2006 at 10:52 am
Use an Execute SQL task to take those values and store them in variables.
Then use expressions on the appropriate properties of the connection manager in order to set them to...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
April 6, 2006 at 10:45 am
We deploy our packages (it is irrelevant where to) and keep all our work done in teh development stage in SourceSafe. We make changes in the development environment and then...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
April 6, 2006 at 10:44 am
This is a huge area and I recommend you do some reading around the subject. This is a good book: http://www.amazon.co.uk/exec/obidos/ASIN/0471200247/qid%3D1144139298/202-0025042-2605436
basically a dimension is an entity that can influence your business. E.g....
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
April 4, 2006 at 2:34 am
You can't Visual Studio for Applications (for that is what it is) only supports VB.Net.
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
April 4, 2006 at 2:29 am
I'd recommend that you don't use the SSIS job subsystem though. Read here: http://wiki.sqlis.com/default.aspx/SQLISWiki/ScheduledPackages.html
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
April 4, 2006 at 2:28 am
Mark,
That's great news, I'm delighted to see you wavering ![]()
I think this kinda reiterates the point that there is a definate learning curve with...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
April 3, 2006 at 6:29 am
The debug window in BIDS? That's very strange. Are you sure you have an Integration Services project open? You need to add the package to a project in order to...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
April 3, 2006 at 5:12 am
Mark,
I finally got around to trying this. I apologise that it took me so long. Everytime I booted up to try it something ended up interrupting me y'know. Emails to...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
April 1, 2006 at 11:13 am
What sort of object?
You're on the wrong forum by the way.
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 31, 2006 at 4:47 am
In expressions "=" is an assignment operator. "==" is used for testing equivalence.
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 31, 2006 at 4:46 am
Andrew is correct. Fuzzy logic features are only available in SSIS. If you want similar functionality in T-SQL then request it at the feedback center: http://lab.msdn.microsoft.com/productfeedback/default.aspx
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 30, 2006 at 3:02 am
No, I didn't sorry. I promise I still will. Just been very busy y'know!!
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 29, 2006 at 7:58 am
March 29, 2006 at 1:37 am
OK, that's easily fixed:
"C:\\Local\\DataIn\\SEG_IDEM_" + (DT_WSTR,4)DatePart("yyyy", GetDate()) + RIGHT("0" + (DT_WSTR,2)DatePart("mm", GetDate()), 2) + RIGHT("0" + (DT_WSTR,2)DatePart("dd", GetDate()), 2) + ".txt"
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 27, 2006 at 3:49 pm
Viewing 15 posts - 166 through 180 (of 580 total)