Viewing 15 posts - 8,266 through 8,280 (of 13,876 total)
Interesting, thanks for posting this: I'm sure that it will help others.
July 16, 2015 at 3:39 am
Steve Jones - SSC Editor (7/14/2015)
Send a note to the webmaster@ if...
July 15, 2015 at 7:02 am
If that's the case do we need to manually translate the text in the country table for each and every country?
Only if you need it.
Are you thinking that SQL Server...
July 15, 2015 at 7:00 am
Phil Parkin (7/14/2015)
July 15, 2015 at 2:04 am
mberman (7/14/2015)
To do this we are using flat file connection managers. This requires manually inputting each field...
July 15, 2015 at 2:01 am
Sounds good. I did it in a proc to avoid having to cut and paste C# code all over the place. I suppose you could have a child package which...
July 14, 2015 at 10:11 am
Martin Schoombee (7/14/2015)
I also typically use a script task to send email. Have found the built in SMTP task to be buggy and unreliable.
Is this sync or async?
July 14, 2015 at 9:20 am
How do you send SMTP-Messages in an SSIS Package?
I call a 'helper' proc, which uses DBMail, via an ExecuteSQL task.
July 14, 2015 at 4:55 am
Could this issue have recurred? I clicked on the 'Search Forum' link, typed SQL and submitted. The response:
July 14, 2015 at 12:28 am
Sum (isnull (cola,0)) + ...
Should do it.
July 13, 2015 at 1:44 pm
Lowell (7/13/2015)
July 13, 2015 at 5:37 am
Abhijit More (7/13/2015)
Flat Table with all headers from files, if no header it should come with Column0, Column1, Column2...& so on.
Are the files all...
July 13, 2015 at 5:00 am
Ross.M (7/13/2015)
Genuine question to someone who uses this method frequently (without trying to sound argumentative):
Do you find this more useful than just highlighting the block and...
July 13, 2015 at 4:25 am
Abhijit More (7/13/2015)
Now the challenge is I have to load any received...
July 13, 2015 at 4:22 am
trboyden (7/10/2015)
Phil Parkin (7/10/2015)
I agree with you for production code. The general thrust of the thread, however, is around the creation of utility or setup scripts which are run and...
July 10, 2015 at 8:32 am
Viewing 15 posts - 8,266 through 8,280 (of 13,876 total)