SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tags T-SQL, SQL Server 2008 Rss

Refine your search with one of the following additional tags (with number of items):

HierarchyID (1)    
Miscellaneous (1)    
News (1)    

Search for any content tagged T-SQL & SQL Server 2008

   Items 1 to 7 of 7   
 

Enhancement in variable declaration – SQL Server 2008

Enhanced variable declaration, one of the many enhancements that Microsoft added to SQL Server 2008 allows you to declare and initialize a value at the same time. This article shows you how to do it.  Read more...
By Additional Articles 2008/07/09 | Source: Database Journal | Category: SQL Server 2008
Rating:  Rate this |  Briefcase | 2,282 reads

Row Value Constructor in SQL Server 2008

This article illustrates different methods to insert data into a table, including the new Row Value Constructor, which simplifies the data insertion.  Read more...
By Additional Articles 2008/05/16 | Source: Database Journal | Category: SQL Server 2008
Rating: (not yet rated)  Rate this |  Briefcase | 2,350 reads

UPSERT Functionality in SQL Server 2008

This article illustrates the functionality of UPSERT via the MERGE command in SQL Server 2008.  Read more...
By Additional Articles 2008/04/24 | Source: Database Journal | Category: SQL Server 2008
Rating:  Rate this |  Briefcase | 4,366 reads

The HierarchyID Datatype in SQL Server 2008

This article examines one of the T-SQL changes coming in SQL Server 2008: The hierarchyID.  Read more...
By J P R 2008/03/25 | Source: SQLServerCentral.com | Category: SQL Server 2008
Rating: |  Discuss |  Briefcase | 7,008 reads

Passing table valued parameters in SQL Server 2008

I have always wanted to be able to pass table variables to stored procedures. If a variable is able to be declared, it should have the functionality to be passed as necessary. I was thrilled to learn that SQL Server 2008 offers this functionality. Here are instructions on how to pass table variables (and the data in them) into stored procedures and functions.  Read more...
By Additional Articles 2007/11/12 | Source: Builder.com | Category: SQL Server 2008
Rating: (not yet rated)  Rate this |  Briefcase | 1,622 reads

Using SQL Server 2008's MERGE statement

SQL Server 2008's new MERGE statement allows you to insert, update, or delete data based on certain join conditions in the same statement.  Read more...
By Additional Articles 2007/11/08 | Source: Builder.com | Category: SQL Server 2008
Rating: (not yet rated)  Rate this |  Briefcase | 1,960 reads

Date and Time in SQL Server 2008

SQL Server 2008 is well on its way to being complete and released with the release of the second CTP recently. There aren't a tremendous number of changes, but one of the more interesting ones is the changes to date and time handling in this new platform. The time and date datatypes have been separated and longtime SQL Server author Vincent Rainardi brings us a short look at how there can be used.  Read more...
By Vincent Rainardi 2007/10/24 | Source: SQLServerCentral.com | Category: News
Rating: |  Discuss |  Briefcase | 7,022 reads
   Items 1 to 7 of 7