Forum Replies Created

Viewing 15 posts - 6,211 through 6,225 (of 22,211 total)

  • RE: Trace Flag 902

    It's an emergency traceflag for restarting the server when you've got a failed install going on. It's not something used regularly.

  • RE: sql server 2014 msdn download

    No. MSDN has one key word in it. Developer. Your SQL Server licenses and your development licenses are different. You can set up Enterprise instances for testing and development and...

  • RE: Microsoft certificates

    The real question though is, why are you going for a certification. They're only helpful as study guides and possibly when working for a company that wants to maintain Microsoft...

  • RE: SQL Trace File

    The trace is going to run on the server, not on your local machine. The output can be from the server to your local machine if you've set up a...

  • RE: Remove memory optimized filegroup

    Sorry. Hope it's not production.

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (4/28/2015)


    Had a funny one today. On the DLM webinar I did with Grant, we had a guy ask how to recover a master database and...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (4/28/2015)


    SQLRNNR (4/28/2015)


    Lynn Pettis (4/28/2015)


    Lynn Pettis (4/28/2015)


    Wow, what some people expect us volunteers.

    The OP just PMed me with all the info that had been posted on the forum thread....

  • RE: Remove memory optimized filegroup

    Yes.

    You can't remove that from the database.

  • RE: upgrade from 2008 to 2014

    Yes. SQL Server hasn't fundamentally changed.

  • RE: Identity column insert issue

    Check the data and your code again. If you're getting a primary key violation, especially while doing identity insert, you're attempting to add a value that already exists.

  • RE: Maintanence plan for a warehouse

    Doing a statistics update after an index rebuild will, in some situations, result in worse statistics. This is more of an issue in transactional systems, but you could hit similar...

  • RE: upgrade from 2008 to 2014

    Just know that installing them side-by-side on the same server, for a time, while both are running, they're likely to be competing for resources.

  • RE: Transaction log is not shrink although there is scheduled transaction log backup

    Backing up the log won't decrease the file size of the log itself. It frees space within the log of committed transactions. If your log is continuing to grow, I...

  • RE: This is a Test post

    TomThomson (4/27/2015)


    Grant Fritchey (4/27/2015)


    I reject your test as completely invalid and a waste of my time and superior intellect along with my ability to craft nonsensical run-on sentences for no...

  • RE: Update takes too long

    TheSQLGuru (4/27/2015)


    Igor Micev (4/27/2015)


    You can use the NOLOCK hint for srno without worries because u're reading an identity value.

    Can you please explain that statement Igor??

    Yeah. I'm unclear on it too.

Viewing 15 posts - 6,211 through 6,225 (of 22,211 total)