Forum Replies Created

Viewing 15 posts - 5,461 through 5,475 (of 22,211 total)

  • RE: SQL server DB migration

    As long as you're using the BACKUP DATABASE command to create the backup, you're getting a page by page copy of the database. The backup is going to be the...

  • RE: New to SQL Server 2014

    If you have questions or hit snags along the way, you know where to go.

    Best of luck.

  • RE: how do I fine tune this query

    mw112009 (10/2/2015)


    Got lost here.. What button/menu item should I use to see the actual plan ? ( not the estimated )

    Just remember that the Actual Plan requires that your run...

  • RE: how do I fine tune this query

    ChrisM@Work (10/2/2015)


    Grant Fritchey (10/2/2015)


    ChrisM@Work (10/2/2015)


    Jason A. Long (10/2/2015)


    ChrisM@Work (10/2/2015)


    Jason A. Long (10/1/2015)


    ...

    Also note that you will need to look at the Actual execution plan to see the plan change. The...

  • RE: how do I fine tune this query

    ChrisM@Work (10/2/2015)


    Jason A. Long (10/2/2015)


    ChrisM@Work (10/2/2015)


    Jason A. Long (10/1/2015)


    ...

    Also note that you will need to look at the Actual execution plan to see the plan change. The Estimated plan will...

  • RE: how do I fine tune this query

    Jason A. Long (10/2/2015)


    ChrisM@Work (10/2/2015)


    Jason A. Long (10/1/2015)


    ...

    Also note that you will need to look at the Actual execution plan to see the plan change. The Estimated plan will continue...

  • RE: how do I fine tune this query

    DMV = Dynamic Management Views

    It's a way of accessing information about the system. You're focusing on the wrong things here. As others have pointed out, just because an index exists...

  • RE: SQL Server 2014 Installation Caveats or Hints?

    The install ought to be pretty straight forward. The hard part is getting the configuration right. Make sure you change a few defaults. For example, Set a Max Memory to...

  • RE: SPID Causing Locks With No Query Text Shown

    I would have expected to see something in the text column yes. But, maybe because it errored out there was an issue with what was stored in cache.

  • RE: New to SQL Server 2014

    Don't forget about all the "Stairways" series of articles listing over on the left of this screen.

  • RE: Are the posted questions getting worse?

    WayneS (10/1/2015)


    Grant Fritchey (10/1/2015)


    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Oh, and maple beer - yuck.

    This made me spill my ESB all over the Pub lunch

    😎

    However, Maple Whiskey... YUM! Specifically though, when you use...

  • RE: need info on Preparing Checklist for Knowledge Transfer for SQL Server from the old/previous DBA.

    In addition to the above, find out what the Recovery Time Objective and Recovery Point Objective is for each of the databases in production. I would also find out if...

  • RE: Retrieving DDL & other object changes from DMVs

    I'm not aware of any way to do this through DMVs. A number of other options present themselves, but all are going to be a lot more work than just...

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (10/1/2015)


    ChrisM@Work (10/1/2015)


    Oh, and maple beer - yuck.

    This made me spill my ESB all over the Pub lunch

    😎

    However, Maple Whiskey... YUM! Specifically though, when you use it in a...

  • RE: When FORCED Parameterization does not work

    You can try doing plan forcing through plan guides. But it's also subject to the issues around white space and value changes within the code. As long as the code...

Viewing 15 posts - 5,461 through 5,475 (of 22,211 total)