Oracle database growth size
How can we check the size of database growth? I needed to know this while generating a report for management regarding DB size.
Now here a little scri
Migrating TFS 2005 projects to TFS 2008 system
April 8, 2010 by Nauman · 4 Comments
Is there is a solution for importing existing projects from TFS 2005 server to a new TFS 2008 instance? Yes and this solution is without upgrading original TFS 2005 server to 2008. Solution: While installing TFS 2008 on new server, when wizard prompts you to input SQL server instance for storing data, you can point [...]
Download eBooks
November 10, 2009 by aabi · 2 Comments
Here is a good link from where u can freely download most of the Computer science and IT related eBooks. http://www.flazx.com Search some book, say “Professional AJAX ” and click on it, it’ll redirect you to the following page Click on Direct Download Select any of the servers Click on Download ebook, Save ebook and Enjoy reading…
Sorted timesheets in Import Timesheet – Project Server 2007
November 3, 2009 by Nauman · Leave a Comment
By default when we see the dropdown list of timesheets in the Import Timesheet page, they are not really sorted. And it is quite difficult to select the appropriate timesheet you want to import for your tasks to be updated. Follow the steps below to sort the timesheets: Go to "ProjectServer_Published" database. In Stored Procedures [...]
Simple script to backup all SQL Server databases
November 1, 2009 by Nauman · Leave a Comment
Problem Sometimes things that seem complicated are much easier then you think and this is the power of using T-SQL to take care of repetitive tasks. One of these tasks may be the need to backup all databases on your server. This is not a big deal if you have a handful of databases, but [...]