Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

Data Management

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

    Search

    XML Feeds

    Google Ads

    « SQL Server 2008 LogoHow to get the selectivity of an index »
    comments

    You have only $50 left and you can buy two DVDs or one SQL book, what do you do? I would buy the book but not every person has the same idea of a fun time. This is the reason why I present you with a bunch of links to articles which will give you very good info. Some of this you won’t be able to find in a book anyway.

    The curse and blessings of dynamic SQL. How you use dynamic SQL, when you should - and when you should not.

    Arrays and Lists in SQL Server. Several methods on how to pass an array of values from a client to SQL Server, and performance data about the methods. Two versions are available, one for SQL 2005 and one for SQL 2000 and earlier.

    Implementing Error Handling with Stored Procedures and Error Handling in SQL Server – a Background. Two articles on error handling in SQL Server.

    The ultimate guide to the datetime datatypes
    The purpose of this article is to explain how the datetime datatypes work in SQL Server, including common pitfalls and general recommendations.

    Stored procedure recompiles and SET options
    Using stored procedures is generally considered a good thing. One advantage of stored procedures is that they are precompiled. This means that at execution time, SQL Server will fetch the precompiled procedure plan from cache memory (if exists) and execute it. This is generally faster than optimizing and compiling the code for each execution. However, under some circumstances, a procedure needs to be recompiled during execution.

    Do You Know How Between Works With Dates?
    article explaining why it can be dangerous to use between with datetime data types

    How Are Dates Stored Internally In SQL Server?
    Article explaining how datetimes are actually stored internally

    Three part deadlock troubleshooting post, a must read if you want to understand how to resolve deadlocks.
    Deadlock Troubleshooting, Part 1
    Deadlock Troubleshooting, Part 2
    Deadlock Troubleshooting, Part 3

    SQL Server 2005 Whitepapers List
    A list of 29 different SQL Server 2005 Whitepapers

    Keep a check on your IDENTITY columns in SQL ServerThis article shows you how to keep an eye on your IDENTITY columns and find out before they run out of values, and fail with an arithmetic overflow error.

    Character replacements in T-SQL
    Quite often SQL programmers are left with the dirty job of working with badly formatted strings mostly generated from external sources. Typical examples are badly structured date values, social security numbers with misplaced hyphens, badly formatted phone numbers etc. When the data set if small, in many cases, one can easily fix by a one time cleanup code snippet, but for larger sets one will need more generalized routines.

    About the Author

    User bio imageDenis has been working with SQL Server since version 6.5. Although he worked as an ASP/JSP/ColdFusion developer before the dot com bust, he has been working exclusively as a database developer/architect since 2002. In addition to English, Denis is also fluent in Croatian and Dutch, but he can curse in many other languages and dialects (just ask the SQL optimizer) He lives in Princeton, NJ with his wife and three kids.
    Social SitingsTwitterFacebookLinkedInHomePageFlickrLTD RSS Feed
    23567 views
    InstapaperVote on HN

    17 comments

    Comment from: Christiaan Baes (chrissie1) [Member]
    Christiaan Baes (chrissie1) I would buy the dvd's.
    05/24/08 @ 01:49
    Comment from: damber [Member] Email
    damber
    yup, definitely the dvd's....... :-)
    05/24/08 @ 06:43
    Comment from: SQLDenis [Member] Email
    SQLDenis If you buy a book, you get a better (as in more money) job so you can buy more DVDs later on
    you have to think ahead more than 1 week :-)
    05/24/08 @ 07:11
    Comment from: Christiaan Baes (chrissie1) [Member]
    Christiaan Baes (chrissie1) 1 week? I could be dead in 1 week.
    05/25/08 @ 01:11
    Comment from: Alex Ullrich [Member] Email
    Alex Ullrich most of what's in the book can be had for free (and legally) on the internet as well... Guess it depends what DVD's are out.

    For $50 I bet I could get the book and one DVD from amazon...
    05/25/08 @ 08:04
    Comment from: SQLDenis [Member] Email
    SQLDenis ??? Most of the DVDs can be found on the internet as well
    05/25/08 @ 08:49
    Comment from: Alex Ullrich [Member] Email
    Alex Ullrich Yes, legally is the operative word :)
    05/27/08 @ 11:18
    Comment from: SQLDenis [Member] Email
    SQLDenis >>legally

    I missed that part :-(

    I still prefer books though because it is all in one place and not scattered around the information superhighway :-)
    05/27/08 @ 11:21
    Comment from: Christiaan Baes (chrissie1) [Member]
    Christiaan Baes (chrissie1) books are free, I just order them via work.
    05/27/08 @ 14:41
    Comment from: SQLDenis [Member] Email
    SQLDenis >>books are free, I just order them via work.

    Same here if they are on topic
    05/28/08 @ 05:44
    Comment from: traingamer [Member] Email
    *****
    traingamer I'd buy the book. If the movie hasn't been on cable yet, I can wait.

    As to the actual post, good links!
    05/29/08 @ 10:44
    Comment from: jrbarnett [Member] Email
    jrbarnett I'd also check out Denny Cherry's blog:
    http://itknowledgeexchange.techtarget.com/sql-server

    There's a lot of tips/tricks there as well as information about what is coming with SQL Server 2008.

    As for books, if you want platform independent items, look at the works of Joe Celko (SQL for Smarties and SQL Puzzles are both interesting reads and useful references).

    06/01/08 @ 04:34
    Comment from: SQLDenis [Member] Email
    SQLDenis jrbarnett,

    I interviewed Celko a while back, you can find that here

    http://sqlservercode.blogspot.com/2007/12/interview-with-joe-celko-about.html
    06/01/08 @ 07:31
    Comment from: Rush [Visitor] · http://www.rushfrisby.com
    *****
    Rush I would buy neither. Download the movies and read these articles while I wait.
    06/11/08 @ 23:00
    Comment from: goatweed [Member] Email
    *****
    goatweed I would rent the DVDs from netflix, create a "backup" and read these articles while I wait for the DVDs to arrive.

    Excelent work SQL-D.
    06/12/08 @ 08:53
    Comment from: www.QuranReading.com [Visitor]
    www.QuranReading.com Hi,
    This is your great post.nice collection of articles.A lot of information about SQL 2008 and tips.Thanks to share information
    01/09/09 @ 04:57
    Comment from: Tomaz [Visitor]
    *****
    Tomaz Download the movies, get the SQL info online and piss the $50 up the wall.
    01/30/09 @ 09:24

    Leave a comment


    Your email address will not be revealed on this site.

    To mislead the spambots.

    Your URL will be displayed.
    (Line breaks become <br />)
    (Name, email & website)
    (Allow users to contact you through a message form (your email will not be revealed.)