Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
367 views

What is your ratio Bug fixing vs Enhancements?

In the spirit of this question I wanted to have a sense of what is the proportion of time split between fixing bugs and implementing new features. If possible try to give an estimate for the product ...
6
votes
12answers
304 views

Is writing good code an asset or a liability? (maintenance contracts)

We all know that writing quality, well-factored code is an asset for code maintenance, ease of bug-fixing, and development of new features, but I would like to approach the subject from a different ...
3
votes
1answer
2k views

SQL Server: should I use an “Agent Job” or a “Maintenance Plan” to delete old data?

I'm looking for a way to periodically (e.g. weekly) run some SQL statements in a database to delete old data. As far as I can see, there are (at least) two ways to do this: using a "Maintenance ...
2
votes
1answer
118 views

SQL Server: Programmatically Execute Maintenance Plan

Is there any way to programmatically execute (start) a SQL Server maintenance plan? We have a windows service that runs nightly and updates the DB with lots of data, once that is finished we would ...
2
votes
1answer
822 views

SQL Server Maintenance Wizard Backup Plans

I used the SQL Server Maintenance wizard (along with a book) to generate both Full and Differentail backups. The Full backup runs on Monday morning and the Differentials run Tuesday through Saturday. ...
2
votes
1answer
959 views

Maintenance Plan for ASP.Net SQL Server SessionState (ASPState) Database

I'd like to clarify what the optimal maintenance plan set up is for the ASPState database that is used by ASP.Net SQL Server session state. The standard user database maintenance plan doesn't seem ...
1
vote
1answer
295 views

E-mail Operator only on Maintenance Plan Failure

I know you can use Reporting and Logging wizard to setup a report e-mail for a maintenance plan, but is there a way to only send this out if there was a failure? I'm interested in receiving emails on ...
1
vote
1answer
1k views

Migrating Maintenance Plan from One Sql Server 2008 Instance to Another

I have an extensive maintenence plan on one sql server 2008 instance that I wish to move to 4 other instances. What is the best way to do this other than rebuilding it on each server? Thanks
1
vote
2answers
1k views

Change SQL Server Maintenance Plan Report Location?

I created some Maintenance Plans in SQL Server 2008 without using the wizard (i.e. right-click on Maintenance Plans and select New Maintenance Plan...). When created that way, there is no option to ...
1
vote
1answer
68 views

Database Maintenance

I am trying to do some basic maintenance on a sql server 2005 database. It's fairly small (10gb in size, 50 tables or so). I am first doing the following on all tables: update statistics [table ...
1
vote
8answers
979 views

What is a good early termination fee for maintenance contracts?

Just got back from a client that asked to have an early termination clause added into a proposed maintenance contract. The contract is to be for a full year with option to renew. The client may pay ...
1
vote
1answer
115 views

Maintenance plan duration shown in history

Here is an export of our sql 2005 maintenance plan history Date,Source,Severity,Plan Name,SubPlan Name,Task Name,Duration 06/07/2009 05:08:29,,Unknown,Weekly optimisation,Subplan_1,,05:08:25 ...
0
votes
2answers
35 views

How to retrieve all indexes in a database along with their data types in SQL Server 2005?

I have a maintenance task that's failing because there are a few indexes on the database that have a type which does not allow online rebuilding of the index. Offline is not an option in my industry, ...
0
votes
2answers
34 views

Special Maintenance Plan Query

The Maintenance Plan creation is easy. Every body simply use the Maintenance Plan Wizard. But in this case I want to write program to create a Maintenance Plan using Query. My plan is Recurrence Full ...
0
votes
1answer
27 views

Is it possible to edit a SQL Server maintenance T-SQL query without creating a new one?

Need to edit a maintenance plan backup cleanup job. It can't find any place to edit the job through a Query editor. How can this be done without disabling the job and creating your own job? tia.
0
votes
1answer
102 views

Maintenance Plan Fails But Query Runs

