Forum Replies Created

Viewing 15 posts - 7,771 through 7,785 (of 8,753 total)

  • RE: Need Help parsing through the XML

    Jeff Moden (7/21/2014)


    Evil Kraig F (7/21/2014)


    mister.magoo (7/21/2014)


    So is that right? You have a stored procedure that produces XML from data stored in tables and now you want to shred that...

  • RE: Need Help parsing through the XML

    First a correction, I was wrong earlier, OPENXML is NOT DEPRECIATED. My gray-cell memory playing tricks on me again, incorrectly recalled a note from Michael Coles book Pro SQL Server...

  • RE: Definition of a Database Architect

    Silverfox (7/20/2014)


    So I don't understand, what is the difference between a DBA and Architect apart from a Architect tends to be considered a more senior role with more money.

    Quick...

  • RE: Need Help parsing through the XML

    koolme_85 (7/21/2014)


    Thanks for the response Guys , i guess i was posting in an inappropriate thread.

    i did try other methods but no luck

    i guess i shall try posting in...

  • RE: Need Help parsing through the XML

    Lynn Pettis (7/21/2014)


    Eirikur Eiriksson (7/21/2014)


    Quick suggestion, don't use OPENXML, it is a depreciated feature and shoul not be used in new development. It is also much slower than XQuery/nodes methods,...

  • RE: Need Help parsing through the XML

    Quick suggestion, don't use OPENXML, it is a depreciated feature and shoul not be used in new development. It is also much slower than XQuery/nodes methods, there are many examples...

  • RE: XML Import into multiple tables with data translation

    Here is a quick suggestion on how to use a blob table and views to parse the xml

    😎

    USE tempdb;

    GO

    /* Create the import table */

    CREATE TABLE dbo.TBL_XML_DOC

    ( XML_DOC_ID INT IDENTITY(1,1)...

  • RE: A IT Consultant for our Times

    jbnv (7/20/2014)


    Good for Mark that he can pull whatever hat is in the trendy bin, put it on and make a grand a day. I doubt, based on the description...

  • RE: DR Approach

    I must repeat Gail's advice, get an expert in to lead the effort. Only in the simplest of such situations would I even consider offering any advice via the forum,...

  • RE: Anyone going to SQL Bits 17-19 June Telford ICC, UK

    rodjkidd (7/19/2014)


    Same here, pleasant surprise to meet you at the bar!

    Best SQL Bits so far!

    Rodders...

    Of course you meant "at the most deep sql session":-D

    😎

  • RE: Anyone going to SQL Bits 17-19 June Telford ICC, UK

    Must say, well worth it and good to meet you guys, enjoyed it!

    😎

  • RE: MS Access .mdb & .ldb database corrupted

    nills3nistelroy (7/19/2014)


    I am using a A.mdb database. You know when connecting the databae Microsoft automatically create a .ldb file. Unfortunately my pc shutdown when connecting the database. As a resutl...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (7/18/2014)


    Why do I feel that WC is heading down a deep dark hole??

    Must admit that I fear the same, almost like there is no comprehention what so ever.

    😎

  • RE: Developers vs. DBAs

    quackhandle1975 (7/17/2014)


    I don't know I had the misfortune of watching a bit of 'Sharknado' the other night. :w00t: :crazy:

    "When a freak hurricane swamps Los Angeles, nature's deadliest killer rules sea,...

  • RE: Encrypt SSN Example (TDE)

    Welsh Corgi (7/17/2014)


    Why is it necessary to open a new session?[/quote

    To make certain it works across sessions, logins etc.. The solution is no good if it doesn't

    😎

    Just a word of...

Viewing 15 posts - 7,771 through 7,785 (of 8,753 total)