Forum Replies Created

Viewing 15 posts - 3,406 through 3,420 (of 7,636 total)

  • RE: XML files as parameter with Stored Proc

    Glad I could help.

  • RE: sysprotects fun...

    EvilPostIT (3/13/2009)


    By the looks of things to fix this issue i cannot use the power function as that specifically returns an int value based upon the data type of the...

  • RE: sysprotects fun...

    EvilPostIT (3/13/2009)


    Yep your right it falls over on the 32nd. Have been working on this since about 5 mins after posting the entire script. Will try and intgrated the new...

  • RE: XML files as parameter with Stored Proc

    Use XmlReader or XmlTextReader to load your XML file into a string, XMLDocument, XMLNode or XMLElement. Then pass it as a parameter value or insert it directly into a...

  • RE: sysprotects fun...

    EvilPostIT (3/13/2009)


    Or the entire script to get all object based permissions is...

    An even better approach. 🙂

  • RE: sysprotects fun...

    EvilPostIT (3/13/2009)


    I tried you code but i didnt get the result i expected. Though thanks to the ideas put forward in your script i have managed to get what i...

  • RE: Update and delete question...

    serinor.e090266 (3/13/2009)


    And please, add primary keys to your tables, or at least, a few indexes.

    I didn't see indexes in your DDL.

    That's already been explained by the OP as the dreaded...

  • RE: How do I select a specific entry from a select top nn statement

    Hmm, I guess we'll have to disagree on that one, Jeff. 🙂 It still looks to me like the OP was asking why it failed until I added...

  • RE: Please clarify

    This is a curious list of questions. What makes you ask these particular questions?

  • RE: Unable to determine identity column in CLR trigger

    I don't think that the inserted table columns do not have the Identity property. I would recommend that you check the is_identity property of the sys.columns table instead. ...

  • RE: XML files as parameter with Stored Proc

    Load the XML file into you ADO.net based program and then pass it to SQL as an XML datatype.

  • RE: Are the posted questions getting worse?

    GilaMonster (3/12/2009)


    Bob Hovious (3/12/2009)


    I missed out on Babylon 5 🙁 It fell during a period of years where I never had time for TV.

    It's available on...

  • RE: XML XQuery problem

    Steve Jones - Editor (3/12/2009)


    If you want to run it in SSMS and get the answer, that's up to you. However that kind of defeats the purpose of the questions....

  • RE: XML XQuery problem

    Derek Dongray (3/12/2009)


    Did this actually appear as intended?

    SET @xml =

    '

    '

    I would have thought there should be something between the quotes.

    Actually, I think that was the toughest part of this...

  • RE: Retrieving an SMO Object by Name

    If you need to browse for an object or get the objects type, then I would just check the sys.objects table. That's the easiest and most efficient way.

Viewing 15 posts - 3,406 through 3,420 (of 7,636 total)