Viewing 15 posts - 3,136 through 3,150 (of 7,168 total)
Why let the package that checks for the record exit? Just let it run. This way you would only need on SSIS package.
There are lots of options but here are...
September 20, 2012 at 11:28 am
Jeff Moden (9/20/2012)
September 20, 2012 at 11:19 am
You could do this in a Script Component in a Data Flow setup as a Destination. Keep a counter in your code and issue a new CREATE TABLE at 0...
September 20, 2012 at 11:16 am
Once didn't work, so twice is better?
http://www.sqlservercentral.com/Forums/Topic1361171-364-1.aspx
September 20, 2012 at 11:11 am
akirajt (9/19/2012)
Filtrate the different integration issues. My selection is:
Description - Customer Name - IBM
Encoding - Sex - M = Male and F=...
September 20, 2012 at 11:08 am
Variables in SSIS are case-sensitive, i.e. \Package.Variables[User::ReportID].Properties.Value is not the same as \package.variables[User::ReportId].Properties.Value, so first verify you're referencing the correct name.
September 20, 2012 at 11:04 am
Jeff Moden (9/20/2012)
opc.three (9/20/2012)
September 20, 2012 at 11:01 am
Most of my 2005 servers are on 9.0.5057 (SP4 + MS11-049) except for a few that we cannot upgrade because a vendor app won't certify their software for SP4, sigh.
September 20, 2012 at 10:55 am
Can't wait. I'll definitely read it, hell I'll even volunteer to tech review it if you like. I'll do my best to provide feedback to head-off as many detractor angles...
September 20, 2012 at 10:46 am
dwain.c (9/20/2012)
Eugene Elutin (9/20/2012)
aaron.reese (9/20/2012)
I do have to agree with the byte-bloat issue.
Can anyone beat this? its from the NHS clinical data set upload for patient details
<personGenderCodeCurrent>M</personGenderCodeCurrent>
There is nothing wrong...
September 20, 2012 at 10:30 am
In the Services manager you can have the OS run a program for you in case a service fails. This can be a PowerShell script that sends an email or...
September 20, 2012 at 10:28 am
This should probably be moved to the SQL 2012 - General Forum. You may get more page views that way. Some very qualified folks have stopped watching the 2005 Forums...
September 20, 2012 at 10:10 am
Cmdlet Out-File has a -Encoding option.
September 20, 2012 at 9:43 am
Viewing 15 posts - 3,136 through 3,150 (of 7,168 total)