[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Cannot find database after Sitefinity Trial Installation

  • Thread starter Thread starter jread
  • Start date Start date
Status
Not open for further replies.
J

jread

Guest
It is running the database as a User Instance. The database is located in the App_Data folder at the root of the project Sitefinity.mdf & Siteifnity_log.ldf. If you want you can attach the mdf to as a database on any SQL server. If you want to literally browse the user instance DB you can find the connection string for the DB by running the following script. Connect to the SQLExpress instance in SSMS and then run the below. The 'owning_principal_name' column has the connection string SELECT owning_principal_name, instance_pipe_name, heart_beat FROM sys.dm_os_child_instances sys.dm_os_child_instances (Transact-SQL) - SQL Server

Continue reading...
 
Status
Not open for further replies.
Back
Top