Viewing 15 posts - 13,681 through 13,695 (of 18,923 total)
That's the way to do it, but without knowing the data, we can't help you. You'll have to set the values so that they mean something.
August 31, 2005 at 3:00 pm
can you send the columns definition so we can try to figure it out?
August 31, 2005 at 2:44 pm
I feel I must restate this :
trim (char(' ')) = ' '
August 31, 2005 at 1:42 pm
Or use nulls if you don't know what to put there.
August 31, 2005 at 1:07 pm
Thanx... borgs are not satisfied with anything less than perfection
.
August 31, 2005 at 12:59 pm
I don't know why I'd do that... almost all the data would have to be manually recheck for validity... why not go down that road instead??
August 31, 2005 at 12:58 pm
"rgR'us has a 'pretty' good track record"
Hey I'm only half borg... so I'm gonna do a mistake once in a while
.
Nice quote...
August 31, 2005 at 12:55 pm
You mean something like this?
Select object_name(id) from dbo.SysComments where Text like '%ColumnName%'
August 31, 2005 at 12:46 pm
Just my 2 cents... trading security for simple coding is rarely a good trade off.
August 31, 2005 at 12:44 pm
Check the execution plans when doing that. You'll see it doesn't actually always work (well anyways).
August 31, 2005 at 11:57 am
I think our profession is safe too... in our lifetime at least.
August 31, 2005 at 11:25 am
In what context do you need to do this??
Cause the answer can change from you need to go back to school or you need to use this admin sp
August 31, 2005 at 11:24 am
The authentication mode doesn't add/delete logins when changed, it change the access mode and nothing else.
August 31, 2005 at 11:22 am
This is the best article I've read on XML :
Check out the articles section of the site for plenty more.
August 31, 2005 at 10:07 am
Viewing 15 posts - 13,681 through 13,695 (of 18,923 total)