Viewing 11 posts - 1 through 11 (of 11 total)
Thanks John - I'll give it a go. Helps point the finger in the right direction, I guess!
October 16, 2013 at 1:10 am
Joe - We use dedicated development on SQL Source Control.
Seemed to make most sense at the time!
Cheers
Ben
May 17, 2013 at 6:56 am
I've been using Subversion for about 6 years for SSIS packages. Firstly on a Linux server, and now on a Windows server using CollabNet Subversion Edge (it's free, and provides...
May 17, 2013 at 4:46 am
I'm already doing something very similar on one of our systems. The process requires me to load data from a standby database into one which the users can access. The...
April 29, 2013 at 3:42 am
I've had to use them for SFTP (via psftp), and for connecting to web services (via DLLs).
Ben
July 19, 2012 at 9:18 am
Thanks Guys
I've downloaded the SP1 version of the basic installer, but I can't try to install until later on due to some hardware testing on the new machine.
I'll try later...
I'm...
February 12, 2010 at 1:12 am
I think that's close enough for me.
The Warehouse database log has grown to 4Gb overnight, whereas running essentially the same processes using the alternate database with the simple logs has...
December 24, 2009 at 1:51 am
Hi Gail
Thanks for the speedy response - you've confirmed that it is as I had hoped:-)
The tables that I'm building up are basically being put into a holding area before...
December 24, 2009 at 12:51 am
Answering my own posts now...
I've ended up writing a script as follows:
Public Class ScriptMain
Inherits UserComponent
Private NextKey As Int32 = 0
Private LastID As Int32 = 0
Public...
June 21, 2007 at 11:02 am
Hi John
Thanks for the response. It's an option I hadn't thought of - I was aiming to keep as much of the processing in the pipeline as possible, but this...
June 21, 2007 at 10:38 am
Hi John
I'd hoped that the Row Number component would do what I wanted, but I can't see how to "restart" the numbering each time you get into the next ID...
June 21, 2007 at 9:33 am
Viewing 11 posts - 1 through 11 (of 11 total)