Forum Replies Created

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

  • RE: Deadlock because of non cluster index

    keshab.basnet (6/11/2015)


    Could you please say that dead lock is coming in select query in application because of index. It is identified after enabling trace in database and identified by reading...

  • RE: SSRS "network" resource waits

    SQLJay (6/10/2015)


    Hi Everyone,

    Over the weekend, we placed our major database on a SSD based SAN. Prior to that, the database / tempdb latency was high, now practically non-existent. Interestingly enough,...

  • RE: Today's Random Word!

    Ed Wagner (6/10/2015)


    ZZartin (6/10/2015)


    Manic Star (6/10/2015)


    Ed Wagner (6/10/2015)


    Eirikur Eiriksson (6/10/2015)


    crookj (6/10/2015)


    Zombie

    Worker

    Oxymoron

    brain

    bureaucrat

    Inefficient

    Cursor

  • RE: Today's Random Word!

    crookj (6/10/2015)


    Zombie

    Worker

  • RE: How to do do data massage for this scenario

    Quick suggestion, use FOR XML PATH('') concatenation on the Account number column

    😎

  • RE: XQuery union

    Quick suggestion, add a where clause

    😎

    WITH XMLNAMESPACES (

    'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition' as ns1,

    'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' as ns2,

    'http://schemas.microsoft.com/SQLServer/reporting/reportdesigner' AS rd,

    DEFAULT

    'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition'

    )

    SELECT path as ReportPath, name AS ReportName, CreationDate,...

  • RE: XQuery union

    Stephen Yale (6/9/2015)


    I think I am close but not close enough 🙁

    Quick question, can you post some sample data?

    😎

  • RE: SQL 2014 is running slower than SQL 2008

    Jeff Moden (6/10/2015)


    I know it doesn't help except that misery loves company. I've never seen a new revision of SQL Server where there weren't some horrible slowdowns even if...

  • 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...

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