How to Integrate the Sql server my database scripts to UMBRACO sql server database?
How to Integrate the Sql server my
database scripts to UMBRACO sql server database?
We have a requirement for designing
the 55 pages. In this case nearly 30 pages are content management system so
that we would like to go with UMBRACO, remaining 25 pages are search,
registration etc.These remaining 25
pages we will desire to design in asp.net using visual studio 2008 and sql
server, so that we are creating some of the table and stored procedures for the
remaining 25 pages then how do I integrate my database to UMBRACO database , I
have a script for these table’s and stored procedures.
Just execute the script on the sql server database you're using for the umbraco installation. As long as there's no table name collision, you can use the database for your own custom tables and stored procs.
I am using sql server managment studio R2 but unable to connect database in umbraco so can you please suggest any link step by step and how to configure with the database in umbraco.
How to Integrate the Sql server my database scripts to UMBRACO sql server database?
How to Integrate the Sql server my database scripts to UMBRACO sql server database?
We have a requirement for designing the 55 pages. In this case nearly 30 pages are content management system so that we would like to go with UMBRACO, remaining 25 pages are search, registration etc. These remaining 25 pages we will desire to design in asp.net using visual studio 2008 and sql server, so that we are creating some of the table and stored procedures for the remaining 25 pages then how do I integrate my database to UMBRACO database , I have a script for these table’s and stored procedures.
Thanks in advance...
Just execute the script on the sql server database you're using for the umbraco installation. As long as there's no table name collision, you can use the database for your own custom tables and stored procs.
Cheers,
/Dirk
Hi,
I am using sql server managment studio R2 but unable to connect database in umbraco so can you please suggest any link step by step and how to configure with the database in umbraco.
Regards,
sharad
is working on a reply...