原文 How To : Create SQL Server Management Studio Addin Read the full and original article from Jon Sayce Here In the last post I talked about How To: Create Windows Live Messenger Addin Now let’s create SQL Server Management Studio Addin. Start: Let’s…
检查是否满足以下各项: 1. 首先你要确保当前你使用的Windows账号是有管理员权限的 2. 其次请在打开Microsoft SQL Server Management Studio时,通过右键Run as administrator来打开 3. 如果还是连不上,并且此时你遇到的错误消息类似如下: Connecting to the Integration Services service on the computer "localhost" failed with the fol…
SQL Server Management Studio (SSMS) 的"连接到服务器"对话框会记录用户所有访问过的服务器名称,这个功能对于经常连接多个数据库的人来说确实挺方便的. 不过使用了一段时间之后,这个列表会变得很长.里面还有很多服务器名称都已经失效了,很想把这个列表清空了.但是很郁闷在SSMS的界面找不到可以清空该列表的地方,于是我Google了一把,找到了答案. 对于 SQL Server 2005 Management Studio,可以删除以下文件清空该列表: Win…