Defragment

Technical Article

RE: Retrieving DB from .mdf and .ldf

  • Reply

By rebuilding the master, you can set the appropriate permissions to allow you to attach the databases. Unfortunately you will also need to recreate anything else stored in the master. Logins (both NT and SQL) would need to be recreated, and sometimes there are issues with recreating SQL Logins. Since it sounds like you are […]

You rated this post out of 5. Change rating

2003-06-05

1 reads

Technical Article

RE: SQL occupied 90% usage and 99% outgoing traffic

  • Reply

Keep in mind that there's a hotfix to repair a memory leak and it came with the old netlib files. Some people who had been patched got unpatched when they installed the memory leak hotfix. That was one of the lessons learned. Of course, that memory hotfix was pre-SP3, though. K. Brian Kelley http://www.truthsolutions.com/ Author: […]

You rated this post out of 5. Change rating

2003-06-05

Technical Article

RE: SQL Server Statistics

  • Reply

Don't know abt dropping all the STATS, but you can definitely update the stats for all the tables with UPDATE STATS. (It drops and re-creates the STATS) Here is the script to update STATS for all Tables in the DB DECLARE @tablename varchar(30) DECLARE @tablename_header varchar(75) DECLARE tnames_cursor CURSOR FOR SELECT name FROM sysobjects WHERE […]

You rated this post out of 5. Change rating

2003-06-02

Blogs

Enabling an Index: #SQLNewBlogger

By

I don’t do a lot of work with disabled index, but I learned how...

Back to Boston for SQL Saturday

By

I’m leaving again tomorrow for a trip. This time I head back to Boston...

T-SQL Tuesday #179: What’s In Your Data Detective Toolkit?

By

Most of us who work with data have, at least a few times, been...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers