Viewing 5 posts - 1 through 5 (of 5 total)
OMG- Tinkered with this and have it pulling where defined variable indicates a social security number.
Basically replacing the data string with '[0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9][0-9][0-9]'
I working on another change to find all tables,...
March 14, 2013 at 3:15 pm
Love this!!! :w00t:
Could it be modified to search for patterns? Like trying to find Social Security Numbers as long as they were formatted
where pattern= 'xxx-xx-xxxx'
That would be...
March 14, 2013 at 5:18 am
DUDE!!!!!!
YOU SO ROCK!!!!
Slight mod and all is Kewliossssss
select
cast(field as nvarchar(max))
from table
where sequence=value
Thank you very much.
August 28, 2008 at 2:32 pm
Thanks!! I will try and let you know.
August 28, 2008 at 10:54 am
The ????'s are actually squares in the db, but I had to save txt file so that when I copied into this, it would not show Kanji.
Has anyone run into...
August 21, 2008 at 7:17 am
Viewing 5 posts - 1 through 5 (of 5 total)