随笔分类 - SQL Server
数据库
摘要:SQLServer2008清空日志
阅读全文
摘要:如将Product.ProductName 更新为Manufacturer.ManufacturerName+ ' ' + Product.ProductNameupdateProduct setProductName=Manufacturer.ManufacturerName+''+Product...
阅读全文
摘要:sql server: 表: select count(1) from sysobjects where xtype='U' 视图: select count(1) from sysobjects where xtype='V' 存储过程: select count(1) from sysobjects where xtype='P'
阅读全文

浙公网安备 33010602011771号