Contents with the SQL Server Tag Node
-
This week in Orchard - 08/09/2019
SQL Server, Performance, Query, Documentation, Microsoft, This week in OrchardGetting closer and closer to the release of .NET Core 3.0 and Orchard Core RC! What do we need to ship the new version and what are the newest features of Orchard Core? Find out now!
-
How to install SQL Server 2016 (and SSMS 2016)
SQL Server, How-to, SQL Server 2016, SQL Server Management Studio, SQL Server Management Studio 2016As an update to our earlier how-to for setting up a developer environment with IIS and SQL Server 2014 for Orchard, here's a step-by-step guide for setting up SQL Server 2016 and SQL Server Management Studio 2016 on your machine. If you're upgrading from SQL Server 2005, we have good news for you: SQL Server 2016 is faster.
-
How-to: running Orchard locally through IIS using SQL Server
Tutorial, SQL Server, Video, IISThis tutorial shows you how to run Orchard on your development machine (that doesn't run Windows Server) not with Visual Studio's built-in Cassini webserver, but using a proper IIS webserver. As the database we'll use a standard SQL Server database, that's advised for non-trivial production installations, unlike SQL CE.
-
Migrating an Orchard site from SqlCe to Sql Express
Community resource, SQL Server, SQL CE, Database, VideoA very useful video by Bertrand Le Roy. Migrating an SQL CE database, the simple-to-use self-contained database format used by Orchard, to a standard SQL Server database is a necessary step when your site grows. SQL CE is great for development and for small sites, but the full SQL Server DBs are much better performing.