Viewing 15 posts - 37,981 through 37,995 (of 39,456 total)
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
Have you checked the language settings? Looks like this handles the date settings.
Steve Jones
February 15, 2002 at 10:45 am
I too use an Active X script to call another package in one of my scripts. Never liked the Execute Package task.
Steve Jones
February 15, 2002 at 10:38 am
Yes, that's what I was thinking. The MDAC is for data access, the DTS libraries are the designer and the executable environment. Sorry, but I've never deployed DTS anywhere but...
February 15, 2002 at 10:36 am
It may be a security hole, but you also might need select permissions to GET your permissions. Not that it's agood design, but I wouldn't be surprised.
Steve Jones
February 15, 2002 at 10:31 am
Viewing 15 posts - 37,981 through 37,995 (of 39,456 total)