摘要: ------------------------------------------------------------------------------------------------------ OBJECT NAME : isp_Backup_TLog---- AUTHOR : Tara Duggan-- INPUTS : @Path ... 阅读全文
posted @ 2004-08-12 18:27 Martin XJ 阅读(633) 评论(0) 推荐(0) 编辑
摘要: You've probably already heard by now about SQL Server 2005 Express Edition. It's the next evolution of MSDE 2000. Here's the Top 10 Cool Things about SQL Server 2005 Express Edition: Integrated co... 阅读全文
posted @ 2004-08-12 18:26 Martin XJ 阅读(501) 评论(1) 推荐(0) 编辑
摘要: ------------------------------------------------------------------------------------------------------ OBJECT NAME : isp_Backup---- AUTHOR : Tara Duggan-- DATE : December 18,... 阅读全文
posted @ 2004-08-12 18:23 Martin XJ 阅读(692) 评论(0) 推荐(0) 编辑
摘要: 在下面的例子中实现了3个Join方法,其目的是把两个DataTable连接起来,相当于Sql的Inner Join方法,返回DataTable的所有列。如果两个DataTable中的DataColumn有重复的话,把第二个设置为ColumnName+"_Second",下面是代码,希望对大家有所帮助。 using System;using System.Data;namespace Window... 阅读全文
posted @ 2004-08-12 08:48 Martin XJ 阅读(4952) 评论(5) 推荐(0) 编辑