修改sql server2005的系统时间
摘要:多说一句,以前我一直以为sql server里的时间和sql server所在计算机的时间是一致的,直到一个小时前才发现不是这样的...--修改前时间print getdate()--打开高级系统控制选项EXEC master.dbo.sp_configure 'show advanced options', 1RECONFIGURE--修改执行权限,这样就可以执行修改时间的命令了EXEC mas...
阅读全文
posted @
2008-09-09 14:36
Notus|南色的风
阅读(1389)
推荐(0)
vs2008无法加载webservice, MSDiscoCodeGenerator failing to import WebService/Schema
摘要:也是今天的2008问题,以前的项目都是2005的,现在用2008打开后,发现那些webservice都不能用了,显示的错误是MSDiscoCodeGenerator failing to import WebService/Schema.这个错误的原因我不知道,但是解决方法是把webservice移除,然后再重新加载一下,一切正常了就
阅读全文
posted @
2008-04-02 17:10
Notus|南色的风
阅读(1208)
推荐(0)
VS2008为什么打不开csproj文件, csproj can't be opened because its project type (.csproj) is not supported by this version of Visual Studio.
摘要:这个是我今天碰到的一个问题.过程如下:买了新本子,今天开始往里面装软件,数据库自然是sql server2005,各种特性全装了.然后vistual studio,装个新的2008吧,赶个时髦.一起搞定,接下来从svn把项目文件下载了下来.一切都完成了,自然就想体验下2008了,到文件夹里面去直接双击xx.sln,满怀期待的等到了...一个错误提示:csproj can't be opened b...
阅读全文
posted @
2008-04-02 17:06
Notus|南色的风
阅读(6472)
推荐(0)
the way to compart a long code line into parts in order to make the Horizontal scroll bar disappear in V.S' Text Editor
摘要:It's hard to work with those long code lines, it's hard to read, understand and modify, you must drag the Horizontal scroll bar to see the whole line. Now the V.S has a setting to solve this problem....
阅读全文
posted @
2007-06-05 16:37
Notus|南色的风
阅读(389)
推荐(0)