判断数据库是否已经存在 SqlConnection judgeConn = new SqlConnection("server=.;database=master;uid="+username+";pwd="+userpwd+";");judgeConn.Open();SqlCommand command = new SqlCommand("select count(*) from sys.databases where name='&…
Windows Azure 微软公有云已经登陆中国有一段时间了,现在是处于试用阶段,Windows Azure的使用将会给管理信息系统的开发.运行.维护带来什么样的新体验呢? Windows Azure平台中有网站.虚拟机.云服务.SQL数据库.存储.服务总线.网络.管理服务.活动目录等模块.由于时间问题,下面先简单谈谈网站.虚拟机.SQL数据库的体验感受,剩下部分会陆续更新,敬请关注. 饮水思源,转载勿删:http://www.cnblogs.com/evkchina/p/3465581.ht…