I have an SQL Server 2005 Enterprise Edition whose Maintenance plan fails constantly with the error: backup MYSERVER (MYSERVER) Backup Database on MYSERVER Databases that have a compatibility level ...
0
votes
1answer
68 views

SQL Server Maintenance Plans Missing After Creation

When I create new maintenance plans on an instance of SQL 2005 SP2, they are all successfully created (e.g. they are in the Package Store and jobs are created for each step) but they do not show up in ...
0
votes
0answers
112 views

Immutable Maintenance Plan on SQL Server 2008

All the plans work, but they cannot be added to, changed, or even viewed. When opening an existing plan: Value cannot be null. Parameter name: component (System.Design) When Opening a new plan: ...
0
votes
1answer
29 views

Backup SQL Server Maintenance Plan

Is it possible to backup Maintenance Plan? Is it enough to backup msdb database that has all Agent Jobs? I use SQL Server 2008. Thanks.
0
votes
1answer
50 views

How to implement custom maintenance pages on multiple Amazon instances?

I have around 10 Amazon instances running and I want to implement a custom maintenance page but I'm a little unsure of how to do this for a "cloud based" scenario. "App_offline.html" is not really ...
0
votes
0answers
88 views

How To Backup A Maintenance Plan

I'm using SQL Server Management Studio 2005, and I'm about to make changes to the (rather important) Maintenance Plan. I would like to backup (or export) the Maintenance Plan, so it can be restored ...
0
votes
3answers
932 views

Maintenance plan maintenance cleanup task running successfully, but not deleting files?

This has been driving me crazy. I have tried all suggestions and no go. This absolutely does not work. The files are all still there. The job runs successfully, but the files do not delete.
0
votes
0answers
208 views

Troubleshoot Maintenance Plan (backup) Long Running

Sql Server 2005 SP2 Small databases I have a maintenance plan to perform CHECKDB, Reindex, Backup, Cleanup tasks in that order. Lately, its been running very very long. For more than 2 days. ...
0
votes
2answers
304 views

Email Daily Maintenance Plan Report

Im currently running a Maintenance Plan on SQL that do the following: 1 daily full backup Hourly transaction log backup 1 daily maintenance cleanup On the reporting options I have it set up to ...
0
votes
2answers
2k views

SQL Maintenance Cleanup Task Working but Not Deleting

I have a Maintenance Plan that is suppose to go through the BACKUP folder and remove all .bak older than 5 days. When I run the job, it gives me a success message but older .bak files are still ...
0
votes
1answer
235 views

Remote Maintenance Plans in SQL Server 2008

I've set up a maintenance plan in instance #1 of SQL Server 2008. In theory, it will connect to instance #2 and back up those databases to the hard drive of instance #1. I have: Created a login on ...
0
votes
2answers
337 views

Sql Server Maintenance Plan Tasks & Completion

I have a maintenance plan that looks like this... Client 1 Import Data (Success) -> Process Data (Success) -> Post Process (Completion) -> Next Client Client 2 Import Data (Success) -> ...
0
votes
1answer
244 views

Keep a TFS source backup in Visual Source Safe. Possible?

We moved from Visual Source Safe to Team Foundation Server. Can I sync. TFS source control to Visual Source Safe? I would like to keep a backup of Team Foundation Server source control in Visual ...
0
votes
1answer
20 views

Maintaining a Caching Appliance

What are typical cache appliance maintenance tasks and schedule for same?
0
votes
3answers
621 views

SQL Server 2005 Shrink and Rebuild indexes

We have a weekly maintenance plan to shrink all user databases and rebuild their indexes. This has working fine until we created a read-only database, now each time the plan runs it fails when it ...
0
votes
2answers
207 views

Does SQL Server 2008 have any default mantenance plans?

I am using SQL Server 2008 Enterprise version. I want to know if I do not explicitly set any maintenance jobs, are there any default maintenance jobs SQL Server will perform (like backup? rebuild ...