Viewing 15 posts - 136 through 150 (of 180 total)
demonfox (11/7/2012)
Tava (11/7/2012)
SQL-Squid (11/7/2012)
Tava (11/6/2012)
I was told I can request the app designer to include a primary key in the feed I receive, if that does happen, the merge...
November 7, 2012 at 10:26 pm
weston_086 (11/7/2012)
November 7, 2012 at 9:11 pm
SQL-Squid (11/7/2012)
Tava (11/6/2012)
I was told I can request the app designer to include a primary key in the feed I receive, if that does happen, the merge will be...
November 7, 2012 at 6:17 pm
SQL-Squid (11/7/2012)
Tava (11/6/2012)
You're correct in what you said the issue is that your source has duplicates, so based on the below you will always return multiple results, hence the...
November 7, 2012 at 6:10 pm
Jason-299789 (11/7/2012)
Tava, you can insert the same record twice with a merge statement, however you cannot UPDATE or DELETE the Same row twice.
Yes Sorry, I meant Update/Delete not Update/Insert...
November 7, 2012 at 3:38 pm
SQL-Squid,
You're correct in what you said the issue is that your source has duplicates, so based on the below you will always return multiple results, hence the MERGE statement...
November 6, 2012 at 6:26 pm
As previous poster asked whats the Datatype for ArchiveID? possibly could be varchar?
Can you show a sample set of Information? like archiveID 13/14/15 if its confidential then just mock...
November 6, 2012 at 4:38 pm
Thanks guys,
I had the same solution as BriPan up to the Row_Number statement - i had a while loop that would do it while a < b it worked...
November 4, 2012 at 2:30 pm
All done... thanks everyone for your help... it might be the worst piece of code written but it works & i go no idea what i need to do.
Let me...
October 25, 2012 at 12:38 am
The Dixie Flatline (10/24/2012)
October 24, 2012 at 8:23 pm
Thanks for the help both of you - i got it working but i have 1 issue if there is multiple attachments
<Attachment>TestAnnouncement123.pdf</Attachment>
<Attachment>TestAnnouncement999.pdf</Attachment>
<Attachment>TestAnn234.pdf</Attachment>
Im inserting into Audit table
INSERT...
October 24, 2012 at 7:37 pm
I've tried the following from what i read and turned it into an XML, I believe anyway but could be totally wrong - still though even though i've turned it...
October 24, 2012 at 12:00 am
Thanks for the replies, I tried both those ways (derived & transformation) prior to doing my idea and I was not able to get it to work. I was...
October 10, 2012 at 3:02 am
Hi all,
I resolved the issue by doing a additional check in my stored proc, checking to see if a certain value <> ''
The value should never be empty as it...
October 9, 2012 at 10:53 pm
Regional settings were dd mm yyyy but i dont want to change it .... STUFF Reply helps me there.
i tried the variable way but im going to stick with the...
October 4, 2012 at 12:53 am
Viewing 15 posts - 136 through 150 (of 180 total)