Shrink database in sql Server.

Have you been in a situation where you wanted to make a backup of a database and restore to another server and realized you couldn’t backup and restore to the new location because of the size of the database? How about even after dropping or truncating huge tables and still the database size is not […]

Read More

Notes on SDLC Models

Waterfall The Waterfall Model assumes that distinct phases of development of a whole system exist for analysis, preliminary design, detailed design, coding and unit test, and system test. Documentation produced at the end of each phase provides the basis for work performed in the next phase of development. In the Waterfall Model, characterized by a […]

Read More