Viewing 6 posts - 196 through 201 (of 201 total)
Luis Cazares (9/24/2013)
September 24, 2013 at 10:20 am
Hi. the only effective way to do this is:
1. Create a VIEW of the table for the low-security user with the columns that s/he may see.
2. Set up two...
September 24, 2013 at 10:18 am
Hi. I would personally take a different tack.
1. I'd write a string-split UDF something like this: http://stackoverflow.com/questions/5968839/sql-server-2008-t-sql-udf-split-tailoring. This is a table valued UDF that returns the string...
September 24, 2013 at 10:02 am
Hi...
1. The first question I have is whether !!! can appear anywhere else in the text. Probably not, but one should ask.
2. You have a row delimiter of !!!...
September 24, 2013 at 9:38 am
Found this out the hard way a fewweeks ago in a database that was part of a peer-to-peer transactional replication topology. :ermm:
Thanks for the point!
July 16, 2013 at 10:31 am
"Semper in excretia, sumus solum profundum variat "
How true, and on this question, the depth is excessive. 🙂
May 7, 2008 at 7:49 am
Viewing 6 posts - 196 through 201 (of 201 total)