Can Some one please tell me the tool to package my SQL Server databse. I want to deploy it some where else. I have just seen SQL Packager(Third party) I believe Microsoft has a tool.
I'm not aware of a Microsoft tool. How you do this will depend on what you mean by "deply someplace else". If you mean you just want to deploy the basic structure of the database so someone else can use you application for their own data then the easiest thing is usually to use Enterprise Manager to generate scripts for your objects and then apply those scripts to the other database using osql or some similar tool. If you want the data included, then using backup and restore might be the easiest way to do it. There is also a copy database wizard available. You might also just detach the database, copy the files to the other machine and then attach them there.
Packagin SQL Server 2000 databse
Atanas - AQA