代码搜索:sql server

找到约 10,000 项符合「sql server」的源代码

代码结果 10,000
www.eeworm.com/read/473927/6823363

txt 2004.txt

Rule: -- Sid: 2004 -- Summary: This event is generated when an attempt is made by the "Slammer" worm to compromise a Microsoft SQL Server. Specifically, this rule generates an event when the worm
www.eeworm.com/read/172965/9681475

txt sn.txt

普及版不提供SQL SERVER 2000 企业版,请您自行购买或下载试用。
www.eeworm.com/read/135111/13959145

ptsconn 2004-5-15 18-47-47.ptsconn

ggf,zsh_new,sa, ,, SQL Server
www.eeworm.com/read/135111/13959233

ptsconn 2004-5-14 0-16-13.ptsconn

ggf,zsh_new,sa, ,, SQL Server
www.eeworm.com/read/148153/5716979

php3 add_badusers.php3

www.eeworm.com/read/138890/5812711

php3 add_badusers.php3

www.eeworm.com/read/124745/6040385

php3 add_badusers.php3

www.eeworm.com/read/124739/14551034

txt 按装方法.txt

在windows2000以上的服务器系统上装上SQL-server在其中建上exam数据库,关闭数据库,将database中的数据文件和日志文件拷到sql-server 中的 mssql->data中,覆盖原来的数据库即可。 启动软件即可使用。
www.eeworm.com/read/159564/5582528

txt 按装方法.txt

在windows2000以上的服务器系统上装上SQL-server在其中建上exam数据库,关闭数据库,将database中的数据文件和日志文件拷到sql-server 中的 mssql->data中,覆盖原来的数据库即可。 启动软件即可使用。
www.eeworm.com/read/192685/8362053

txt 用ado编写大型查询时经常出现超时已过期错误.txt

将<mark>sql</mark><mark>server</mark>的temp库扩大(默认2M)。 将TEMP改大可能不对。因为他程序中使用的是客户端游标。本<mark>SQL</mark>语句太复杂,肯定慢。是否可以尝试将本<mark>SQL</mark>语句转为<mark>SQL</mark>_<mark>Server</mark>中的视图或存储过程。 顺便说一句,如果使用客户端游标(adUseClient ),游标类型作成Static好了,还有,你为什么要不加限制返回10万条记录? 两种方 ...