Viewing 8 posts - 16 through 23 (of 23 total)
Art,
I know this post is after the fact, but I thought I would put in my two cents in case someone else views this thread....
September 3, 2009 at 9:08 am
You can use the following to achieve what you are looking for:
=Format(DateAdd("s",12600, Today), "hh:mm:ss")
12600 would be the number of seconds from your database and in this case would result in...
August 28, 2009 at 2:35 pm
There are some additional options for writing to a text file from T-SQL that require less system resources and are quicker to set up. These options involve using the...
August 27, 2009 at 7:57 am
I just wanted to add that you do not need to put all control flow tasks from your package into a Sequence Container in order to use the Event Handling...
August 24, 2009 at 2:40 pm
I know this is a SQL Server Forum, but as an alternative, you can also call off the package from .NET. Our company had a very similar requirement
in that...
February 3, 2009 at 2:54 pm
You would need to include your tasks in a container such as the For Loop, ForEach Loop or the Sequence Container. These containers have a "Transactions" section in the...
December 17, 2008 at 8:17 am
You can ignore my post - I didn't realize there was a second page and someone had already provided a set-based solution.
Bob
November 25, 2008 at 2:50 pm
I know that this is an old post, but I have the set-based solution you are looking for. I created a temp table to enter the values you had...
November 25, 2008 at 11:26 am
Viewing 8 posts - 16 through 23 (of 23 total)