masterfy

 

03 2010 档案

SQL表解锁步骤
摘要: 1>select top 1 id from sysobjects where name='tblName'可以查出表的Objectid2>再exec sp_lock 就可以找到 spid 3>再kill spid 解锁阅读全文

posted @ 2010-03-22 17:00 masterfy 阅读(452) | 评论 (0) 编辑

开发Visual Studio插件
摘要: 1、新建项目>>其他项目类型:扩展性>>Visual Studio 外接程序2、Connect.cs:Exec方法 if (commandName == "MyAddin1.Connect.MyAddin1") { //在这里就可以实现自己的逻辑来扩展VS2008的功能了 //Form1 fm = new Form1(); //fm.ShowDialog(); handle...阅读全文

posted @ 2010-03-01 15:28 masterfy 阅读(131) | 评论 (0) 编辑

导航

统计

公告