Blog Stats
  • Posts - 162
  • Articles - 10
  • Comments - 0
  • Trackbacks - 17

 

Overview of SQL Server 2005 for the Database Developer

Overview of SQL Server 2005 for the Database Developer

SQL Server 2005 Developer tool
The driving force behind Micorsoft SQL Servr 2005 is the process of integration.
With MSSQL 2005 the database developer experiences a paradigm shift.
He can now locate his code with refrence to its functionality,
he can access data in its native formats or build complex systems that are server driven.
The integration with the .NET framework gives him the power of the class library and modern
programming languages to implement functionalities within the server.

The common language runtime(CLR) helps code procedures, functions and triggers in
the .NET framework language of choice. The object oriented constructs of these languages,
structured exception handling, arrays, namespaces and classes eases out the issues that confront
him while programming with T-SQL. In other words the database server is extended to perform
computation operations at the backend with ease.
...Read More...

http://www.exforsys.com/content/view/1664/356/

Feedback

No comments posted yet.


Post a comment





 

 

 

 

Copyright © John Jacob