I need part of a script to test the existence of foreign keys and print the results. My way isn't going to work because the script will hit both print statements. Is there a better way to write this?...
I have a ping application I need to test. I'm looking for an application that I can install on the machine I'm pinging that can delay and/or prevent the response to be sent back. So far I've tried...
I'm trying select information from 2 temp tables and place it in a third temp table. I'm inner joining the first two where #MyCars.Make and #Dealerships.Make equal each other. However, where they...
I have a VBScript that needs to update a table. However, when the script executes the SQL it never completes. The script object and/or SQL are trying to lock and update the DB row at the same time....
Is there anything initially wrong with this JavaScript? I don't see any issues with it but there's an error message coming from the blank space below. Thank you.
I am looking to embed a PowerPoint slideshow into my company's Intranet website. I want the slideshow to reside on my company's network which is not public. Is this possible without having to use...
There is a slideshow on my website that reads in the address of local images and puts them in a slideshow rotation to be displayed on the page. I currently have to "hard code" the addresses...