- 博客(15)
- 资源 (82)
- 收藏
- 关注
原创 SQL SERVER – Random Number Generator Script – SQL Query
<br />Random Number Generator<br />There are many methods to generate random number in SQL Server.<br />Method 1 : Generate Random Numbers (Int) between Rang<br />---- Create the variables for the random number generation<br />DECLARE @Random INT;<br />DEC
2010-11-12 14:40:00
946
原创 Tracking Visitors with ASP.NET
<br />MARKETPLACE AutoCAD® Trial Download<br />Free 30 Day Trial Of AutoCAD 2011. Save Time And Increase Productivity<br />Autodesk.com/AutoCAD Microsoft SQL Server® 2008 - Free Trial<br />Download the Free 180-day Trial of SQL Server® 2008 Enterprise Edit
2010-06-18 15:33:00
3110
原创 A Practical Approach to Computer Systems Design and Architecture
<br />Table of Contents 2.1. What Solution Providers Do Today?<br />2.2. Why We Should Design Systems Properly? Do I have to answer this?3.1. Breaking the System with Easy Concepts5.1. Object Oriented Programming (OOP) Concepts<br />5.2. Design Pat
2010-06-18 11:33:00
2264
原创 sql_add_remove_descripton
<br />DECLARE @table VARCHAR(50) ,<br /> @field VARCHAR(50)<br />SELECT @table = MIN(name)<br />FROM dbo.sysobjects<br />WHERE xtype = 'U' <br /><br />WHILE @table IS NOT NULL <br /> BEGIN<br /> <br /> SELECT @field = MIN(COLUMN_NAME
2010-06-09 09:36:00
427
原创 去掉sql server 字段中的回车
<br />比如 CustomerInfo 中有字段 Customer_DutyEMail 中可能有回车,则用如下语句去掉回车<br /> <br /> UPDATE dbo.CustomerInfo SET Customer_DutyEMail = replace(replace(Customer_DutyEMail,char(10),''),char(13),'')
2010-06-09 09:33:00
1129
原创 SQL SERVER – 2008 – Configure Database Mail – Send Email From SQL Database
SERVER – 2008 – Configure Database Mail – Send Email From SQL DatabaseAugust 23, 2008 by pinaldave Today in this article I would discuss about the Database Mail which is used to send the Email
2010-05-07 12:55:00
996
原创 解决大批量数据TransactionScope出错问题
TransactionScope 是.net 提供的可提升<span class="t_tag" onclick="function onclick(){function onclick(){tagshow(event)}}">事务环境,开发软件的时候非常方便,但是在大数据量处理的时候,会莫名我出错,检查代码没有任何的错误 解决这个错误的方法:不用TransactionSc
2010-04-06 22:30:00
2896
原创 How To Split column In SQL
SET NOCOUNT ON DECLARE @Table table (Col001 varchar(100) NOT NULL) INSERT INTO @Table VALUES(AABY TAMARA J)INSERT INTO @Table VALUES(AADNESEN MARJORIE)INSERT INTO @Table VALUES(Paol
2010-04-02 14:19:00
748
原创 WIN SERVER 2003 安装配置IIS
1.在添加删除里 添加安装windows 组件——》应用程序服务器——》internet information services(IIS)-—》安装common files, iis manager, world wild web services 2.配置好虚拟目录,在虚拟目录 右击 ,属性,asp.net 页,注意选asp.net 版本2.0 3. cd [drive:]/
2010-03-24 16:53:00
506
原创 ReportViewer 错误
Could not load file or assembly Microsoft.ReportViewer.ProcessingObjectModel.dll http://social.msdn.microsoft.com/Forums/en-US/vsreportcontrols/thread/38797563-69ab-4b40-8807-22ea2966475a
2010-03-24 16:39:00
625
原创 T4 template for generating SQL view from C# enumeration
Database tables often contain columns that store “codes”, or values with special meaning. In application code, these special values can be encapsulated as enumerations. This article demonstrates how
2010-02-07 20:19:00
1435
转载 SQL Server 2005: Recursive Hierarchies to XML
Suppose we have a recursive hierarchy stored in a relational database and we want to write it to XML. This might be for a variety of reasons – e.g. as a pre-cached input to a UI control, to export to
2010-02-07 19:32:00
479
转载 StickOut: A Desktop Sticky Notes Application in the .NET Framework 2.0
AL ZabirOmarAlZabir@gmail.comMarch 2006Applies to:Microsoft .NET Framework 2.0Microsoft .NET RemotingMicrosoft OfficeMicrosoft Visual StudioWindows FormsSummary: StickOut is a desktop sticky n
2009-12-01 22:28:00
6237
6
原创 ReadCompareExcelToDictionary (Resource file export and import)
private void ReadCompareExcelToDictionary() { if (File.Exists(oldFileTxt.Text)) { sourceSheetDicionary = new Dictionary>(); // Opening the ex
2009-12-01 22:27:00
488
4
原创 Step-by-step Introduction to Delegates and Lambda Expressions
Many so often during my lectures an courses I provide to - what I would call - main stream developers I realize that delegates, anonymous methods and lambda expressions are concepts either complete
2009-11-26 22:29:00
669
12
Apress.Pro.WCF.Practical.Microsoft.SOA.Implementation.Jan.rar
2012-03-21
RedGate SQL Doc 2.0
2011-01-27
AjaxFileUploadHelper
2011-01-23
DayPilot Month Picker2-1.0.21 source code and demo
2010-12-30
TimeTracker 源码
2010-12-29
RegCleaner RegCleaner
2010-09-18
SqlHelper sql server data access wrapper
2010-06-17
UltraCompareProfessional6.rar
2010-05-27
IssueTracker Issue Tracker 问题跟踪系统
2010-01-21
-------------------------------------------------------
2010-01-18
-------------------------------------------------------)
2010-01-13
-------------------------------------------------------
2010-01-12
entlibcontrib2009-05src_sample
2010-01-12
-------------------------------------------------------
2010-01-11
-------------------------------------------------------
2010-01-10
code嘉扬与微信比较.rar
2019-07-10
iron-speed-designer-10 破解文件
2014-09-01
Wrox.Professional.WCF.4.Windows.Communication.Foundation.with.NET.4.
2012-03-21
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人