Viewing 9 posts - 46 through 55 (of 55 total)
I have add a snap shot of the PS_ORD_HOLD_AUDIT for one customer that shows my trouble. My report is to pull all customer that have been CRD_APPR(credit approved) and the...
January 14, 2009 at 7:23 am
But to use a have you need to be aggregating something and I am not?
is this correct?
January 13, 2009 at 3:58 pm
I have about 4000 rows of values to insert that are in a word doc that I will cut and paste into my sql statement but I do not want...
December 23, 2008 at 2:21 pm
is there away to mark the rows with the table name that is different?
October 27, 2008 at 9:30 am
Is there a wild card to use for the cust_table name. something like cust_% ?
SELECT * HMDEV.dbo.cust_table
except
SELECT * HMTST.dbo.cust_table
October 27, 2008 at 9:19 am
Thank you that works perfect.
October 27, 2008 at 7:30 am
I have 3 sql servers DEV, TEST, Production I would like to compare about fifty customer tables between TEST and Production. I just want to see what the difference...
October 23, 2008 at 8:23 am
I'm sorry I have removed the order_no from group by on my live Query and I thought that I had completely removed it from my test database but as you...
October 16, 2008 at 10:07 am
I don't have order in the tsql that where I get lost
see attachments for the output
Thanks for you help
October 16, 2008 at 8:15 am
Viewing 9 posts - 46 through 55 (of 55 total)