Download SQL Server 2008 Release Candidate - Here
SQL Server 2008 RC0 will automatically expire after 180 days.
Download SQL Server 2008 Release Candidate - Here
SQL Server 2008 RC0 will automatically expire after 180 days.
What is Task Host Container in SSIS?
By Harsh Shah
Let’s learn about the MaxConcurrentExecutables property in SSIS
Happy Learning !!!
By Harsh Shah
Let us understand the basic difference between Control Flow and Data Flow in SSIS 2005.
Control Flow:
Data Flow
Happy Learning…!!!
By Harsh Shah
| SET | SELECT |
| Can assign the value of an expression to the variable | Can assign the value of an expression to the variable |
| Cannot retrieve data from data source. It can only retrieve data from the expressions. | Can retrieve data from data source and also uses other SELECT clauses (WHERE, FROM etc) |
| Use SET only when you want to assign value of a function result or constant to a variable | Can use for both i.e. retrieve value of function result |
Example
–Variable declaration
DECLARE
@vName VARCHAR(10),
@vobject_id VARCHAR(30),
@vName1 VARCHAR(30);
–assigning a single value
SET @vName1=’Test Value’;
–Selecting and retrieving multiple values in a single select statement
SELECT
@vName=name,
@vobject_id=object_id
FROM
sys.objects
WHERE
name =’sysrowsetcolumns’
–printing the retrieved values
SELECT @vName1,@vName, @vobject_id
–By Harsh Shah
Visual Studio 2008 Overview
By this time we all are aware about the new product launch from Microsoft for the developer community. Yes, it’s Visual Studio 2008 and SQL Server 2008. Today we are going to have a quick overview on the new feature set of the product- Visual Studio 2008.
Microsoft vision of smart client application is achieved by enabling developers to create connected applications rapidly and with the highest quality and the rich user experiences. Microsoft Visual Studio 2008 delivers on the Microsoft’s vision of smart client applications.
Visual Studio 2008 enables organizations of every size to rapidly create more secure, manageable, and reliable applications that take advantage of Windows Vista™ and the 2007 Office system.
Visual Studio 2008 delivers key advances for developers in three primary pillars:
· Rapid application development
· Effective team collaboration
· Break through user experiences
Developers can take advantage of advanced development tools, debugging features, database functionality, and innovative features introduced in Visual Studio 2008 to create innovative products.
Visual Studio 2008 includes enhancements such as
· Visual designers for faster development with the .NET Framework 3.5,
· Improvements to Web development tools
· Language enhancements that speed development with all types of data.
· Create AJAX enabled web applications
Microsoft Visual Studio 2008 enables organizations to take full advantage of the .NET Framework 3.5 and the 2007 Microsoft Office system to create client, Office, Web, and mobile applications that deliver high-quality, rich user experiences that add to effective business processes and decision making.
What’s New in Visual C#
There are several new features introduced in C# 3.0.
Visual C# IDE Features
Multi-targeting
with Multi-targeting you can specify the .Net Framework for your project i.e. you can write / develop programs for .NET 2.0/3.0/3.5 from the same IDE.
New Project Types and Templates
· Several new project templates are provided for
· Windows Presentation Foundation,
· Windows Communication Foundation &
· Web projects
IntelliSense support for C# 3.0
The Visual C# code editor provides statement completion and Quick Info to support the following new language constructs in C# 3.0:
· Implicitly Typed Local Variables
· Query Expressions
· Extension Methods
· Object/Collection Initializers
· Anonymous Types
· Lambda Expressions
· Partial Methods
Refactoring support for C# 3.0
The refactoring features, Rename, Signature Change, Extract Method, and Promote Local have been updated to support the following new language constructs:
· Query Expressions
· Extension Methods
· Lambda Expressions
Code Formatting
The code editor supports formatting options for several new C# 3.0 language constructs including query expressions.
Happy Learning !!!
Harsh Shah (Sr. Consultant)
SQL Server 2008 Overview
SQL Server 2008 delivers on Microsoft’s Data Platform vision by helping your organization manage any data, any place any time. So before we discuss more about SQL Server 2008 new features, let’s talk about what is Microsoft Data Platform Vision?
Microsoft Data Platform Vision
Today we live in the world of information explosion where in we come across many types of data on a day to day basis. We store, retrieve and transact data into different types such as images, video, audio, digital information, sensor information from RFID tags and the list goes on. As we now know that organizations have become considerably large with the global presence and due to this the need to make data more secure and regulatory compliance has become mandatory. Also the data stored should be available Any Where - Any Time.
Today the user and application has become completely mobile and we want our data/information to be viewed on any device -any time - anywhere. So the question here is how to deal with this kind of complexities and manage the information explosion in an effective and efficient way.
The answer to the above challenges is Microsoft Data Platform Vision. It helps organization to overcome the challenges of information explosion by providing a solution that organization can use to store many types of data, including the following
SQL Server 2008 provides reach set of services to interact with the data , query the data , performing data analysis , reporting, integration and robust synchronization. Above all , users can access information on any device.
What SQL Server 2008 Delivers?
SQL Server 2008 delivers on Microsoft’s Data Platform vision by helping your organization manage any data, any place, any time. It enables you to store data from structured, semi-structured, and unstructured documents such as images, music, documents directly within the database.
Top New Features

Top New Security Features
· Use the Declarative Management Framework to help enforce security polices for data services across the enterprise.
· Encrypt data without modifying applications, using Transparent Data Encryption.
· Employ enterprise-wide encryption solutions with Extensible Key Management and Hardware Security Modules.
· Audit all actions with the new Audit object.
Top New High Availability Features
Top New Performance and Scalability Features
Happy Learning…..I will be sharing few more information in my next article.
Harsh Shah
(Sr. Consultant)
SQL Server 2008 Sample Database for SQL Server 2008 February CTP
Following is the link to the CodePlex (CodePlex is Microsoft’s open source project hosting web site) site from where you can download the examples
http://www.codeplex.com/MSFTDBProdSamples/Release/ProjectReleases.aspx?ReleaseId=10901
SQL Server 2005 Sample Database - For SQL Server 2005 SP2a
http://www.codeplex.com/MSFTDBProdSamples/Release/ProjectReleases.aspx?ReleaseId=4004
LineageID:
Image 1: LineageID for the EmpNo column in a Sort Input
Image 2: LineageID for the EmpNo column in a Sort Output is different
This CTP enables developers to use Visual Studio 2005 for SQL Server 2008 CTP5.
Please note the following:
Please test in a test environment only
This CTP addresses the following issue:
“This server version is not supported. Only servers up to Microsoft SQL Server 2005 are supported.”
This CTP addresses this issue, and enables the following Visual Studio functionality for SQL Server 2008 CTP5 :
This CTP does not support the following features for SQL Server 2008 Nov CTP:
For more information please visit the following link.