Tagged Questions

5
votes
11answers
161 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 …
0
votes
1answer
19 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 …
1
vote
1answer
25 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 …
0
votes
1answer
8 views

Maintaining a Caching Appliance

What are typical cache appliance maintenance tasks and schedule for same?
1
vote
8answers
196 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
167 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 …
0
votes
3answers
137 views

SQL Server 2005 Shrink and Rebuild indexes

Hello, 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 …
0
votes
1answer
210 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 …
0
votes
2answers
66 views

Does SQL Server 2008 have any default mantenance plans?

Hello everyone, 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 …
1
vote
1answer
50 views

Maintenance plan duration shown in history

Hi, 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 …