Using SQL Server as Orleans storage
问题 I'm trying to use SQL Server as a data store for Orleans. I have managed to get my solution working using the Azure Local Storage Emulator, but can't get it to work with a local instance of SQL Server. I've created the database using: https://github.com/dotnet/orleans/blob/master/src/OrleansSQLUtils/CreateOrleansTables_SqlServer.sql and made my config file look like the one here: http://dotnet.github.io/orleans/Documentation/Advanced-Concepts/Configuring-SQL-Tables.html This is my config file