Viewing 11 posts - 1 through 11 (of 11 total)
OK. Now I think I understand where you are coming from. I was am not trying to be lazy, I just didn't fully understand what you were saying until you...
September 18, 2006 at 1:35 am
I am aware that what I am trying to do is not ideal, but I don't have too many other options. The only reason I am using this text field,...
September 17, 2006 at 6:32 pm
Actually, the table variable cannot be used in the updatetext statement.
February 9, 2006 at 5:36 pm
Yeah, just found that.
The problem is I need to update the text in the WKT field. The field is type TEXT and I can't get around this. I need to...
February 9, 2006 at 5:28 pm
You little beauty.
I read just about everything I could find on table variables, and no where did I see mentioned you have to specifically define in a new declare...
February 9, 2006 at 5:13 pm
OK. Here is the trigger code. Got to promise not to laugh though, it is not pretty and is slow, but it does what I need it to. I am...
February 9, 2006 at 4:41 pm
Sorry, just typed it wrong in here.
I did have
declare @h1 table(SW_MEMBER int, WKT text)
February 9, 2006 at 4:15 pm
OK. I have been playing with this trigger for a while now, and all seemed to be going fine. That was until I needed to apply the change to a...
August 31, 2005 at 11:11 pm
Thanks Mark, I will let you know how I go. By the way, I am not that worried about good T-SQL, as long as it works for now. Efficiency comes...
August 18, 2005 at 10:49 pm
Mark
You post was mighty helpful, just about did everything I every wanted. The only other thing was replacing the POLYGON text that pops up multiple times in each...
August 18, 2005 at 8:10 pm
Thanks Mark for the suggestion
OK, the design of the column of intersest is as follows
Column Name Data Type Length Allow Nulls
WKT TEXT 16 Y
A couple truncated rows:
GEOMETRYCOLLECTION(POLYGON((143.24696 -38.701896,143.246858 -38.701941,143.246781 -38.701956,143.246573...
August 18, 2005 at 5:54 pm
Viewing 11 posts - 1 through 11 (of 11 total)