Agile Modeling

 

SQL Server

 

You are here: 

> Home > Development > Databases > SQL Server

MS SQL Database Resources, T-SQL Programming & Design Tips

MS SQL Database Main Page

Links: 57
Generated on 27.6.2004 at 14:07 GMT

 

Do you know?


Basic Commands for your SQL Server version check:

PRINT 'Basic Information:'
  SELECT @@version
  EXEC master..xp_msver
 
PRINT 'Set Options:'
  DBCC USEROPTIONS
 
PRINT 'Advanced Options:'
  EXEC sp_configure
 

More SQL Tips...

 

 

 

 

 

 

 


 

 

Why Data Still Matters


Over the years, many technologies (and those marketing these technologies) have claimed that data has become irrelevant and that some “new and improved” technology, technique, or ideology will replace data as the center of IT and data processing. But it has yet to happen, and it never will happen, either!
(Craig S. Mullins)

Read more...

 

 

 

 

 

 

 

 

 

 

Latest Code Ticker for SQL


 

 

 

 


Professional Association for SQL Server

SQL Server Central -  community of 94402 DBAs, developers and SQL Server users

 Microsoft SQL Server: Programming Forum

Previous Page

Top of the Page

Next Page

Art of Programming Network

[Home] [What's new] [Services] [Applications] [Development] [Resources] [About]
 


All Trademarks and Logos belong to their respective owners. We are interested in your Feedback.

Please send your comments to: webmaster[at]artofprogramming[dot]net

Copyright © 2002 - 2007, All rights reserved.