Viewing 15 posts - 76 through 90 (of 267 total)
When I run as a proc I now get this for table list output.
December 11, 2017 at 9:17 am
December 11, 2017 at 9:01 am
December 11, 2017 at 8:46 am
Thanks for the message.
First let me say this is a commercial software package, I DID NOT DESIGN THE DB.
Yes the WHERE clause represents the index (there is another...
December 8, 2016 at 8:50 pm
I added the alias as you suggested, same exact result. While it certainly should be aliased I had a feeling doing so would not result in a different outcome. There...
December 8, 2016 at 7:29 am
Hmm. Are you certain? All the other tables move data ok. They all have the same exact rules. The statements are generated by a dynamic system I have been writing...
December 7, 2016 at 11:14 pm
Tried this same result.
The NOT EXISTS option seems to have worked. I am working out a couple other things.
Thank you everyone.
November 16, 2016 at 11:14 am
Would love to. In fact I would kind of like to see it too!! 🙂 I could likely fix this if I did.
The query just runs indefinitely so the...
November 15, 2016 at 8:48 am
Why do the JOIN clauses seem weird and most useless?
And thank you for the suggestion I am about to test this. The statements are dynamically generated so this will take...
November 15, 2016 at 8:46 am
Can you give an example please? This is a NOT IN and the cast / convert is present because the two columns together are a unique index.
A join would...
November 14, 2016 at 8:05 am
I commented the actual list of columns for testing. It is not SELECT * in principal / production.
INSERT INTO [addb20].[Target_MergeAMD4_WithData].[dbo].[ConfigOption] ([Active], [ConfigOptionGUID], [ConfigOptionTypePropertyId], [ConfigOptionValue], [FKGUID] ,ImportIdentity, GUIDIdentity)
SELECT st.[Active],...
November 13, 2016 at 11:23 pm
Have used the tool for years. Strange name I will give you that but it works great and has every option you can imagine.
November 13, 2016 at 9:46 pm
Solved in thank you thou.
+ ' AND (' + @Alias + '.SourceID <> ' + @Alias + '.DestinationID AND EXISTS (SELECT 1 FROM ETLCorrelation WHERE DestinationTable = ''' + @PKTableName...
October 6, 2016 at 9:40 pm
I will give it a try thank you. AND I don't have to count I just need to know if the result is greater than 0. Basically true /...
October 6, 2016 at 4:20 pm
Viewing 15 posts - 76 through 90 (of 267 total)