Hi Sonu,
You can use the script generated by the db pub wizrd to create a DB. Steps needed are;
1. Create your DB user and a physical DB in the control panel.
2. Go to https://www.servergrid.com/support/sqltools.aspx and give your DB user DBO access rights.
3. Use one of the following methods;
a) go to https://www.servergrid.com/mssql/app/connect.aspx and login using the DB user or,
b) downlaod SQL server management studio express from Microsoft and use this to connect to your new database. (I recommend this personally)
(for either of the above methods you will need to know the DB user and password and the phsical sql server you DB is hosted on e.g. mssql#.servergrid.com)
4. Once in, find your database and right click on it. From the menu that shows, select one of the script methods.
5. In the window that opens up, replace the existing script with the DB script you created using the DB publishing tool Dimi mentioned in a previous post.
6. Run the script.
I do this all the time and it works like a charm so you shouldn't have too many problems.
Hope it helps
Terry.