Forum Replies Created

Viewing 15 posts - 31 through 45 (of 122 total)

  • RE: Processing XML Files

    Thank you both to the reponses! I am on a learning curve but the bottom line sounds like I need to move away from this old and slow way...

  • RE: CPU - Quad Core or Not

    Thanks guys! This is all good information, especially when it comes time to put the final request for a machine that exceeds 7 - 8 K$!

  • RE: Join To Find Exclusion

    Thank you very much! I have used that plenty of times but just did not think to use it in this case.

  • RE: CPU - Quad Core or Not

    Thanks for all the info! I appreciate it greatly.

    The information I am looking for is whether a performance gain is available with Quad Core version Dual Core. Most...

  • RE: Locking Hints

    Thanks for the feedback, Brian. So, summing up your ultimate advice in this situation, would be to not use rowlock?

    For some of these queries, I could get away with...

  • RE: Parsing XML Document

    Thank you, thank you!!

  • RE: sp_OACreate and MSXML2.DOMDocument.4.0

    Update:

    I updated to MSXML6.  I changed syntax to:

    EXEC @hr = sp_OACreate 'MSXML2.DOMDocument.6.0', @xmlDOMObj OUTPUT

    SQL Service no longer stops.  I now get the following error:

    ODBC: Msg 0, Level 19, State...

  • RE: Dynamic SQL - Assign Variable Value

    Thank you very much!  I now have this working and no longer pulling hair out.

  • RE: sp_OACreate XML and Cursor = SQL Crash

    I believe I have found the solution to this problem. 

    Upon reading the article below, I configured the sp_OACreate to execute 'out-of-process' by including the parameter of 4.  When I...

  • RE: Create and Export HTML Files

    Thanks to both of you for the responses.  I'll look onto these options. 

    Thanks again!

  • RE: WinHTTP in Stored Proc

    It does not appear to send the data out.  I am going to run through a different approach to see what happens.  I appreciate the help!

  • RE: WinHTTP in Stored Proc

    Thank you for the reply!

    I did try this, along with several other special character encoding.  It does not seem to send the data as expected since the POST returns 0...

  • RE: How to make HTTP call out of SQLServer 2000?

    This is an old post but I'll give this a try.

    I have used the stored procedure provided (thank you very much), but I am having trouble with the authorization.  I...

  • RE: Include DateTime Even If No Corresponding Data

    Got it.  I'll run through it.  Thanks!

  • RE: Find File Name of Database

    I just realized that... how lame of me.

    I know it is not generally advisable to access the sys files directly.  Is this the case with this table as well?

    Thanks...

Viewing 15 posts - 31 through 45 (of 122 total)