Forum Replies Created

Viewing 15 posts - 2,791 through 2,805 (of 19,564 total)

  • RE: Restart DB server good idea?

    barsuk (6/19/2014)


    5.In case if any database rollback process takes forever.

    Not for the Prod env of course. But for Dev or UAT, when Database can be easily restored from the backup,...

  • RE: Replace keyword or a better way?

    SQLalchemy (6/19/2014)


    Thanks for the help and the directing me towards a temp table solution... one twist - a new form of data:

    Fwiw - the use of tempdb is just for...

  • RE: Script to determine longest running stored proc in 2005

    You can query the plan cache.

    You can run a server side trace.

    or you could try something like this

    SELECT TOP 10

    ...

  • RE: 2 questions

    ramrajan (6/19/2014)


    cant it can be rewritten without looking at the data and resultset

    Sure go ahead. But you are missing the point.

    Those two joins are DIFFERENT. The reason they...

  • RE: 2 questions

    ramrajan (6/19/2014)


    still waiting reply for the below question

    Question 2 : Why we need two join below can we rewrite with single join is that possible.

    LEFT OUTER JOIN dbo.subsystem subsys WITH...

  • RE: SSRS Subscriptions - Parameter list goes blank

    That would be normal because the subscription is expecting the value to be present. Since it is not, you are getting a null in return and the whole value...

  • RE: Today's Random Word!

    Stuart Davies (6/19/2014)


    Sean Lange (6/19/2014)


    SQLRNNR (6/19/2014)


    JAZZ Master (6/19/2014)


    SQLRNNR (6/19/2014)


    Ed Wagner (6/19/2014)


    crookj (6/19/2014)


    Ed Wagner (6/19/2014)


    djj (6/19/2014)


    Ed Wagner (6/19/2014)


    crookj (6/19/2014)


    Ed Wagner (6/19/2014)


    Stuart Davies (6/19/2014)


    rhythmk (6/19/2014)


    Stuart Davies (6/19/2014)


    BWFC (6/19/2014)


    Method

    Technique

    Procedure

    Stored

    Function

    Script

    Visual Basic

    Visual Studio

    Management Studio

    Studio...

  • RE: Today's Random Word!

    JAZZ Master (6/19/2014)


    SQLRNNR (6/19/2014)


    Ed Wagner (6/19/2014)


    crookj (6/19/2014)


    Ed Wagner (6/19/2014)


    djj (6/19/2014)


    Ed Wagner (6/19/2014)


    crookj (6/19/2014)


    Ed Wagner (6/19/2014)


    Stuart Davies (6/19/2014)


    rhythmk (6/19/2014)


    Stuart Davies (6/19/2014)


    BWFC (6/19/2014)


    Method

    Technique

    Procedure

    Stored

    Function

    Script

    Visual Basic

    Visual Studio

    Management Studio

    Studio 54

    Area 51

    Lamaze

    Childbirth

    Alien

  • RE: 2 questions

    ramrajan (6/19/2014)


    Question 1 : can you rewrite the same with parantheses to understand how it is executing

    INNER JOIN dbo.controllersystem cs WITH (NOLOCK)ON sl.SubLocationId IS NULL

    ...

  • RE: Reading, Writing, and Riskmetic

    Koen Verbeeck (6/19/2014)


    rhythmk (6/19/2014)


    Another confusing question 🙁

    A newly hired developer who works remotely has asked for permission to run Profiler so he can see the reads/writes used by his queries...

  • RE: Reading, Writing, and Riskmetic

    GilaMonster (6/19/2014)


    The problem, however, is that statistics IO lies any time there are scalar UDFs in use. The profiler trace doesn't.

    +1

    At least it provides an additional teaching moment :hehe:

  • RE: Today's Random Word!

    Ed Wagner (6/19/2014)


    crookj (6/19/2014)


    Ed Wagner (6/19/2014)


    djj (6/19/2014)


    Ed Wagner (6/19/2014)


    crookj (6/19/2014)


    Ed Wagner (6/19/2014)


    Stuart Davies (6/19/2014)


    rhythmk (6/19/2014)


    Stuart Davies (6/19/2014)


    BWFC (6/19/2014)


    Method

    Technique

    Procedure

    Stored

    Function

    Script

    Visual Basic

    Visual Studio

    Management Studio

    Studio 54

    Area 51

    Lamaze

  • RE: No Files For You

    Sean Pearce (6/19/2014)


    mod: removed dead link

    +1

  • RE: Today's Random Word!

    Sean Lange (6/18/2014)


    Ed Wagner (6/18/2014)


    Sean Lange (6/18/2014)


    Ed Wagner (6/18/2014)


    sing4you (6/18/2014)


    SQLRNNR (6/18/2014)


    Sean Lange (6/18/2014)


    Ed Wagner (6/18/2014)


    JAZZ Master (6/18/2014)


    SQLRNNR (6/18/2014)


    Ed Wagner (6/18/2014)


    SQLRNNR (6/18/2014)


    Sean Lange (6/18/2014)


    whereisSQL? (6/18/2014)


    Ed Wagner (6/18/2014)


    JAZZ Master (6/18/2014)


    Stuart Davies (6/18/2014)


    bcsims...

  • RE: Junk/SPAM Posts Overwhelming

    Just before the spam started, I noticed some pages had a compromised php page on them. SSC was trying to download it to my system. The virus scanner...

Viewing 15 posts - 2,791 through 2,805 (of 19,564 total)