YAFLogo

tinariley84
  • tinariley84
  • 50.6% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
I want to use this product as part of a new website I am building, but I can't get it to run locally using the source version of the code because of numerous database errors. I tried attaching the .mdf but it doesn't like my version of SQL Server 2008. I was hoping someone might be able to send me the scripts to just generate the tables and sprocs.
Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago
You can find all sql files in the \install\mssql folder. But you need to Replace the

{databaseOwner}].[{objectQualifier}

Values if you want to execute the files directly.

squirrel
13 years ago
Additionally, doesn't the source need to be compiled for it to run? I've never been able to get it to run directly if it's not compiled prior...
If you can't find it using the forum search, try my signature link -- searches this site using Google: Google is my Friend 
bbobb
  • bbobb
  • 100% (Exalted)
  • YAF Developer
13 years ago

I tried attaching the .mdf but it doesn't like my version of SQL Server 2008. I was hoping someone might be able to send me the scripts to just generate the tables and sprocs.

Originally Posted by: tinariley84 

Why not to create a new database? The file doesn't like my version too - I simply delete it and recreate a new one if required.