Forum Replies Created

Viewing 15 posts - 4,696 through 4,710 (of 7,164 total)

  • RE: Shrinking files for SQL Server 2005

    Here is another article for you to review, to help you with the fundamentals of what a Transaction Log is, and how to manage it properly: Managing Transaction Logs[/url]

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Shrinking files for SQL Server 2005

    Kasnut (3/29/2012)


    I was concerned about low disk space. But it seems as if I need to watch to see if it stablize. Along with the database the log files...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Using SQL Instances to manage resources for a combined OLTP/OLAP server

    Without Resource Governor the biggest concern will be RAM and CPU contention, as we know how to easily separate databases onto different I/O resources.

    Any problem children that drill CPU? If...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Several indexes on the same field.

    WaitingWonder2 (3/29/2012)


    I was given a DB by the client. I've noticed that almost for all tables there are duplicated indexes, i.e. for the same field there may be 2 indexes...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Using SQL Instances to manage resources for a combined OLTP/OLAP server

    Standard or Enterprise Edition? If the latter, Resource Governor will be your friend. There will be a better chance of using more of your available hardware if keeping everything in...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Max Memory- who suffers- Sql Server or OS?

    TravisDBA (3/29/2012)


    True, but the recommendation from MSDN is to remove it currently anyway.:-D

    It depends on who "they" is..."they" over at Microsoft have recommend a lot of stupid things in the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Max Memory- who suffers- Sql Server or OS?

    TravisDBA (3/29/2012)


    True, but SQL 2008 still can exist on 32 bit systems (which alot of people are on) I believe, so this is something that definitely should be removed before...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: need help aggregating

    Anytime, and thank you for the positive feedback as well 😎

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Max Memory- who suffers- Sql Server or OS?

    TravisDBA (3/29/2012)


    Hmmmm. the MSDN article does not distinguish between the two. 😀

    Considering that the current (and subsequently next) version of SQL Server will only run on 64-bit server operating systems,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: MERGE statement performance issue

    This too: How to Post Performance Problems[/url]

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Max Memory- who suffers- Sql Server or OS?

    TravisDBA (3/29/2012)


    Isn't the (Windows) Lock Pages in Memory option due to be deprecated in future versions?

    Right from MSDN:

    "This feature will be removed in the next version of Microsoft...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: need help aggregating

    "Hierarchical format" as you put it is something of a display issue, better left to the presentation layer of an application. The resultset from my last post appears to deliver...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: need help aggregating

    aitchkcandoo (3/29/2012)


    Thank you opc.three.

    First of all, what do you use to format the DDL? I like the way you've posted it within window/scroll bar and would like to be able...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Shrinking files for SQL Server 2005

    May I ask why are you trying to shrink the files? Are you running low on disk space, or are you just trying to keep things tidy? If the latter...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: sql query group by weekend

    That sounds like a neat problem. If you post your table definitions (CREATE TABLE statements), some sample data (INSERT statements) and the structure of your desired results we can better...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 4,696 through 4,710 (of 7,164 total)