How To Install the Windows Azure SDK without SQL Express

逃离我推掉我的手 2021-12-01 23:36 218阅读 0赞

1.) Open C:\Program Files\Windows Azure SDK\v1.0\bin\DevelopmentStorage.exe.config in Notepad

2.) Edit the DevelopmentStorageDbConnectionString to point to your SQL Server instance. By default the connection string is: connectionString=”Data Source=.\SQLEXPRESS;Initial Catalog=DevelopmentStorageDb;Integrated Security=True”

3.) Remove any loose instances of SQLEXPRESS or \SQLEXPRESS within the file

4.) Save all changes.

转载于:https://www.cnblogs.com/Yang\_Zhang/archive/2009/01/17/1377645.html

发表评论

表情:
评论列表 (有 0 条评论,218人围观)

还没有评论,来说两句吧...

相关阅读