Viewing 7 posts - 16 through 22 (of 22 total)
If you have three systems, for example, a devel server, test server and Production server, then make the ids start at 1 and increment by 3 on the devel server...
December 9, 2002 at 7:43 am
I will have to make a few assumptions here and one of those is that you have correctly set up the connection and that you are getting access to the...
August 7, 2002 at 8:31 am
You only have to replace a single quote with two single quotes when you are inserting a record. When you are comparing the records you only need to compare...
August 6, 2002 at 2:05 pm
Suser_Sname() will get your network name, however, if people are logging on from outside your network this will not work. What is your front-end application?
Edward M. Sokolove
August 2, 2002 at 12:34 pm
Yes, it can be done. I would send a parameter to the stored procedure and iterate through the stored procedure with a loop and continually pass the new value...
July 29, 2002 at 2:09 pm
Yes. I have physical access to the server... and I have the perl script being executed via a batch command. The DTS package executes the batch script fine....
July 29, 2002 at 11:25 am
Try creating a batch file that executes the perl script and run the batch file from your DTS package. This works for me. Here's the batch file I...
July 29, 2002 at 6:38 am
Viewing 7 posts - 16 through 22 (of 22 total)