在我的新WPF/silverlight应用程序中,是直接连接到我的远程SQLServer (我正在使用linq to sql)更好,还是调用WCF服务并让服务连接到数据库更好?SQLServer和Win2k8 web服务器都是租用的,并且位于同一位置。如果创建WCF服务,我会在web服务器上运行它,并连接到隔壁的数据库。我不关心重用这个服务的能力,但我关心的是性能。直接从客户端远程调用SQL更好,还是调用服务并让服务执行
我的azure应用程序成功地与azure sql数据库一起运行,但现在我希望使用我自己的数据库服务器来运行云应用程序,因为它们的数据安全性。为此,我们可以使用云应用程序从我们自己的系统建立本地数据库连接,并使用以下链接通过以下步骤完美地连接到我的数据库。i try to run my cloud application using cloud url like xxx.cloudapp.net getting an error like
建立与SQL</em
Verify that the instance name is correct and that SQLServer is configured to allow remote connections(provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
DescriptionVerify that the instance name is correct and that SQ