Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MBaraz
  • Content: Threads
  • Order by date
  1. MBaraz

    Clustering/Fail-over installation mentor

    We are doing a complete technology refresh. We got 4 DL-385 servers running VM ESXi each with 3-4 Windows 2008 Enterprise Edition server guests. Some will be web servers others database servers. We need to create two Windows 2008 clusters with fail-over within each. Then we need to set up SQL...
  2. MBaraz

    Show SQL command (syntax)

    Anybody know how to show the SQL that was actually sent to the database from a CFQUERY? For example: <CFSET FldVal = "BIG"> <CFQUERY name="qry_See_Code"> SELECT * FROM myTable WHERE aCol = '#FldVal#' </CFQUERY> I want to code something like: <CFOUTPUT>#qry_See_Code.SQL#</CFOUTPUT> and see...
  3. MBaraz

    Server 2003 SP1: external access disappears

    I installed SP1 on Windows Server 2003. I use it as a DNS and web server. Since then after a while I can no longer access many services on the server, such as ping-ing a domain, accessing via terminal service, web sites via browser, etc. In essense it looks like there is a firewall is in place...
  4. MBaraz

    CF5 on Server 2003/Windows 2003/IIS6 installation fails

    I cannot get ColdFusion 5 enterpirse to run on Server 2003/IIS6. I have followed the instruction provided http://www.macromedia.com/support/coldfusion/ts/documents/install_cf_win2003.htm. IIS6 is working in same directory since the static HTML pages...
  5. MBaraz

    OUTER JOIN restricted

    I thought this was going to be simple... and I'll bet it is if you know the answer... I am trying to create a list of all possible items from reference table (ProdPriceClass) and show the discounts for each one from other table (ProdUserGroupPriceClass); if there in no matching row in...
  6. MBaraz

    Sort &lt;SELECT&gt; list

    Is there a way to sort the options in a <SELECT> list without moving it to arrays or list and back? TIA
  7. MBaraz

    IIS 4.0 not able to see localhost or 127.0.0.1

    IIS 4.0 us not able to see localhost or 127.0.0.1... I have modified the host file in WINNT\system32\drivers\etc to include that. I can go to a command windows and ping both successfully.<br> <br> Thoughts?

Part and Inventory Search

Back
Top