Viewing 12 posts - 1 through 12 (of 12 total)
Thanks homebrew! I'm still verifying the data. At first glance, in test, it appears to have completed successfully.
Thanks for the guidance!
January 28, 2011 at 11:22 am
So is this right?
UPDATE TableB SET TableB.description = TableB.description + '(SELECT t3.description
FROM TableB AS t1 INNER JOIN
...
January 28, 2011 at 10:43 am
Right, but how do I do the WHERE clause of that UPDATE statement, so I'm updating the correct row in tableB?
January 28, 2011 at 9:55 am
TABLE A
id =100
parentid =
sku = asdf1234
type = product
description = blah blah blah
showitem = yes
id =115
parentid = 100
sku =
type = feature
description = this is the data I want to...
January 28, 2011 at 9:31 am
I want to update TableB.description to append the TableA.description
The issue is there isn't a clean Foreign Key. I have to JOIN TableA back onto itself to get the description...
January 28, 2011 at 9:26 am
Disregard...haven't had my coffee yet...put isnumeric(search_phrase) in the select statement...it works like a champ...thanks a billion!
January 15, 2010 at 6:35 am
SSComitted thanks...we're almost there.
That worked. But, I have the added complication of SELECT DISTINCT and it wants me to put isnumeric(search_phrase) in the select statement.
Here's my query...maybe this will...
January 15, 2010 at 6:32 am
This thread suggests upgrading to SP2 will resolve this issue:
http://social.msdn.microsoft.com/forums/en-US/sqltools/thread/e7c0e73e-8d4b-4624-a19e-352a69995f9e/
Come to find out we're not running SP2...I'll let you know if that fixes the issue
November 9, 2009 at 9:08 am
My database roles list also does not list "SQLAgentUserRole, SQLAgentReaderRole, SQLAgentOperatorRole" as options.
Here are my options in the database roles list: accessadmin, backupoperator, datareader, datawriter, ddadmin, denydatareader, denydatawriter,...
November 6, 2009 at 10:03 am
Figured it out...read my *.CSV into a recordset using OPENROWSET
Then I loop through that recordset inserting each row of CSV data along with the 6 other columns of data. ...
July 9, 2009 at 12:39 pm
Sorry admin...I tried to delete my duplicate posts. But, I got an error. The reason there were duplicate posts is b/c I got an error every time I...
July 9, 2009 at 9:54 am
Viewing 12 posts - 1 through 12 (of 12 total)