Viewing 15 posts - 39,046 through 39,060 (of 39,466 total)
November 6, 2001 at 10:14 am
Same here. No problems, but not used extensively. Mainly because of the $$ involved.
There are some reports of problems in these forums. Searched on "named instances"
Steve Jones
November 6, 2001 at 10:12 am
November 5, 2001 at 10:56 pm
Don't connect in global.asa. Put the connection string there and then reference that on each page as Jon suggested.
Steve Jones
November 5, 2001 at 10:54 pm
Never tried this. I do all the DTS work. I'll take a look.
One thing off the top of my head is to save as a COM file and allow someone...
November 5, 2001 at 10:52 pm
November 5, 2001 at 10:50 pm
Two ideas,
1. Use a temp table/table datatpye to loop through the time interval and count each time,
2. Build a temp tabel of ten minute intervals. Join this to your...
November 5, 2001 at 10:47 pm
November 5, 2001 at 10:44 pm
Can you connect from ISQL/W using this login and execute the stored procedure?
You might also run SQLTrace and see the exact call. Perhaps there is something you are not noticing...
November 5, 2001 at 10:41 pm
Personally, I vote for people skills first. Can't really teach those, I can teach all teh SQL stuff. Of course, the skill level depends on how motivated I am to...
November 5, 2001 at 10:35 pm
I have a standard test as well. I had an article on it (maybe still do). I used to get some really funny things as well.
What was really amazing to...
November 5, 2001 at 4:08 pm
Be interested to hear. We have been all W2K except for the PDC/one BDC for over a year. We love 2K, but have been hesitant to take on the migration...
November 5, 2001 at 4:03 pm
November 5, 2001 at 1:32 pm
memory leaks are this biggie. Load is another. This is overhead that is better spent somewhere else as your server gets busy. I'd hate for my database server to be...
November 5, 2001 at 1:28 pm
I'd recommend DTS, but I used this with SQL 7 early on in its life.
Script out all objects from v6.5 (EM does this)
Run script on new server
Had script to BCP...
November 5, 2001 at 1:23 pm
Viewing 15 posts - 39,046 through 39,060 (of 39,466 total)