Viewing 15 posts - 1 through 15 (of 18 total)
This was executed on 2008. Should I see this in my system tables? Maybe our install did not add this?
June 10, 2011 at 10:35 am
Yes that did the trick. Thanks ever so much.
January 11, 2010 at 10:09 am
Now the user would like me to get rid of both records in question since we have identified this as being a duplicate record. How would I do that?
Thanks
November 25, 2009 at 12:52 pm
Thanks you ever so much. This solved my problem.
November 25, 2009 at 11:58 am
Thanks for the code snippet - it works really well. Also, thanks for the link to 'Best Practises' when posting a question. Very helpful and something I'll remember...
December 29, 2008 at 1:08 pm
I used this as an example:
select * from mytable where isnull(ltrim(rtrim(status)),'')<>''
works great!!!!
November 5, 2008 at 9:19 am
Thanks. Yes the DISTINCT shouldn't be needed here because there should be no duplicates returned back in the results. The primary Key is Party_Id. That is where...
September 30, 2008 at 11:27 am
I added an insert at the beginning of this select statement to see if I could find out what the problem was and ran it from SQL Server Management Studio....
September 30, 2008 at 11:09 am
Works like a charm...exactly what I want. Thanks for all your help!!!!
September 3, 2008 at 12:19 pm
A User request. We probably could have gaps because the Seq_Num will be used as a key but they wanted it to start at 1 and go up by...
September 3, 2008 at 11:50 am
I will be using a strored procedure to take the results and load them to another table using SSIS. They want the seq_num to start at 1 and go...
September 3, 2008 at 11:35 am
Viewing 15 posts - 1 through 15 (of 18 total)