Forum Replies Created

Viewing 5 posts - 46 through 50 (of 50 total)

  • RE: INSERT MONTH IF NOT IN

    seems like a number / tally table would do well here; basically you want an insert for each month regardless of if there were sales for that month, if I'm...

  • RE: Transaction log

    If you have scheduled a backup to take place every 15 minutes, then SQL Server will create a new TRN file every 15 minutes; the size of that file merely...

  • RE: Auto Growth - Best Practices

    One additional warning about setting the AutoGrowth size on your databases, especially if you're using SQL 2005, no service packs. Generally the recommendation (and it was mentioned in this...

  • RE: memory question

    The answer you're looking for here is, no, you're not under memory pressure. The Page Life Expectancy number could be interpreted as: if a page is loaded into...

  • RE: memory question

    If you're seeing the total memory counter at 28GB, then SQL Server is actually using 28GB of RAM. One of the main features of SQL Server is that it...

Viewing 5 posts - 46 through 50 (of 50 total)