Forum Replies Created

Viewing 15 posts - 33,631 through 33,645 (of 49,552 total)

  • RE: Backups And Large Logfiles

    You should not be truncating the log files. Either implement log backups (if you need point it time recovery) or switch to simple recovery.

    Please read through this - Managing Transaction...

  • RE: Microsoft Certification

    The information you need is here:

    http://www.microsoft.com/learning/en/us/certification/cert-sql-server.aspx

    I suggest picking up one of the MS self-paced training kits and working through it.

  • RE: Are the posted questions getting worse?

    Paul White (3/8/2010)


    I can relate. If I had $1 for every time someone had said, "We just need something quick and dirty - you can do your flash database...

  • RE: find index fragmentation

    8 on SQL 2000, 24 on SQL 2005+. 1 or 3 extents. Below that rebuilding the index will just lead to more mixed extents. Above that SQL will use dedicated...

  • RE: transactions and locks

    Have you read everything there is about locks and transactions in Books Online?

  • RE: Drop Index

    nadersam (3/8/2010)


    for changing to single user i am not sure i could do that on production db.

    No. Don't even consider changing a production DB to single user mode. It will...

  • RE: Drop Index

    nadersam (3/8/2010)


    The thing i needed to confirm is droping an unused index has no impact on performance

    No impact, providing the index really is unused. Make sure that you've monitored for...

  • RE: Drop Index

    Sqlfrenzy (3/8/2010)


    GilaMonster (3/8/2010)


    Please don't automatically drop

    You can drop an index at any time, neither the DB nor the server have to be in single user mode. If the index...

  • RE: find index fragmentation

    The 1000 pages is a rough guideline for more-or-less where rebuilding an index has a noticeable effect on performance. If you know that you need to rebuild smaller indexes for...

  • RE: ever take a salary cut to move into a field you wanted experience in?

    Yes. When I moved to consulting (a year and a half ago) from a full time position. It was almost 6 months before my income matched monthly expenses and I'm...

  • RE: Drop Index

    Please don't automatically drop indexes that show low seeks/scans. That DMV is cleared whenever the DB is started, so if SQL is restarted often that will not show complete information....

  • RE: DB security

    They you're going to have to depend on licensing and legalities. Once a SQL database is deployed to an instance outside of your control, all bets are off. A sysadmin...

  • RE: Problem in data restoration

    You'll need to script out all the objects, export all the data and recreate the database on SQL 2000.

  • RE: DBCC SHRINKDATABASE

    Please post new questions in a new thread.

    Thank you

  • RE: DB security

    sameh.hamza (3/7/2010)


    1- Prevent customer from viewing the DB design, creating diagrams...etc.

    Not possible

    2- Encrypt all views, stored procedures (I know the SQL way can be decrypted, we need another way)

    The SQL...

Viewing 15 posts - 33,631 through 33,645 (of 49,552 total)