Forum Replies Created

Viewing 15 posts - 721 through 735 (of 2,458 total)

  • RE: Beginner Help

    Off the top of my head...

    If you are interested in SQL Development then maybe consider learning about/creating stored procedures and functions.

    If you are interested in the database administration...

  • RE: New index not used but query slowed down

    As Eirikur suggested, actual (not the estimated ones) execution plans would be helpful. I suspect that this has something to do with bad/out-of-date statistics.

  • RE: Simple SQL challenge - who can solve

    I'd like to pile on and say a Tally Table is the best performing and most simple solution.

    That said, another high-performing and very simple solution would be one that...

  • RE: Merge Replication

    Brandie Tarvin (5/11/2016)


    Alan.B (5/11/2016)


    I last did any real replication in SQL Server 2008 but you can do merge in this scenario. You could also have a mix of snapshot and/or...

  • RE: Query Help

    No problem.

  • RE: Merge Replication

    Brandie Tarvin (5/11/2016)


    dastagiri16 (5/10/2016)


    Can we configure Merge Replication ..

    Like sever A(publisher) - server b(subscriber) and sever b(publisher) to server C(subscriber) ?

    The only way to know is to try it. But...

  • RE: Urgent! - How to extract number from a string

    initials_mi (9/18/2014)


    I came across the same situation and I found the working solution for it.

    Here is the link:

    http://www.ittutorials.in/source/sql/sql-function-to-extract-only-numbers-from-string.aspx

    A set-based solution that does not use a loop is the faster way...

  • RE: Split string and insert to table

    You can accomplish this using DelimitedSplit8K, note the "splitter" referenced in my signature. You would split the user column using the pipe "|" as your delimiter. Post back if you...

  • RE: XQuery help

    This is probably the best sub forum to post this question provided you are running SQL 2012. There's also an XML sub forum but, since this is a SQL/XML question...

  • RE: Query Help

    To quote Ned Flanders from the Simpsons, "As melon scratchers go, this one's a real honeydoodle."

    There's a better solution out there and I have a few ideas how to speed...

  • RE: Import Execution Plans of SQL 2008 to SQL 2014

    If you are on 2014 you don't want 2008 execution plans. 2014 has a new cardinality estimator. If you have time to update your version of SQL then you should...

  • RE: how to count number of student

    For this you would use GROUP BY.

  • RE: Merge Replication

    I can't see why not.

  • RE: single xml to multiple rows

    squvi.87 (5/9/2016)


    Hi There,

    I require to convert single xml into multiple rows, as explained below

    Thanks in advance

    In the future try to include the actual XML (or table data) instead of a...

  • RE: Talking baseball

    calvo (5/9/2016)


    Alan.B (5/5/2016)


    And 2003 with the infamous "Bartman ball". Being a Cubs fan is as painful as it gets but it will be worth it if they even get to...

Viewing 15 posts - 721 through 735 (of 2,458 total)