在 Windows Azure 中创建测试表存储时增加默认字符串值长度
是否可以将字符串值的默认值长度从 nvarchar(1000) 增加到更高的值?
这样我就不需要每次重新创建表时都在 SQLEXPRESS 中编辑表。
Is it possible to increase the default value length of string values from nvarchar(1000) to something higher?
So that I don't need to edit the tables in SQLEXPRESS each time I recreate the tables.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
模拟的 Azure 存储确实使用 SQL 服务器,但并不像 Azure 中的工作方式那样支持所有内容。 Azure 也会不断更新,而您的模拟存储却不会。我建议你做我在不同的实现中遇到问题时所做的同样的事情;针对特殊存储帐户(在天蓝色中)运行测试以进行开发。这样你就知道它会起作用。
The simulated azure storage doe suse a SQL server and does not suppert everything the same way it works in Azure. Azure is also continously updated while your simulated storage is not. I suggest you do the same thing I did when I had a problem with different implementations; run your tests against a special storage account (in azure) for development. That way you know it will work.