Forum Replies Created

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

  • RE: Audit Table - Trigger

    Jeff,

    I have stumbled on what u mean bu taking a copy of the Table Schema as oppossed to using the overhead of XML as a before data & after data...


    Kindest Regards,

  • RE: Query Optimization problem(Heavy cost in Top n Sort)

    To proceed to troubleshoot this firstly, should we assume that TicketID has at least a NON CLUSTERED Index on it?


    Kindest Regards,

  • RE: Get Extra Columns From SubQuery

    I should have said this in the initial post.

    I wanted to see if it was possible to retrieve the CustomerType without using JOINS.

    I already have written it to use JOINS...


    Kindest Regards,

  • RE: Using Lists in stored procedure

    Ok thanks.

    Good solution as well.


    Kindest Regards,

  • RE: Using Lists in stored procedure

    Can Antonio please explain what the typo is in his code as I get an empty result set after executing

    select * from dbo.fListToItems( 'a,b,c', ',' )


    Kindest Regards,

  • RE: Error while calling Oracle Stored procedure!

    The first thing I would bedoing is to go and check if the Oracle Stored Procedure is in fact compiled without any errors in the Oracle Database.

    If it's compiled, then...


    Kindest Regards,

  • RE: Convert text field to datetime

    It has everything to do with the time portion of '2008-03-01 24:00:00'

    24:00:00 is no such value for a DATETIME Data Type. 24 needs to be 00

    The way I would tackle...


    Kindest Regards,

  • RE: ALLOW_PAGE_LOCKS : to use or not to use

    Very difficult to advise you when we don't know what constitutes "A heavy Transaction Based System" as you have stated!

    How many Transactions are you talking about? Have you measured that...


    Kindest Regards,

  • RE: INSERT A Record Based on Count

    Yes both options worked well.

    Thanks.


    Kindest Regards,

  • RE: Insert data from XML file

    Thanks Adam.


    Kindest Regards,

  • RE: Insert data from XML file

    Ok thanks Adam your example works.

    Is this what's called XQUERY in your INSERT....SELECT?


    Kindest Regards,

  • RE: Insert data from XML file

    Sandy,

    How about an example of XQUERY that relates to my issue.

    Greta to hear that XQUERY is better than openxml but give us an example with regards to my task!


    Kindest Regards,

  • RE: Insert data from XML file

    Ok Thanks for that.

    I'm using your method but I'm a little stumped as to how to retrieve the values such as CustomerID, OrderID, CompanyName etc by using xquery?

    I had a...


    Kindest Regards,

  • RE: Insert data from XML file

    Isn't Andras process a 2 step process as well?

    What he is saying is to insert the XML file into a XML DataType Column in a Database and then Query the...


    Kindest Regards,

  • RE: XSD Schema

    Ok thanks Ramesh.


    Kindest Regards,

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