随笔分类 -  MS SQL Server

上一页 1 ··· 14 15 16 17 18
MS SQL Server
摘要:SETUP.INI中的內容如下: [Options]SAPWD="q12we34r" SA的密碼DISABLENETWORKPROTOCOLS=0 是束關閉網絡聯接,否SECURITYMODE=SQL SQL模式;UPGRADE=1 是否是升級 ... 阅读全文
posted @ 2006-11-06 17:54 Athrun 阅读(1989) 评论(0) 推荐(0)
摘要:--1.excel--------------------------------- 导出到excelEXEC master..xp_cmdshell ''bcp SettleDB.dbo.shanghu out c:\temp1.xls -c -q -S"GNETDATA/GNETDATA" -U"sa" -P""'' -- 导入ExcelSELECT * FROM OpenDataSource... 阅读全文
posted @ 2006-11-06 17:29 Athrun 阅读(201) 评论(0) 推荐(0)
摘要:sysaltfiles 主数据库 保存数据库的文件syscharsets 主数据库 字符集与排序顺序sysconfigures 主数据库 配置选项syscurconfigs 主数据库 当前配置选项sysdatabases 主数据库 服务器中... 阅读全文
posted @ 2006-11-06 17:25 Athrun 阅读(292) 评论(0) 推荐(0)

上一页 1 ··· 14 15 16 17 18