The concept of keeping software or hardware functional in a productive environment
I would like to disconnect all users from SQL Server except sa. The need for this is: I wrote a …
sql-server sql-server-2008 maintenanceI would like to monitor index usage for an sql database, in order to find unused indexes and then drop …
sql-server indexing maintenanceI need to be able to drop a specific user (which may have active sessions) from the batch without any …
oracle maintenanceMy database is getting old, and one of my biggest INT IDENTITY columns has a value around 1.3 billion. This will …
sql-server overflow maintenance identity-column information-schemaHow do I find dead code in a Visual Studio 2008 C# project? Like unused classes, unused variables or unused resources?
c# visual-studio maintenanceI have a server running Apache with several VirtualHosts e.g. domain1.example1.com domain2.example1.com etc. All these …
apache virtualhost maintenanceI've developed my first web application which, surprisingly, is getting very popular. Because the website is now live, I have …
asp.net maintenanceI know we could simply use an app_offline.htm file to do this. But I want to be able …
asp.net-mvc asp.net-mvc-3 maintenanceI have an SVN repository that has multiple projects inside of it, each one of those with a tags/branches/…
svn repository maintenanceI have a SQL 2005 Maintenance plan that runs a backup to create a .bak file, and, on successful completion is …
sql-server-2005 maintenance