摘要:
步骤1、开发dll(需要签名) using System;using System.Collections.Generic;using System.Text;using System.Xml;using System.Xml.Schema;namespace ETLXmlParser{ public class ETLXmlParser { private static... 阅读全文
posted @ 2007-05-31 17:57
Steven.zhou
阅读(606)
评论(0)
推荐(0)
摘要:
alter PROCEDURE get_tableinfo ASif not exists(select * from dbo.sysobjects where id = object_id(N'[dbo].[tablespaceinfo]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)create table tablespaceinfo(namein... 阅读全文
posted @ 2007-05-31 13:23
Steven.zhou
阅读(233)
评论(0)
推荐(0)
摘要:
SQL using IN The SQL IN statement allows returning a set of records based on a variable (unknown at design time) number of keys. But IN doesn't allow parameters, which leaves us with either fixed list... 阅读全文
posted @ 2007-05-31 13:18
Steven.zhou
阅读(946)
评论(0)
推荐(0)

浙公网安备 33010602011771号