Viewing 15 posts - 38,011 through 38,025 (of 39,490 total)
February 15, 2002 at 4:31 pm
Not sure what's wrong. I'd try the install and then search for all files changed in the last day. Should clue you in.
Steve Jones
February 15, 2002 at 4:28 pm
February 15, 2002 at 3:46 pm
no reg expressions. I have a tamestrings series that looks at some tricks, but none are really a "grep".
http://www.sqlservercentral.com/columnists/sjones/tamethosestringspart7.asp
Steve Jones
February 15, 2002 at 3:45 pm
Having such a table is definitely the fastest way to do it, but you have to maintain that table. I built a system where we did this and the first...
February 15, 2002 at 3:44 pm
February 15, 2002 at 3:42 pm
February 15, 2002 at 3:42 pm
February 15, 2002 at 2:24 pm
I've got a few articles on how I do it.
http://www.sqlservercentral.com/columnists/sjones/vcspart1.asp
http://www.sqlservercentral.com/columnists/sjones/vcspart2.asp
http://www.sqlservercentral.com/columnists/sjones/vcspart3.asp
http://www.sqlservercentral.com/columnists/sjones/vcspart4.asp
Steve Jones
February 15, 2002 at 2:21 pm
Is this the only word in the field? If not, you might need to do:
IF EXISTS (SELECT rma FROM table1
WHERE rma like '%end' )
to get end at the end of...
February 15, 2002 at 2:19 pm
Interesting idea. I know we have a bunch of spanish users, but overwhelmingly we are US, UK, and Australia.
If we could get some people who wanted to translate some things,...
February 15, 2002 at 2:16 pm
February 15, 2002 at 11:03 am
As applications get more complex and grow, it is impossible to thoroughly test them.
Let me repeat that. It is impossible. With a few hundred lines of code containing a few...
February 15, 2002 at 10:58 am
February 15, 2002 at 10:51 am
Antares is correct, you will need to check using Oracle's clients. You can connect to 16 bit applications using a driver that supports that connection. It has nothing to do...
February 15, 2002 at 10:47 am
Viewing 15 posts - 38,011 through 38,025 (of 39,490 total)