Forum Replies Created

Viewing 15 posts - 5,071 through 5,085 (of 8,753 total)

  • RE: SQL 2014 is running slower than SQL 2008

    Quick thought, piecemeal'ing the information like this can go on forever, far too many pieces of information missing. Do post the storage configurations (as complete as possible) and in addition,...

  • RE: Delimiters - Importing Data - SQL Server Import Wizard

    Further on Jeff's reply, here is a quick sample on how this can be done by importing the file as a single lob and parse it afterwards. Mind you that...

  • RE: Looking for survey database sample

    adonetok (6/9/2015)


    I need to create a survey application and store answer in a SQL table.

    There are about 50 questions.

    Most questions are check box like

    [check box ] No [check box]...

  • RE: Today's Random Word!

    Ed Wagner (6/9/2015)


    djj (6/9/2015)


    Eirikur Eiriksson (6/8/2015)


    Ed Wagner (6/8/2015)


    crookj (6/8/2015)


    Ed Wagner (6/8/2015)


    Revenant (6/8/2015)


    DonlSimpson (6/8/2015)


    Ed Wagner (6/8/2015)


    djj (6/8/2015)


    Ed Wagner (6/8/2015)


    DonlSimpson (6/5/2015)


    Eirikur Eiriksson (6/5/2015)


    Monarchy

    Empire

    Republic

    Plato

    Socrates

    Philosopher

    Academy

    Starfleet

    KDF

    Bird of Prey

    Specialization

    Specific

    General

    Generations

  • RE: SQL 2014 is running slower than SQL 2008

    Adding on to Phil's question, what is the compatibility mode of the database? What are the two storage configurations etc.? Lots of variables left blank.

    😎

  • RE: Row_Number question

    mpdillon (6/9/2015)


    Both solutions worked. The Union only worked fine. So did the double CTE. I didn't know that (a second CTE) could be done. The key seems to be the...

  • RE: Query Performance Tuning – A Methodical Approach

    FootyRef (6/9/2015)


    GilaMonster (6/9/2015)


    FootyRef (6/9/2015)


    I only want to do the switching of partitions when running the daily ETL processes.

    You've talked about having monthly partitions and switching partitions out of the...

  • RE: Query Performance Tuning – A Methodical Approach

    Nice piece as always Gail, made me giggle a little as when I read it, I had just finished a very similar exercise which brought the execution time of a...

  • RE: Duplicate computer name problem for merge replication with central publisher

    jsullivan 18251 (6/9/2015)


    Central publisher/distributor is on a cloud provider. Some customer servers are named just SERVER

    Quick question, can you share some more details?

    😎

    Edit: typo

  • RE: SQL Server 2008 Query Help

    sgmunson (6/9/2015)


    DiabloZA (6/7/2015)


    Yes, this is it.

    Thank you so much sir !!

    You are a life saver.. God bless..

    You may want to look at performance. With small amounts of data,...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (6/9/2015)


    Eirikur Eiriksson (6/4/2015)


    Should be as simple as

    ..TOP(1)...

    WHERE POST.VISIBLE = TRUE;

    😎

    Nothing is ever simple, and the queries that do this potentially slow way down with...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (6/9/2015)


    Steve Jones - SSC Editor (6/9/2015)


    Eirikur Eiriksson (6/4/2015)


    Should be as simple as

    ..TOP(1)...

    WHERE POST.VISIBLE = TRUE;

    😎

    Nothing is ever simple, and the queries that do this potentially slow way down...

  • RE: Row_Number question

    mpdillon (6/9/2015)


    Thanks for your replies. I should have thought about the UNION. I will try that now.

    I do not understand how to create a CTE from a CTE. Could you...

  • RE: Row_Number question

    Quick suggestion, add another CTC and filter the output from there.

    😎

  • RE: Are the posted questions getting worse?

    GilaMonster (6/8/2015)


    Well here's a new slant on the 'partitioning for performance'...

    Switch the partitions that are needed out to a staging table, do processing on the staging table then switch...

Viewing 15 posts - 5,071 through 5,085 (of 8,753 total)