Viewing 15 posts - 586 through 600 (of 680 total)
It's not a native solution, but you can create a library in VS and reference that assembly in your SSIS script task.
August 27, 2007 at 7:19 pm
Could there be an issue with the Access runtime? I'm not that familiar with Access, but I do know that Access applications use that runtime engine even if the data...
August 27, 2007 at 4:03 pm
Steve, I don't necessarily disagree with posting blog data on multiple sites as you described (Personal blog = personal + career, career blog = just career), especially for less than...
August 27, 2007 at 2:28 pm
You mention that the application's performance runs slow, but have you tried running the same query on the server itself in SSMS? You can quickly rule out SQL Server as...
August 26, 2007 at 9:01 pm
You can redirect rows in error to an alternate location, for example an output file for review.
hth
Tim
August 26, 2007 at 8:44 pm
Regarding motivation -- I am a big fan of Scott Hanselman's Hanselminutes (http://www.hanselminutes.com). He recently posted a great podcast entitled "How to be a better developer in 6 months",...
August 14, 2007 at 9:35 pm
You're still operating in the Control Flow, which is just that - it controls the flow of the package but doesn't actually handle the data flow. If there isn't one...
August 14, 2007 at 9:21 pm
Not sure of how you could do this natively in SSIS, however you could probably get creative and invent a solution. You can schedule a job to run at given intervals that...
August 13, 2007 at 8:21 pm
Yes, every number would be distinct within a given set of data, but a number does not "belong" to a particular row. If you pull the same query later, the...
August 7, 2007 at 3:51 pm
If you are a subscriber to SQL Server magazine, there is a brief guide to getting started at http://www.sqlmag.com/Articles/ArticleID/96169/96169.html
hth
Tim
August 6, 2007 at 9:56 pm
The new row numbering feature in SQL Server 2005 is very handy. Just make sure that anyone who uses the data understands that it is only a row number and...
August 6, 2007 at 9:48 pm
You're absolutely right Brandie. Things you say and do tend to come back to you, whether good or bad. The bridge you burn today may span the river you need...
July 31, 2007 at 2:33 pm
So about this SQL DBA/HTML Developer/Particle Physicist position. I meet all of the requirements except for the last. Do you think they would allow me to learn particle physics on...
July 27, 2007 at 11:29 pm
Having been passed over for a position on one or two occasions, I admit that the gut reaction is to bellow "why wasn't I good enough?". However, now that I've been around the block...
July 27, 2007 at 11:07 pm
It depends. If you want to verify the entire file before processing, you are probably going to need a script task to run through the file and check each line.
If...
July 27, 2007 at 11:24 am
Viewing 15 posts - 586 through 600 (of 680 total)