搜索资源列表
SQLCMD
- 查看Sqlserver的版本信息,查询表数据,表结构-View Sqlserver version information sheet data table structure
StoreProcNew
- 一般我们要根据数据库的纪录变化时,进行某种操作。我们习惯的操作方式是在程序中不停的查询表,判断是否有新纪录。这样耗费的资源就很高,如何提高这种效率,我想在表中创建触发器,在触发器中调用外部动态连接库通过消息或事件通知应用程序就可实现。而master的存储过程中最好能调用外部的动态连接库,我们在触发器中调用master的存储过程即可。本文提供了动态库与存储过程的具体实现 -we have to follow the general database records change, with
081101135312
- 可以查询表 还可以查询数据库的表 还可以查询mssql数据库的表 老厉害了-Can query the table also can query the database tables can also query the database table mssql old fiercely
Query-table-data-line-length
- 查询表数据行长度信息、数据和索引占用空间-Query table data line length information, data and index space
SQLQuery
- 自己制作的一个SQL查询工具,可以查询表对象、表结构等-Produce their own SQL query tool, you can query the table object, the table structure
adomssql
- 自己写的MSSQL ado操作类,可以执行sql语句,查询表是否存在等-ado class to operate mssql