代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/114100/15111509
txt ado错误:420类不支持自动化.txt
需 要 在 win98上 安 装 sql server 的 open client, 并 配 置 , vb中 connectstring中 的 server为 配 置 的 sql server 名 称 。
www.eeworm.com/read/473927/6823958
txt 708.txt
Rule:
--
Sid: 708
--
Summary:
This event is generated when an attempt is made to overflow a buffer in the Microsoft SQL Server and Data Engine.
--
Impact:
Serious. A Denial of Service condit
www.eeworm.com/read/473927/6825821
txt 2003.txt
Rule:
--
Sid:
2003
--
Summary:
This event is generated when an attempt is made by the "Slammer" worm to compromise a Microsoft SQL Server.
--
Impact:
A worm targeting a vulnerability in the MS S
www.eeworm.com/read/383113/8972852
sql 网络.sql
SELECT BNO,BNAME,AUTHOR FROM BOOKS
WHERE BNAME LIKE '%网络%'
www.eeworm.com/read/182315/9207748
sql-
www.eeworm.com/read/377958/9255422
sql 视图.sql
create view [employee view]
with encryption
as
select lastname,firstname
from employees
go
select * from [employee view]
go
create view ordersubtotalview(orderid,subtotal)
as
select od