Forum Replies Created

Viewing 15 posts - 12,961 through 12,975 (of 22,214 total)

  • RE: report

    laddu4700 (3/22/2011)


    how many ways can we create reports in SQL Server 2005, what is the easy and comfortable way to provide report to user

    How many ways can you...

  • RE: pull sql jobs

    I don't have a 2005 SSMS to check this, but in 2008, you can right-click on Jobs and open the Manage Schedules window. It shows all the existing schedules for...

  • RE: Historical data retrived by DMV

    sppdba (3/22/2011)


    Ok, I would like to be little specific here. Can I collect 'expensive quries by CPU' data for last 24 hours by using a DMV? If yes, could you...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (3/22/2011)


    Grant Fritchey (3/22/2011)


    Brandie Tarvin (3/22/2011)


    Oh, hey, completely non-SQL related link:

    If you like superheroes, you will like "Grayson" (They created this trailer with an 18,000 dollar budget).

    http://www.youtube.com/watch?v=XiZuvJ48MZ0

    Makes me...

  • RE: Historical data retrived by DMV

    It depends on the DMV. Many of the most interesting ones about query performance are completely dependent on the cache. Others work off the last time SQL Server was restarted...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (3/22/2011)


    Oh, hey, completely non-SQL related link:

    If you like superheroes, you will like "Grayson" (They created this trailer with an 18,000 dollar budget).

    http://www.youtube.com/watch?v=XiZuvJ48MZ0

    Makes me miss film making. I...

  • RE: Are the posted questions getting worse?

    GilaMonster (3/22/2011)


    Brandie Tarvin (3/22/2011)


    This particular piece of advice, which doesn't have a whole lot to do with the OPs problem (other than the bit about shrinking the files after doing...

  • RE: Rebuild/Reorg Indexes

    Pei Zhu-415513 (3/22/2011)


    Gail,

    Thanks. In other words, if it ran successfully, the production is clear off the corruption as of the time backup took place. But if it failed, you wouldn't...

  • RE: Long running query

    chandan_jha18 (3/22/2011)


    Grant Fritchey (3/22/2011)


    Looking at the code, this is a query against a view. What does the view code look like?

    You're getting a scan on one table, overall, the system...

  • RE: Need DB Redesign advice

    It's hard to do more than suggest general approaches based on the information provided.

    The one concern I would have with the existing structure: what do the cluster indexes look like?...

  • RE: Long running query

    Looking at the code, this is a query against a view. What does the view code look like?

    You're getting a scan on one table, overall, the system is processing 35000...

  • RE: Covering Index for a view.

    Just so you know, nesting views adds considerably to the work the optimizer has to do to unpack the views to try to get to an optimal execution plan. When...

  • RE: Are the posted questions getting worse?

    Roy Ernest (3/21/2011)


    Thanks Stefan and Grant.

    Have anyone heard of Hampton Inn in Plymouth? If so what do you think?

    She is crying when I told her that Duxbury is...

  • RE: Are the posted questions getting worse?

    Roy Ernest (3/21/2011)


    Stefan Krzywicki (3/21/2011)


    Roy Ernest (3/21/2011)


    My wife is going to take some classes on her hobby of Soaps and Candles at Duxbury, Boston. They have only one Bed &...

  • RE: Are the posted questions getting worse?

    I'm near Boston.

Viewing 15 posts - 12,961 through 12,975 (of 22,214 total)