Hi Ranjitha,
Hello, > > I have a few more questions regarding DB installation guide. > > 1) It is mentioned that scripts will run in MSSQL 2005. Is there any > documentation that > deals with this specifically? We do not know how to attach the script > files to make them > run on the server. You have to run the script to create the tables and insert the records. I am assuming your question is how to run the scripts in a server. If it is not the question, please give some more details. You can run a script using SQL Server Management Studio. You can connect to the database using SQL Server management studio, and then open the script and run it. Please have a look at http://msdn.microsoft.com/en-us/library/ms174173.aspx > > 2) The PHP installation assumes that a database already exists. Are there > any sample databases present? > > I am assuming that createdb.sql does this job. This is present in the link > > > https://svn.apache.org/repos/asf/incubator/stonehenge/contrib/stocktrader/dotnet/Setup/DataLoad/createdb.sql > Yes, it is correct. When you run this script, it will create needed tables. However, you might have to create the database specifically. You can find details about how to create a database from http://msdn.microsoft.com/en-us/library/ms186312.aspx Regards, Shankar > > > Regards, > Ranjitha > -- S.Uthaiyashankar Software Architect WSO2 Inc. http://wso2.com/ - "The Open Source SOA Company"
