Viewing 8 posts - 31 through 38 (of 38 total)
I am interested in going to a user group or even a code camp. How to you find out where they are? I live in Orange County CA.
I have always...
April 26, 2007 at 9:28 am
I hope someone can help me.
This is what I am working on, and if I am not explaining it correctly, PLEASE ask.
In my company we scan checks. At the bottom...
April 25, 2007 at 6:39 pm
I have no problem with a potential employer doing a criminal backround check on me. I have HUGE problem if they run a credit check. I am not applying for...
April 20, 2007 at 12:11 pm
if @i = 1
BEGIN
exec master..xp_cmdshell 'XCOPY \\server\share$\*.txt.gz \\server\drive$\directory'
Print 'files copied successfully'
END
else
BEGIN
print 'no files exists'
END
April 19, 2007 at 12:33 pm
Are you trying to write T-SQL code that will create REGEXes for you, as opposed to getting SQL to parse with REGEXes?
YES!!!!!
And you want to count the number of...
April 19, 2007 at 11:08 am
In our program, which is written in Java and runs on a Unix system, the programmer has created RegEx for the MICR patterns which can parse about 90% of our...
April 19, 2007 at 7:49 am
Since no one answered, I am wondering if my question was unclear.
for an example here is a sample of a micr that is read into the database:
:012345678: 80110627841< 1947
the...
April 18, 2007 at 4:20 pm
declare the variable '@xvcRoleId'.
April 18, 2007 at 11:48 am
Viewing 8 posts - 31 through 38 (of 38 total)