Viewing 15 posts - 1 through 15 (of 18 total)
foxjazzG (12/15/2010)
I handled it by using a cursor.I just thought there was a better way.
How is above error and cursor related?
December 15, 2010 at 8:53 pm
Thanks all! This was a good discussion.
My options are Method 2 and Method 3, I'll choose #3 (SELECT * query) because it is simple and AFAIK I would get similar...
December 15, 2010 at 8:51 pm
grahamc (12/15/2010)
December 15, 2010 at 11:34 am
Resender (12/15/2010)
However a table that changes a lot getting new...
December 15, 2010 at 11:28 am
Jeff Moden (12/14/2010)
ASDL (12/14/2010)
I understand that but in my case I have to get all columns.
Please understand that that's usually a bad thing to do because it makes it real...
December 15, 2010 at 11:23 am
CirquedeSQLeil (12/14/2010)
December 14, 2010 at 3:18 pm
GSquared (12/14/2010)
In most cases, the properties of...
December 14, 2010 at 3:08 pm
WayneS (12/14/2010)
ASDL (12/14/2010)
December 14, 2010 at 3:03 pm
sturner (12/14/2010)
December 14, 2010 at 2:54 pm
Are you referring to Spotlight from Quest Software?
December 14, 2010 at 2:04 pm
sturner (12/14/2010)
December 14, 2010 at 1:58 pm
Need more information to answer this.
Looking at above statement looks like you have not declared the variables.
December 14, 2010 at 12:13 pm
Thanks for your reply!
If I need to select all columns from a table, I think SELECT * should work here. In my opinion Method 2 is an overkill. Moreover, the...
December 14, 2010 at 12:07 pm
brucla (8/26/2010)
I see...I'm guessing you have a config table with ColID, IsQualified, Qualifier columns, and within the CLR you'll be doing a look up by ColID?
I don't understand.
Are you...
August 26, 2010 at 12:28 pm
Yes, I did. I will not be able to use that as data has to be written in specific CSV format.
Some fields will be in quotes, some not - and...
August 26, 2010 at 10:57 am
Viewing 15 posts - 1 through 15 (of 18 total)