By Bill Graziano on 19 February 2007 | 4 Comments | Tags: SQL Server 2005
The RTM of SQL Server 2005 SP2 is now available for download. Follow the link to SQL Server 2005 SP2 Available...
Microsoft Releases Updated SQL Server 2005 SP2 (6 March 2007)
SQL Server 2005 Service Pack 2 CTP is Available (8 November 2006)
SQL Server 2005 SP1 (19 April 2006)
SQL Server 2005 RTM Code Available (27 October 2005)
SQL Server 2005 Release Date - November 7th, 2005 (7 June 2005)
April CTP (aka Beta 3) Available Today (18 April 2005)
SQL Server 2005 Developer Webcasts (4 April 2005)
SQL Server 2005 Beta 2 Transact-SQL Enhancements (13 January 2005)
SQL Newbie with a join question (3 Replies)
converting time question (4 Replies)
How to fix a table with a single bad record/index (6 Replies)
Update using two tables (3 Replies)
sub data in table (16 Replies)
Sample database (5 Replies)
foreign key problem.. (6 Replies)
Joins within and scross tables (5 Replies)
Weekly SQL Server newsletter with articles, forum posts, and blog posts via email:
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
- Sponsor's Message -
You won't do it often, but it's nice to know how, and you're not still using sp_renamedb are you? Join us for a quick look at how to use the alter syntax to change the db name along with a tip on how to quickly disconnect any remaining users from the database.
Whether you want to generate PDF invoices for customers or do a daily export that will get processed by one of your vendors, the ability to deliver reports to a file share is a useful and simple feature baked in to Reporting Services. In this lesson Devin will show you how to do it and how to set most of the common options.
Simple but effective, DB_ID and DB_Name give you a concise way to look up the id of a database from a name, or look up the name of a database from an id. There are times when you'll need to write the join to sys.sysdatabases, but when all you need is a quick conversion, these functions get it done.
Ever wondered how many physical reads and writes your SQL service is doing? Yes, it may seek a bit geeky, but it's often useful to have an idea if a server is read or write heavy. @@Total_Read and @@Total_Write show you the number of physical (not logical) reads since the last service restart, and from there we can easily calculate a percentage of reads if needed.
SQL Server Resources
Advertise on SQLTeam.com
SQL Server Books
SQLTeam.com Newsletter
Write for SQLTeam.com
Contact Us
About the Site