SQL Server 托管选项
我正在尝试找出 SQL Server 托管的选项。我之所以问这个问题,是因为为 SQL Server 找到合适的托管类型似乎总是一个问题。当我在客户的网站上工作时,我主要需要一些小型数据库(<3Mb)用于测试或临时存储一些数据。
我猜每次我可以为数据库支付 60-80 欧元,但这对于数据有限且几乎不使用带宽的数据库来说似乎非常昂贵。
有时真的很令人沮丧,当我想使用 SQL Server 时,感觉就像我总是放弃一些开发“自由”。另一方面,它与 Asp.net 配合得很好,所以也许这就是我使用 SQL Server 所必须付出的代价。
所以我想知道其他人如何处理这个问题?
I am trying to find out what my options are for SQL Server hosting. The reason I am asking is because it always seems to be a problem getting the right kind of hosting for SQL Server. I mostly need a few small databases(<3Mb) for testing or to temporary store some data for clients when I am working on their website.
I could just pay 60-80 euro for a database each time I guess but that seems really expensive for a database with limited data and almost no bandwidth usage.
It can be really frustrating sometimes and it feels like I am always giving up some development "freedom" when I want to work with SQL Server. On the other hand it works so well with Asp.net so maybe that's the price I have to pay for using SQL Server.
So I was wondering how other people deal with this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您确实是一家网络公司,我强烈建议您考虑投资专用服务器。当然,如果这只是为了好玩/实验,那么这可能太昂贵了。
当我开始时,我租了一台已经安装了 IIS 和 SQL Server 的服务器(由 MaximumASP 管理,顺便说一句),然后根据需要向服务器添加数据库和站点。我相信您甚至可以使用“虚拟”专用服务器来做到这一点,以保持相当低的成本(例如<100 美元/月)。当然,增长将推动您采用更复杂的配置,就像我所做的那样(例如专用 SQL Server、多服务器网络场等)。但如果你一开始没有坚实的基础,你就永远不会获得成长。
If you are truly a web company, I'd strongly suggest that you consider investing in a dedicated server. If this is just for fun/experimentation, of course, then this may well be too expensive.
When I started out, I leased a server with both IIS and SQL Server already installed (managed by MaximumASP, btw) and then added Databases and Sites to the server as needed. I believe that you can even do this with "Virtual" dedicated servers to keep costs fairly low (e.g. < $100 / month). Growth, of course, will push you to more sophisticated configurations like it did for me (e.g. dedicated SQL Servers, multiple server web farm, etc.). But if you don't start out with a solid foundation, you'll never get the growth.
SQL Azure。
SQL Azure.
假设您的应用程序能够与 Sql Express 兼容,获得一个小型虚拟盒子用于客户 QA 和利润。
Presuming your apps will play well with Sql Express, get a small virtual box for client QA and profit.