Integrity Check

Technical Article

SQL Server Backup, Integrity Check, Index and Statistics Maintenance

  • Script

Solution for Backup, Integrity Check, Index and Statistics Maintenance in SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, SQL Server 2012, SQL Server 2014, SQL Server 2016, and SQL Server 2017.

4.86 (96)

You rated this post out of 5. Change rating

2018-06-04 (first published: )

47,274 reads

Technical Article

RE: Query Analyzer and sysdepends

  • Reply

well if the procs work.. nothing. SysDepends is used when ou ask sql server to show the object dependencies (spa needs table1,view2 and vice-verca)... but this is not always accurate. So I guess the worst that could happen is that you delete a proc that is actually needed but that sql server "said" it wasn't.

You rated this post out of 5. Change rating

2005-02-21

Technical Article

RE: Reporr drilldown option

  • Reply

As you may or may not read in another thread I created...I am having trouble implementing the drill down..I actually have it implemented and it works great in the ReportDesigner preview pane...but when I deploy to the ReportServer and page just reloads itself when I click on the (-) for drill into.Any ideas?

You rated this post out of 5. Change rating

2004-05-20

Technical Article

RE: Restoring an SQLServer 2000 database - questions...

  • Reply

First, that's NOT a large database. I've restored a 200+ GB database (yes, that's GIGABYTE).Next, how did you do the restore? Can you post your script?It looks like you may have used WITH NORECOVERY which will leave the database in LOADING state awaiting other backup files.WITH NORECOVERY is used when you have to also restore […]

You rated this post out of 5. Change rating

2004-03-30

Technical Article

RE: Help needed with query/sp

  • Reply

Hmmm... Well here is a quick sample SP I just wrote that should help you with the variable usage. USE pubs GO -- First check to see if the sproc exists and if so drop it. IF EXISTS(SELECT * FROM sysobjects WHERE id = object_id('MySampleSproc'))     DROP PROCEDURE MySampleSproc GO /*--------------------------------------------------------------------------------------- Name: MySampleSprocDescription: sample procedure for […]

You rated this post out of 5. Change rating

2004-03-24

Blogs

Simple Talks Episode 7

By

The season 1, seventh episode of Simple Talks is out. Check it out, with...

A New Word: the McFly effect

By

the McFly Effect – n. the phenomenon of observing your parents interact with people...

Key mappings in Visual Studio Code

By

At a recent conference I was asked how I executed code during my presentation....

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