Forum Replies Created

Viewing 15 posts - 2,446 through 2,460 (of 8,761 total)

  • RE: print XML attribute value

    rash3554 - Tuesday, January 24, 2017 3:29 AM

    I am trying to get value of an attribute from XML in SQL table
    <?xml version="1.0"...

  • RE: Restore database with move

    Manie Verster - Tuesday, January 24, 2017 12:05 AM

    Eirikur Eiriksson - Monday, January 23, 2017 7:40 AM

    January 24, 2017 at 1:18 am

    #1924535

  • RE: SSC Forum Updates

    Brandie Tarvin - Monday, January 23, 2017 9:40 AM

    I have this weird issue where when I'm quoting someone or copying and pasting...

  • RE: SSC Forum Updates

    Thom A - Monday, January 23, 2017 7:04 AM

    Luis Cazares - Monday, January 23, 2017 6:44 AM

  • RE: Restore database with move

    Manie Verster - Monday, January 23, 2017 2:51 AM

    joeroshan - Monday, January 23, 2017 2:27 AM

    January 23, 2017 at 7:40 am

    #1924398

  • RE: XML.Modify Syntax Question

    You are very welcome Rob and thanks for the feedback.
    😎

  • RE: Comma separated list

    Just a quick thought, you should add the TYPE directive and the value method if there are any characters within the concatenated text that would be encoded in the FOR...

  • RE: How to restrict access to users

    GilaMonster - Monday, January 23, 2017 2:31 AM

    Eirikur Eiriksson - Friday, January 20, 2017 12:40 AM

    January 23, 2017 at 2:40 am

    #1924333

  • RE: Restore database with move

    Quick question, is there enough free space on the drive for the database?
    😎

  • RE: Restore database with move

    Manie Verster - Monday, January 23, 2017 2:15 AM

    Hi everybody,
    I have a script to restore a database with move. I do not...

  • RE: right aligning

    Jeff Moden - Saturday, January 21, 2017 9:50 PM

    The correct answer (out of the ones listed with the question) is actually pretty...

  • RE: XML.Modify Syntax Question

    Here is one possible solution
    😎

    USE TEEST;
    GO
    SET NOCOUNT ON;

    -- SAMPLE DATA SET
    IF OBJECT_ID(N'dbo.TBL_XML_DOC') IS NOT NULL DROP TABLE dbo.TBL_XML_DOC;
    CREATE TABLE dbo.TBL_XML_DOC

  • RE: XML.Modify Syntax Question

    Are there more than one elements with that name in the XML document?
    😎

  • RE: validation ERD

    rick.adams - Saturday, January 21, 2017 5:06 AM

    Eirikur Eiriksson - Saturday, January 21, 2017 12:43 AM

    January 21, 2017 at 5:58 am

    #1924203

  • RE: Extended events

    BiboKid - Wednesday, January 18, 2017 7:35 PM

    Hi! Can someone please explain me the following in the most understandable way?🙂 DBA...

Viewing 15 posts - 2,446 through 2,460 (of 8,761 total)