Viewing 15 posts - 31 through 45 (of 77 total)
I've tried that before.
I sent the output to a file and here is what I get:
col_1 ...
September 25, 2013 at 1:23 pm
Sorry for delay and thanks for your help.
I ended up setting it to read_only.
May 16, 2013 at 9:57 am
Thank you very much, it worked for me.
What is your blog URL?
May 10, 2013 at 3:23 pm
Thank you for replies. Does it matter if I am running 64bit installation of sql server?
April 15, 2013 at 11:56 am
Thank you, that worked. Was trying to avoid temp tables if possible.
February 26, 2013 at 12:27 pm
Will this update all rows in the tableB?
I need to update rows that are different.
January 29, 2013 at 11:57 am
Sorry Dwain for not mentioning you. I just didn't test yours yet.
January 3, 2013 at 11:33 pm
I was asked to clean up data. The column that I am looking at (nvarchar(20)) contains tax id values.
I needed to identify rows where tax id value contains same digits...
January 3, 2013 at 11:26 pm
Thanks you all for your replies. I have some options now.
January 3, 2013 at 2:33 pm
I know I didn't ask for it in the original post, but is there a way to account for any digit?
This work fine, just looking for a shortcut.
SELECT *
...
January 3, 2013 at 2:00 pm
Thank you all for replies,
It's an interesting problem and I thought it would be fun to try taking a crack at it, but I agree with you, Eugene that it...
December 21, 2012 at 9:56 am
Thanks for reply,
I've changed "begin tran" to "BEGIN DISTRIBUTED TRAN", but still getting the same error.
Is there anything else I need to change?
December 17, 2012 at 2:04 pm
David,
I don't have any other supporting data. What I have is inconsistent.
In the costco example, it should be one parent company, not multiple stores.
Thanks,
December 13, 2012 at 3:09 pm
Viewing 15 posts - 31 through 45 (of 77 total)