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

    Archives for: December 2008

    comments

    SQL Friday, The Best SQL Server Links Of The Past Week Episode 4

    by SQLDenis on Dec 26, 2008 in categories Data Modelling & Design. Article views: 4332 views

    Here we are with another fascinating episode of the SQL Friday, The Best SQL Server Links Of The Past Week show

    Obviously this week is another slow week, here is what I found interesting this past week in SQL Land:

    Using SQLIOSim to Diagnose SQL Server Reported Checksum (Error 824/823) Failures

    Another good post by the PSS SQL Server Engineers

    Read More...
    comments

    There is code available to take advantage of the sp_replwritetovarbin heap overflow bug

    In a default configuration, the sp_replwritetovarbin stored procedure is accessible by anyone. To disable this proc you can run this as an admin on the box

    Before disabling this pro read BradC's comment so that you do not break replication

    tsql Sample Code (See Article for Rest)
    Read More...
    comments

    Calculating Median and Mode with SQL Server can be frustrating for some developers, but it doesn't have to be. Often times, inexperienced developers will attempt to write this with procedural programming practices, but set based methods do exist. Be…

    Read More...
    comments

    SQL Friday, The Best SQL Server Links Of The Past Week Episode 3

    by SQLDenis on Dec 19, 2008 in categories Data Modelling & Design. Article views: 3635 views

    Here we go with the links for week 3

    Interpreting Output from SQLIOSIM

    Kevin Kline has a nice post about interpreting output from SQLIOSIM, he also made a follow up post here: More Tidbits on SQLIOSIM

    Read More...
    comments

    Overlooking system databases and fragmentation

    by Ted Krueger (onpnt) on Dec 18, 2008 in categories Microsoft SQL Server Admin. Article views: 3153 views

    A common mistake DBAs make is overlooking the need to maintain the indexes that ship with system databases. Fragmentation is a concern on user databases but also is something that must be maintained on databases like ReportServer for SSRS.

    I’m going to focus on SSRS as an example but keep this open to all of the systems databases you have on your instances.

    Most successful reporting services implementations come with daily report generations, changes and high execution rates. That means the tables in the ReportServer database will change along with your reports. ...

    Read More...

    :: Next >>