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

LessThanDot

All Blogs

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

    comments

    SQL Puzzle: RIGHT without using the RIGHT function

    by SQLDenis on May 22, 2013 in categories Database Programming, Microsoft SQL Server. Article views: 1531 views

    I haven't done a puzzle for a long time so I figured let's do a simple one. Return the right 6 characters of the column but without using the RIGHT function. Here is what the table looks like CREATE TABLE #Puzzle(SomeCol CHAR(7)) INSERT #Puzzl…

    Read More...
    comments

    Recently, while working on a personal project, I found myself needing a lightweight way to deploy database changes to multiple environments. In the past I have used a wide range of methods, ranging from applying the changes manually to applying changes via a diff tool (SQL Compare), to automatically applying manually created change scripts, to automatically applying diff scripts that were automatically generated, to working directly in production..er, pretend you didn't see that one.

    Read More...
    comments

    A big loss to our community

    by Ted Krueger (onpnt) on May 15, 2013 in categories Other. Article views: 1485 views

    Today was a very sad day for me. I received news that a dear friend, Rose Waters @SQLRose, whom I had the pleasure of working with, passed away yesterday. Rose was an all-around great and very intelligent, hard working person. Her energy in wanting to l…

    Read More...
    comments

    Today I was checking an older server and decided to run sp_helpdb. On a bunch of databases I noticed that the owner was ~~UNKNOWN~~. The only reason I noticed this was when I tried to look at a specific database which is mirrored. I was greeted with thi…

    Read More...
    comments

    T-SQL Tuesday #42: The Long and Winding Road

    by Koen Verbeeck on May 14, 2013 in categories Business Intelligence. Article views: 8106 views

    It’s the second Tuesday of the month, which means it’s time again for #TSQL2sday! It is the 42nd installment of this blog post series and the subject is not about the Answer to the Ultimate Question of Life, the Universe, and Everything as I hoped it wo…

    Read More...
    comments

    Modify a Power View Data Source

    by Koen Verbeeck on May 08, 2013 in categories Business Intelligence. Article views: 12011 views

    This blog posts explains how you can modify the data source of a Power View report published on SharePoint.

    Read More...
    comments

    SQL Server baseline collection is an important task that is too frequently overlooked.  Collecting information on how SQL Server is both providing data services and reacting to how those data services are being utilized, creates a foundation for efficie…

    Read More...
    comments

    Intellisense for custom XML in Visual Studio

    by Eli Weinstock-Herman (tarwn) on May 06, 2013 in categories Vistual Studio 2012. Article views: 1536 views

    This is one of those things that I only need once every several months and always forget how to do. Working with custom XML in Visual Studio is a whole lot easier with intellisense. Schema errors are highlighted, enumerated values are displayed, and the amount of typing goes from full tag names to just a few characters followed by tab to complete.

    Read More...
    comments

    There are now Visual studio project templates available for creating Nancy projects.

    Read More...
    comments

    Employers, Employees and Loyalty, Oh My!

    by chopstik on May 01, 2013 in categories Professional Development, Other. Article views: 11307 views

    I recently read an article discussing the idea of loyalty, particularly as it applies to millennials – those of the youngest generation currently working. The article was titled “The Truth About Millennials and Job Loyalty”.  I found the article to be a…

    Read More...

    :: Next >>