Rahul S. Bhujbal

Thursday, October 07, 2004

"Yukon" : Microsoft’s Next-Generation Data Management and Analysis Software

Hello Friends,

Last week I attended a seminar organized by Microsoft in Mumbai. The seminar was arranged to introduce Microsoft’s Next-Generation Data Management and Analysis Software, MS-SQL Server 2005 Beta 2, which is also codenamed as “Yukon”. Yukon is expected to come in the next summer. The seminar was conducted by Nauzad Kapadia, who is one of the topmost MVPs of India. The seminar was really invaluable to me. So I would like to share my knowledge and experience with you.

Microsoft's SQL Server 2005 Beta 2

It provides lots of new and improved functionalities, such as

  • A robust database for building dynamic applications
  • Strong XML support
  • Tools and features to enhance management and ease of use
  • Easy installation and setup
  • Scalability and performance
  • Deep integration with Visual Studio 2005
  • Robust security

    To keep your interest in this article, I would like to introduce you some of the most interesting, amazing and programmer friendly features of SQL Server 2005 Beta 2. Have a look at these :
  • Talk to database in any language :- Write your Stored Procedures and Triggers in any .Net Supported language like C#, VB, mgd C++, COBOL and off course with your own T-SQL.
  • Debug ur Stored Procedures :- Debug your stored procedure with SQL Server 2005’s new environment.
  • Management Studio :- Get a new and exciting environment to work in - the tool set : SQL Server Management Studio. It is the first database administration suite that allows you to manage DTS, Reporting Services and Notification Services applications. Whether you're a serious Transact-SQL developer or are new to SQL Server, the SQL Server tool set provides the flexible and intelligent architecture that you need to accomplish database tasks.
  • MAX :- The maximum size for VARCHAR and VARBINARY was 8,000 and for NVARCHAR 4,000. If you had data that potentially exceeded that size, you needed to use the TEXT, NTEXT, or IMAGE data types (known as Large Object data types, or LOBs). This was always a hassle because they were hard to work with, in both retrieval and action statements. Now This situation changes in SQL Server 2005 with the introduction of the MAX specifier. This specifier allows storage of up to 231 bytes of data, and for Unicode it is 230 bytes. When you use the VARCHAR(MAX) or NVARCHAR(MAX) data type, the data is stored as character strings, whereas for VARBINARY(MAX) it is stored as bytes. These three data types are commonly known as Large Value data types.
  • MARS :- Multiple Active Result Sets (MARS) lets you have concurrent access to more than one resultset on the same connection.
  • DDL Triggers :- We have always written triggers on DML statements (Insert, Update and Delete). But what about changes based on Data Definition Language statements, changes to the schema of a database or database server? It has not been possible to use triggers for that purpose—that is, until SQL Server 2005. In SQL Server 2005 you can create triggers for DDL statements as well as DML.
  • Ranking Functions :- SQL Server 2005 introduces four new ranking functions as:
    i. ROW_NUMBER() :- It was only possible in Oracle, but now it’s available in your SQL Server 2005.
    ii. RANK()
    iii. DENSE_RANK()
    iv. NTILE()
  • Recursive Queries :- A recursive query is a new query type that provides a hierarchical result set. Yukon includes Common Table Expressions (CTEs) that have recursive querying capabilities.
  • Exception Handling :- Have you ever written a try … catch block in a stored procedure ? No never before. Now SQL server 2005 Beta 2 provides us the facility to catch the exceptions in the procedures and triggers by using try and catch statements.
  • Datatype as XML :- Yukon provides new data type as XML. It provides the user with the flexibility to not only store data in XML columns but also create indexes on them.

8 Comments:

  • A service business, or one with delivery service, can get into trouble if the vehicle breaks down.

    Good news is: the ones opting for leasing cars online also enjoy special
    deals. There are a lot of business houses that are looking into the whole process of auto leasing and car leasing that helps them
    in cutting down their costs and saving thousands of dollars that would help
    them in buying thousand fleets of cars.

    Also visit my web blog: Volkswagen Car Leasing

    By Anonymous Anonymous, at March 18, 2013 at 7:59:00 AM PDT  

  • ' Finally, Hartman offered, 'These days, it is so rare to have a group
    of hundreds of people with basically no naysayers, cynics or haters.
    That is all performed by web phone, Skype, Google Hangout or by telephone.
    When they are done with their events; the one thing
    that strikes their mind is You - Tube because they want others to be a part of the event and relish the memories.


    Also visit my homepage youtube Video Views

    By Anonymous Anonymous, at April 13, 2013 at 2:38:00 PM PDT  

  • They tend to form again on any part of the body, even
    though they are eradicated. Such a thing occurs quite commonly in women and men, and people should not worry too much about
    it. Rubbing a slice of potato on the wart for 30 minutes and doing this twice a day can help remove the wart as well.


    Feel free to surf to my web blog :: sking tags removal :
    : :
    :

    By Anonymous Anonymous, at June 14, 2013 at 6:51:00 AM PDT  

  • For its open nature, any gem in a tension setting will show
    its beauty but also its flaws. Just don't tell the tuk-tuk driver
    you're buying an engagement ring. With the help of these factors you can determine the quality and purity
    of diamond.

    Review my web blog ... wedding diamond

    By Anonymous Anonymous, at June 6, 2014 at 6:02:00 PM PDT  

  • I blog often and I genuinely thank you for your content. The article has really peaked my interest.

    I am going to bookmark your website and keep checking for new information about once
    a week. I opted in for your RSS feed as well.

    Feel free to visit my webpage: body shop cars Sacramento

    By Anonymous Anonymous, at June 7, 2014 at 4:21:00 PM PDT  

  • Hi! This post couldn't be written any better! Reading this post reminds me of my good old room mate!
    He always kept talking about this. I will forward
    this post to him. Pretty sure he will have a good read.
    Thank you for sharing!

    Also visit my website ... portland dui

    By Anonymous Anonymous, at June 11, 2014 at 5:51:00 PM PDT  

  • Hello there, just became aware of your blog through Google, and found that it's really
    informative. I am going to watch out for brussels.

    I'll be grateful if you continue this in future. Lots of people will be benefited from your
    writing. Cheers!

    Take a look at my web site; santa cruz theta healing

    By Anonymous Anonymous, at August 6, 2014 at 4:54:00 AM PDT  

  • Not any more longing to get renowned at present. Buy Facebook Followers as a way to obtain status and acceptance online in a shorter span. paid facebook followers

    By Blogger Unknown, at September 19, 2017 at 6:03:00 AM PDT  

Post a Comment

<< Home