自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Wyvern's Blog

Beautiful Life

  • 博客(7)
  • 资源 (7)
  • 收藏
  • 关注

转载 批处理字符串去空格实现代码

@echo off :: 去掉左空格 :: :: set "str= ab c&>! " for /f "tokens=*" %%i in ("%str%") do echo "☆%%i☆" pause goto :eof @echo off :: 去掉左空格 :: :: set "str= ab c&>! " :intercept if "%str:~0,1%"==" " set "st

2010-02-03 14:22:00 1082

转载 Top 10 Features of SQL 2008 R2

IntroductionMicrosoft SQL Server 2008 R2 is the latest release of SQL Server. This article will introduce the top 10 features and benefits of SQL Server 2008 R2. The “R2” tag indicates this is an in

2010-01-25 17:51:00 852

转载 Analysis Services Partition Creation in SSIS

On my return from a short holiday last week (South Africa had two public holidays in one week – Monday and Friday so taking 3 days off gave me the whole week ; ) ) I found an email from a blog reade

2010-01-12 16:34:00 825

转载 如何将Assembly中的DLL拿出来?

        当机器上安装一些程序后,Assembly中的DLL会变得越来越丰富。        拿个常见问题来说明。        安装ReportViewer后其中会出现以下DLL。        Microsoft.ReportViewer.ProcessingObjectModel.dll        Microsoft.ReportViewer.WinForms.dl

2009-12-29 11:55:00 472

转载 CreationName for SSIS 2008 and adding components programmatically

We start with a very simple snippet for adding a component: // Add the Data Flow Task package.Executables.Add("STOCK:PipelineTask");// Get the task host wrapper, and the Data Flow task Tas

2009-12-28 21:56:00 923

转载 CreationName for SSIS 2005 and adding components programmatically

We start with a very simple snippet for adding a component: // Add the Data Flow Task package.Executables.Add("STOCK:PipelineTask");// Get the task host wrapper, and the Data Flow task Tas

2009-12-28 21:49:00 563

转载 Twenty tips to write a good stored procedure

The writing of stored procedures is a very common task in todays database world. Not only by database developers, but also application developers are writing the procedures. DBAs also need to write p

2009-12-28 13:43:00 448

Techfocus SQL Server 2008 Migration: Evaluate the Value of a SQL Server Upgrade

To get a handle on which SQL Server versions are available, first you need to understand some nomenclature semantics. SQL Server 2008, which shipped in August 2008, is now into Service Pack 1 (SP1)with Cumulative Update (CU) 4. SQL Server 11-officially named SQL Server 2008 R2-is due out in the first half of 2010. The next step is to consider your reasons for an upgrade. Different industries will have different motivations for migrating to the next version of SQL Server. These reasons can be grouped into the following categories: Compelling new features Hardware improvements Maintaining competitiveness Cost savings Support and community involvement This whitepaper will discuss each of these reasons to help you decide if migrating is for you.

2009-12-28

Troubleshooting Performance Problems in SQL Server 2008

Troubleshooting Performance Problems in SQL Server 2008

2009-07-31

Partition Table in MS SQL Server

Partition Table in MS SQL Server

2009-05-13

T-SQL Fundamentals

T-SQL Fundamentals. (English version)

2009-03-11

Programming MS SQL Server 2008

Programming MS SQL Server 2008

2009-03-04

Informatica资料

Informatica资料 2006PowerCenter培训v2.pdf Informatica PowerCenter V7.1.2安装配置手册.pdf Informatica PowerCenter使用手册.pdf

2009-01-08

SQL Server 2005 数据库镜像

SQL Server 2005 数据库镜像

2008-01-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除