<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_City of David</title><subtitle type="text">玉液满，琼杯滑。长袖起，清歌咽。叹十常八九，欲磨还缺。若得长圆如此夜，人情未必看承别</subtitle><id>http://feed.cnblogs.com/blog/u/13974/rss</id><updated>2006-10-11T03:15:00Z</updated><author><name>David</name><uri>http://www.cnblogs.com/darzui/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/darzui/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/13974/rss"/><entry><id>http://www.cnblogs.com/darzui/archive/2006/03/01/340246.html</id><title type="text">微创急聘实习生1名 </title><summary type="text">微创急聘实习生1名 地点：上海公司：上海微创软件有限公司 www.wicresoft.com部门：微创企业服务部指责：开发，维护运营系统。要求：熟悉asp.net，以c#为主，但以前有vb.net的项目需要维护。熟悉sqlserver，有oop的知识和意识（熟悉oop更好），一周至少能工作3人日（如果你周末比较空闲，可以来上班，有工资的）。勤奋好学，诚实守信。待遇：基本日薪50，如果工作表现好，还...</summary><published>2006-03-01T02:51:00Z</published><updated>2006-03-01T02:51:00Z</updated><author><name>David</name><uri>http://www.cnblogs.com/darzui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/darzui/archive/2006/03/01/340246.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/darzui/archive/2006/03/01/340246.html"/></entry><entry><id>http://www.cnblogs.com/darzui/archive/2005/12/30/308300.html</id><title type="text"> 有感于最近一个朋友买股票大亏</title><summary type="text">投资首先是要看退出机制通畅不通畅、其次才是看收益高不高</summary><published>2005-12-30T08:49:00Z</published><updated>2005-12-30T08:49:00Z</updated><author><name>David</name><uri>http://www.cnblogs.com/darzui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/darzui/archive/2005/12/30/308300.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/darzui/archive/2005/12/30/308300.html"/></entry><entry><id>http://www.cnblogs.com/darzui/archive/2005/12/21/301475.html</id><title type="text">从数据表中取出第n条到第m条的记录的方法</title><summary type="text">selecttop页大小*fromtable1whereid&amp;gt;(selectmax(id)from(selecttop((页码-1)*页大小)idfromtable1orderbyid)asT)orderbyid从publish 表中取出第 n 条到第 m 条的记录： SELECTTOPm-n+1*FROMpublishWHERE(idNOTIN　　　　(SELECTTOPn-1id　　　　...</summary><published>2005-12-21T03:49:00Z</published><updated>2005-12-21T03:49:00Z</updated><author><name>David</name><uri>http://www.cnblogs.com/darzui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/darzui/archive/2005/12/21/301475.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/darzui/archive/2005/12/21/301475.html"/></entry><entry><id>http://www.cnblogs.com/darzui/archive/2005/12/16/298658.html</id><title type="text">dts无法识别Excel中的数字列？（续）</title><summary type="text">在Edwards的指点下，查了这个kbhttp://support.microsoft.com/default.aspx/kb/194124/EN-US/原来是这样的：如果excel的某列既有数字值又有文本值，那么DAO的OpenRecordset方法就会返回Null。然而我按照kb上的做法，在HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\3.5\Engine...</summary><published>2005-12-16T09:22:00Z</published><updated>2005-12-16T09:22:00Z</updated><author><name>David</name><uri>http://www.cnblogs.com/darzui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/darzui/archive/2005/12/16/298658.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/darzui/archive/2005/12/16/298658.html"/></entry><entry><id>http://www.cnblogs.com/darzui/archive/2005/12/14/296988.html</id><title type="text">dts无法识别excel中的数字值？</title><summary type="text">经常出现这种情况，excel里面明明有数据，通过dts（或all tasks--import data）导入到数据库，数据就成null了。在导入过程中预览，也看不到数据。通过函数把改数据转换为字符性，就可以正常导入。是不是dts真的不能识别excel中类型为数字的列？出了用函数转换，还有没有别的办法？如果列很多的话，转换太麻烦了。</summary><published>2005-12-14T06:09:00Z</published><updated>2005-12-14T06:09:00Z</updated><author><name>David</name><uri>http://www.cnblogs.com/darzui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/darzui/archive/2005/12/14/296988.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/darzui/archive/2005/12/14/296988.html"/></entry><entry><id>http://www.cnblogs.com/darzui/archive/2005/12/12/295718.html</id><title type="text">如何在定义游标的时候使用动态sql语句？</title><summary type="text">这样写是错的declare@qanvarchar(200)declare@iintdeclare@sqlnvarchar(255)set@i=1while@i&amp;lt;=5beginset@sql='selectq'+convert(nvarchar(2),@i)+'fromImportSurveyInfo'set@i=@i+1declarecurcursorforexec@sqlopencurfe...</summary><published>2005-12-12T10:11:00Z</published><updated>2005-12-12T10:11:00Z</updated><author><name>David</name><uri>http://www.cnblogs.com/darzui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/darzui/archive/2005/12/12/295718.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/darzui/archive/2005/12/12/295718.html"/></entry><entry><id>http://www.cnblogs.com/darzui/archive/2005/12/09/293967.html</id><title type="text">Sql2005 Beta3 Reporint Service问题1 －Row的Grouping属性无法取消</title><summary type="text">先给Row设置Grouping属性，如下图点击OK，然后我就发现，无论如何无法取消掉那个Grouping属性这个属性的编辑框，是只读的。我点击...按钮，弹出上面的对话框，把Name和Group On删掉，但是点OK后就报错。这时候我再Insert新的Row，也自动有了Grouping属性，而且也删不掉。见下图。只有把当前的这个table删掉，再拖一个table进来，才没Grouping了。这是b...</summary><published>2005-12-09T09:10:00Z</published><updated>2005-12-09T09:10:00Z</updated><author><name>David</name><uri>http://www.cnblogs.com/darzui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/darzui/archive/2005/12/09/293967.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/darzui/archive/2005/12/09/293967.html"/></entry><entry><id>http://www.cnblogs.com/darzui/archive/2005/12/01/288399.html</id><title type="text">微创急聘实习生1名</title><summary type="text">地点：上海公司：上海微创软件有限公司 www.wicresoft.com部门：微创企业服务部指责：开发，维护运营系统。要求：熟悉asp.net，以c#为主，但以前有vb.net的项目需要维护。熟悉sqlserver，有oop的知识和意识（熟悉oop更好），一周至少能工作3人日（如果你周末比较空闲，可以来上班，有工资的）。勤奋好学，诚实守信。待遇：基本日薪50，如果工作表现好，还有每日30元的奖金，...</summary><published>2005-12-01T02:37:00Z</published><updated>2005-12-01T02:37:00Z</updated><author><name>David</name><uri>http://www.cnblogs.com/darzui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/darzui/archive/2005/12/01/288399.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/darzui/archive/2005/12/01/288399.html"/></entry><entry><id>http://www.cnblogs.com/darzui/archive/2005/11/22/282229.html</id><title type="text">批量insert数据</title><summary type="text">insert into student(sno,sname,ssex,sage,sdept) select '95001','李勇','男','20','cs' union select '95002','刘晨','女','19','is'union select '95003','王敏','女','18','ma'union select '95004','张立','男','19','is'</summary><published>2005-11-22T11:09:00Z</published><updated>2005-11-22T11:09:00Z</updated><author><name>David</name><uri>http://www.cnblogs.com/darzui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/darzui/archive/2005/11/22/282229.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/darzui/archive/2005/11/22/282229.html"/></entry><entry><id>http://www.cnblogs.com/darzui/archive/2005/11/18/279632.html</id><title type="text">获得SqlServer数据库连接信息</title><summary type="text">/**//*--获取连接SQL服务器的信息所有连接本机的:操作的数据库名,计算机名,用户名,网卡物理地址,IP地址,程序名-*//**//*--调用示例--显示所有本机的连接信息execp_getlinkinfo--显示所有本机的连接信息,包含ip地址execp_getlinkinfo@includeip=1--显示连接指定数据库的信息execp_getlinkinfo'客户资料'--*/ifex...</summary><published>2005-11-18T06:45:00Z</published><updated>2005-11-18T06:45:00Z</updated><author><name>David</name><uri>http://www.cnblogs.com/darzui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/darzui/archive/2005/11/18/279632.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/darzui/archive/2005/11/18/279632.html"/></entry></feed>
