Forum Replies Created

Viewing 15 posts - 1 through 15 (of 251 total)

  • RE: Down Load text file from FTP thro' DTS

    spdhiva, you need visual basic, or another compiler to compile that code into a dll, if you want I can comile that code into a dll for you and email...


    Tim C //Will code for food

  • RE: Install on Windows 2003

    Let me know what you find out Antares, this is a sticky point for me as well as my friend. We do NOT like to do upgrades. IMHO that would...


    Tim C //Will code for food

  • RE: Install on Windows 2003

    LMAO, that kinda stinks when you just want to install 2K3 base without upgrading. Usually given a choice - base or upgrade, I always opt for the base install. Thanks...


    Tim C //Will code for food

  • RE: win2k security monsters

    Why are you running it as a user? MAIL, or access to the network? If running as

    a normal service it would have god rights on the local machine. Last...


    Tim C //Will code for food

  • RE: Alternative for Cursor?

    Then you could still use dj_meier's suggestion. Try this :

    
    
    EXEC sp_MSForEachDB "IF EXISTS(SELECT * FROM MYDB..MYDBTABLE WHERE dbname = '?') BEGIN exec myProc '?' END"

    But...


    Tim C //Will code for food

  • RE: roles

    1) Are you looking to grant them "sa" privileges?

    A) Assign the login the "System Administrators" server role. They now have "sa" rights.

    2) Just give them db_owner rights to just those...


    Tim C //Will code for food

  • RE: Top and Order By (Why can one change the other?)

    Nice test Antares, was very interesting to see that the results come back as one would expect on SQL7.

    Tim C //Will code for food


    Tim C //Will code for food

  • RE: SNMP : more info needed

    I have never used SNMP to monitor SQL Server in the past, but I have used Whats Up. IMHO, it as awesome product, and if configured right you won't need...


    Tim C //Will code for food

  • RE: Using 'FOR XML AUTO'

    I am unsure of the ColdFusion analogy, but in ADO with COM you would use the ADO.Stream to stream the xml into a complete stream. That sounds like what you...


    Tim C //Will code for food

  • RE: Top and Order By (Why can one change the other?)

    Ian, thanks for explaining to me what I have already pointed out. My wife

    typically does this to me, but it is refreshing to have it done in a forum...


    Tim C //Will code for food

  • RE: Top and Order By (Why can one change the other?)

    Ian, I understand what is going on, what I am questioning is WHY? I can find no

    documentation that states that TOP will perform a sort, yet it clearly does,...


    Tim C //Will code for food

  • RE: Top and Order By (Why can one change the other?)

    You are not missing anything Ian. The column may or may not have sort

    able data, it is basically a user-definable sort, and without them defining the

    values the sorted...


    Tim C //Will code for food

  • RE: Top and Order By (Why can one change the other?)

    I did provide an ORDER BY Andy. The only thing I changed was I added a TOP

    clause to the second query. If you run the queries I posted below...


    Tim C //Will code for food

  • RE: Oracle and MSSQL in the same computer

    WOW, why would you even do such a thing on a server? They are both highly resource intensive, processor, memory, NIC, etc.. They would always be in contention. I know...


    Tim C //Will code for food

  • RE: dead links

    Crispin, have you looked into the WinHTTP object? I used to use the ServerXMLHTTP like you show, but have since started to look at using WinHttp.

    http://msdn.microsoft.com/library/en-us/winhttp/http/capturing_data_vb.asp

    Tim C //Will code for...


    Tim C //Will code for food

Viewing 15 posts - 1 through 15 (of 251 total)