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.
Your profile
Tag cloud
.net android asp.net asp.net mvc azure backup bigdata book c# community continuous delivery database denali functions gotcha how to howto indexing java linq mongodb nancy nhibernate nosql performance powershell restore ruby security silverlight sql sql advent 2012 sql friday sql server sql server 2000 sql server 2005 sql server 2008 sql server 2008 r2 sql server 2012 sql server denali ssis ssms ssrs structuremap t-sql tip unit testing vb.net visual studio 2010 windows 7
Authors
- SQLDenis (576)

- Christiaan Baes (chrissie1) (527)

- Ted Krueger (onpnt) (332)

- Jes Schultz Borland (grrlgeek) (139)

- Eli Weinstock-Herman (tarwn) (116)

- Alex Ullrich (51)

- George Mastros (gmmastros) (46)

- Naomi Nosonovsky (27)

- Axel Achten (axel8s) (23)

- David Forck (thirster42) (22)

- Koen Verbeeck (20)

- Kevin Conan (18)

- chopstik (18)

- Rob Earl (14)

- thatrickguy (12)

- More...
Main Categories
Search
Google Ads
Tags: sql advent 2012
Listing tables that are truly partitioned in SQL Server
To list all the tables that are partitioned you can use the sys.partitions view. However be aware that all tables and indexes in SQL Server contain at least one partition, whether or not they are explicitly partitioned. If you were to do the followin…
Suppressing xp_cmdshell output
Starting with SQL Server 2005 xp_cmdshell is turned off by default as a security measure. You have to explicitly enable xp_cmdshell it. If you have to move files around on a SQL Server box there are probably better ways than using xp_cmdshell, you can use SSIS,…
Ten things added after SQL Server 2000 that I like the most
It is almost 8 years since SQL Server 2005 has been released, we have gotten 3 major versions since SQL Server 2000: SQL Server 2005, SQL Server 2008 and SQL Server 2012. I decided to take a look to see what I find the most useful that has been added af…
A couple of ways to convert an integer to an coordinate with SQL Server
I answered this question from a person who had to convert coordinates stored as an integer to a float I'm receiving data on coordinates as 115949833 and I need it to output as 115.949833 because I need to be able to calculate the mileage between th…
SQL Advent 2012: Recap
A recap of all the SQL Advent 2012 posts
SQL Advent 2012 Day 24: Getting help
This is day twenty-four of the SQL Advent 2012 series of blog posts. Today we are going to look at how to get help
SQL Advent 2012 Day 22: Testing your backup and failover strategy
This is day twenty-two of the SQL Advent 2012 series of blog posts. Today we are going to look at how to test your backup and failover strategy
SQL Advent 2012 Day 21: With VLDBs it matters what you do and how you do it
This is day twenty-one of the SQL Advent 2012 series of blog posts. Today we are going to look at Very Large Databases
SQL Advent 2012 Day 16: Lack of database design and normalization
This is day sixteen of the SQL Advent 2012 series of blog posts. Today we are going to look at the lack of database design and normalization. Normalize untill it hurts, denormalize until it works
SQL Advent 2012 Day 15: Benefits of Indexes
This is day fifteen of the SQL Advent 2012 series of blog posts. Today we are going to look at indexes
:: Next >>

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