Viewing 15 posts - 451 through 465 (of 507 total)
Well from my days with Dell, the company line was to turn off write caching to the possiblility of loosing info. Also tuning the caching is a real pain. I...
August 21, 2001 at 9:22 am
I run SS2k oracle 8i and MySQL all on the same test box. I just don't do performance testing on the box. Other than that they all play fair with...
August 20, 2001 at 10:30 am
I'd love to. I'm the king of cheap or free tools to do SQL work with. I also write lots of little tools to help out our day to day...
August 17, 2001 at 7:41 am
do a search on xp_sendmail on MS site or in technet there is a known issue with dropped attachments. I went through that as well.
Wes
August 16, 2001 at 6:47 am
on the DDS3 tape drives the hardware compression is set by a jumper on the back of the tape drive it's self. I would clean that unit ALOT! every 4...
August 13, 2001 at 7:07 pm
http://www.asp101.com http://www.15seconds.com are both good places to start for asp and db pulldown navigation.
August 13, 2001 at 8:54 am
this does sound like the problem I currently have as well. We rolled the latest hot-fix for windows 2000 onto the server and I could send sql mail but no...
August 8, 2001 at 1:20 pm
I do something like this too... I shell out and do a dir /b /o-d and dump the results into a table so I can look at them. It allows...
August 8, 2001 at 6:37 am
There is a banneradrotator built into the asp object set. I would read wrox book on beginning asp and asp databases to get a good start on what you are...
August 7, 2001 at 2:11 pm
I've got all my statements in store procs unless the app is built for multi database systems.
Wes
August 6, 2001 at 1:41 pm
sqlst = select top 20 * from tbl_name order by tbl_object
objRec.Open sqlst, conn, adOpenStatic, adLockReadOnly, adCmdText
This is the way to do it with a sql statement. It will pull...
August 6, 2001 at 8:49 am
I would love to post some of the scripts I use in my day to day admin or some of the asp stuff I've done for our internal site including...
August 5, 2001 at 12:52 pm
I'm mostly worried about restores from disk. We keep at least a days worth of backups on the local disk. Our main backbone is gig and we have a deticated...
August 3, 2001 at 8:37 am
If your app doesn't trap the disconnect then your app WILL blow up :). You must check for a connection before you send data if there is no connection try...
August 3, 2001 at 8:31 am
Is this a single huge bulk insert with bulk logging turned on?
August 3, 2001 at 8:29 am
Viewing 15 posts - 451 through 465 (of 507 total)