Viewing 15 posts - 39,031 through 39,045 (of 39,456 total)
That sounds like the best solution. You could always use an ActiveX conversion to cast the data into a decimal format, but it would probably be slower.
Steve Jones
November 6, 2001 at 11:05 am
November 6, 2001 at 10:56 am
The default for SQL Server is only potr 1433 (TCP). Enterprise manager is another story, it uses 445 (I think).
If your ASP page needs access, then whoever controls the...
November 6, 2001 at 10:55 am
Strange. The isql/w call is the same as the ADO call?
Can you script an ASP page and enter the exact same call in both the page and isql/w and see...
November 6, 2001 at 10:50 am
Glad we could help. Rather than full-blown SQL Server, if this is a small app, use MSDE. Basically SQL Server light and do not provide any of the client tools....
November 6, 2001 at 10:34 am
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
Viewing 15 posts - 39,031 through 39,045 (of 39,456 total)