Using the TIME data type in SQL Server 2008 ( 6 March 2008 - Bill Graziano - 3 Comments)
Using the DATE data type in SQL Server 2008 ( 6 December 2007 - Bill Graziano - 5 Comments)
Working with Time Spans and Durations in SQL Server ( 15 October 2007 - Jeff Smith - 8 Comments)
DATEDIFF Function Demystified ( 20 March 2007 - Peter Larsson - 27 Comments)
The Cost of GUIDs as Primary Keys ( 8 January 2005 - Bill Graziano - 2 Comments)
Search and Replace in a TEXT column ( 18 January 2004 - Bill Graziano - 17 Comments)
INF: Frequently Asked Questions - SQL Server 2000 - Table Variables ( 7 December 2003 - Bill Graziano - 0 Comments)
How to search for date and time values ( 2 May 2003 - Bill Graziano - 6 Comments)
Retrieving the GUID value of an inserted row ( 3 June 2002 - Bill Graziano - 0 Comments)
The sql_variant Datatype ( 18 February 2002 - Bill Graziano - 3 Comments)
Numeric Primary Keys ( 13 June 2001 - Bill Graziano - 8 Comments)
Timestamps vs Datetime data types ( 28 November 2000 - Bill Graziano - 5 Comments)
Bit-Masks ( 25 August 2000 - Chris Miller - 16 Comments)
Apostrophe's and Quotation Marks in SQL Server ( 13 August 2000 - Bill Graziano - 5 Comments)
Best way to store text in SQL Server for ASP pages? ( 13 July 2000 - Bill Graziano - 19 Comments)
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