Viewing 15 posts - 16 through 30 (of 58 total)
Heya John and Luis,
Thanks to you both for your input and ideas for improving what I had. It does seem to me, as Luis mentions, that I will need to...
December 2, 2016 at 12:40 am
Hi Luis,
Thanks for responding but similar to John's solution, since this is using the RootRunLogID, it doesn't allow me to filter on other RunLogs 5 thru 12, which...
December 1, 2016 at 7:58 am
Heya John,
Thanks for the quick response. I have to take back my last statement...
If I could include the Root RunLogID value in the final result I could filter on it...
December 1, 2016 at 6:16 am
Thanks to all for great advice and the pointers to various tools.
Cheers,
Steve
November 9, 2016 at 11:29 pm
Thanks again Eirikur.
I am currently using TortoiseSVN for all application related files but am still really in development mode, though some people are doing alpha testing for me.
I would...
November 9, 2016 at 5:04 am
Hi Eirikur
This would be considered small compared the the databases I am use to working on but here are counts from sys.objects
User Defined Tables: 54
Views: 46
Stored Procedures: 77
It...
November 9, 2016 at 3:13 am
In doing some experimenting un-checking 'Keep Nulls' gives me what i need if the field is NULLable as John mentioned. The problem is the field isn't, i.e. it should never...
November 7, 2016 at 6:10 am
Sorry, again not being clear.
By DEFAULT I meant the default value declaration for the column. Wouldn't it just be handled by the trigger? In otherwords could I just have... ...
November 7, 2016 at 5:22 am
Hi Eirikur
Unfortunately I have no control over the data structure so is not be an option for me.
Interesting idea though. Quick followup, if I had that as a trigger, would...
November 7, 2016 at 5:06 am
Thanks again John
I included the insert because I have been asked in the past to provide the data structures/processes. My bad for leaving out that I was using OLEDB Destination...
November 7, 2016 at 4:52 am
Hi John,
Thanks for the response.
Sorry for being dense but how would I assign a value of DEFAULT? I probably should have been more clear, I am using OLE...
November 7, 2016 at 4:25 am
Heya John,
No I hadn't, I tend to forget about the Advanced Editor options.
Thanks very much
Steve
November 2, 2016 at 5:15 am
@john-2 - thanks for your suggestion but I try to avoid using staging tables when I can.
@phil - Sounds like a good suggestions, I will definitely give...
November 2, 2016 at 12:12 am
Hi John thanks for the response.
The following is made up structures and data:
-- table of products
CREATE TABLE xyzProducts (pkProducts INT NOT NULL ,ProductName VARCHAR(20) NOT NULL ...
November 1, 2016 at 4:47 am
Thanks Thom A,
I just wanted to make sure that I wasn't missing something. My SSIS solutions works just fine, though I am sure some SSIS developers would have a fit...
October 6, 2016 at 5:08 am
Viewing 15 posts - 16 through 30 (of 58 total)