Click here to monitor SSC
Av rating:
Total votes: 26
Total comments: 9


Hugh Bin-Haad.
Insider Insights
01 April 2010

from our correspondent with his finger on the pulse

Insider rumours and gossip from the murky world of the Database Industry, and from the colourful characters that inhabit it.

The following rumors have not been confirmed nor denied by anyone:

  1. There are performance gains from negatively incrementing identity columns when paired with a decrementing index.
  2. The query execution plan’s nested loop joins icon spins counter-clockwise (the other direction) when used in a spatial query with coordinates south of the equator.
  3. The next version of SSMS will sport Silverlight for animated query execution plans with multi-touch gestures and a special gesture for cursors.
  4. It is never appropriate to change your co-workers SSMS batch terminator from “go” to “select”, nor is it good to Set Explicit Transaction ON while they step away from their PC.
  5. Red Gate is secretly developing a sound add-in for SQL server so that servers with sound cards and subwoofers will exhibit sound feedback according to the size of the transaction such as popguns, rifle shots, cannon explosions, and nuclear bomb. For the cursor operations, the server will make the sound of a slowly dripping faucet
  6. While normalizing a database of historical conflicts between musicians and music producers, Joe Celko was overheard to say. “It’s not a row, it’s a record.”
  7. Upset that every other feature set of SQL Server has a snapshot something, and feeling a bit left out, the Query Optimizer team today unveiled the new Snapshot Join operator which when optimized with a Snapshot Seek operation performs faster than any other team’s snapshot anything.
  8. SQL 11’s new DateTime3’s max date is Dec 21, 2012 in recognition of the Mayan calendar and the pending apocalypse.
  9. If you have cursors in your code, you should eliminate them immediately. Green-Peas has determined that cursors waste CPU cycles, cost extra energy, and therefor increase the carbon footprint of the database. The Green-Peas worm has infiltrated nearly 97% of SQL Server databases and is set activate today. Any databases with Cursors will be simply dropped and all backups deleted.
  10. Dell has announced a CL-AID - a unique combination of RAID 1 and the cloud. The new controller creates mirrors the local hard drive with the cloud. While several scoffers have questioned the performance of such a configuration, …
  11. When the moon is in the second phase, SQL Server does indeed support the SET GoFaster = 1 option.
  12. There are some US States in the old deep south where you can git yerself in real trouble there boy if you use too many Union queries. Folks don’t take kindly to Union in the old deep south.
  13. You know you write too much SQL when you think ); is a way cool emoticon meaning that “a normalized table is a happy table”.
  14. A skunkworks team in Microsoft is working on VarNull(n) nullability. For example, explicitly declaring a variable as null generates a multi-value nullable variable
     
    DECLARE @Var = NULL(5)  
    CREATE TABLE NullTest (
      
    NullTest IN IDENTITY PRIMARY KEY,
      
    Name VARCHAR(255) NULL(7)
      )

    The Name column can now hold a value or any one of the 7 possible null states.

  15. Microsoft will finally fix the spelling error in RaiseError. An ErrorUpgrade wizard will assist in identifying all the error’s errors.


This article has been viewed 7247 times.
Hugh Bin-Haad.

Author profile: Hugh Bin-Haad.

Hugh is both a distinguished film critic and a DBA who has spent sixteen years working with databases, in the UK and the Middle-East, and been a delegate on the international ANSI committee for the standardisation of Relational Theory. Hugh is well-known in the Database world. He lectures in Relational Theory at Chiltern University UK. He is the author of many Journal articles and has co-authored several books on UML, Object Modelling techniques and relational theory, as well as a definitive criticism of the black-and-white films of Ingmar Bergman.

Search for other articles by Hugh Bin-Haad.

Rate this article:   Avg rating: from a total of 26 votes.


Poor

OK

Good

Great

Must read
 
Have Your Say
Do you have an opinion on this article? Then add your comment below:
You must be logged in to post to this forum

Click here to log in.


Subject: More rumours
Posted by: Wilfred van Dijk (view profile)
Posted on: Thursday, April 01, 2010 at 6:58 AM
Message: 16. The next version of MSSQL can also be installed on a Playstation 3. Plans for an Ipad version are under investigation.
17. Cloud versions of MSSQL won't work if you fly with an airbus. According to Microsoft "Only Boeings are currently supported for cloud computing"
18. In order to boost your code, a new optimizer is implemented. This will give results within 1 second, regarding the code or amount of rows. You'll have to enable the serversetting "FoolMyEnduserWithADummyResultset"

Subject: Very funny!!
Posted by: Mike Berry (not signed in)
Posted on: Thursday, April 01, 2010 at 7:57 AM
Message: I laughed, I cried, I wept!

Subject: Too Funny!
Posted by: Gary Lail (not signed in)
Posted on: Thursday, April 01, 2010 at 9:05 AM
Message: I laughed, cried and wet my pants.

Subject: Good
Posted by: Donny Beard (not signed in)
Posted on: Thursday, April 01, 2010 at 9:11 AM
Message: Can't wait for the multi-value nullable variable. A feature waaaay overdue!

Subject: But, this is all true
Posted by: BuggyFunBunny (view profile)
Posted on: Thursday, April 01, 2010 at 10:05 AM
Message: Let me tell you, as a funny bunny (with only a couple of bugs still in his system), that Hugh is the first to really get to the truth. And you can't handle the truth.

Subject: Hugh bin Haad
Posted by: David (view profile)
Posted on: Thursday, April 01, 2010 at 11:05 AM
Message: Outstanding! Nice job!

Subject: Hilarious!
Posted by: brad_schulz (view profile)
Posted on: Thursday, April 01, 2010 at 12:28 PM
Message: My coworkers are giving me dirty looks because I laughed hysterically (and very loudly) while reading this. Loved it!

Subject: Funny
Posted by: Anonymous (not signed in)
Posted on: Thursday, April 01, 2010 at 12:35 PM
Message: Funny! Happy April fools!!

Subject: Feedback
Posted by: Tony Legros (view profile)
Posted on: Thursday, February 03, 2011 at 5:24 PM
Message: Hi
I have to say that at first impressions I am enormously impressed by the quality, layout, writer experience and content of this website. I come from an IBM midrange background and we have a similar source (News400 – I subscribed for years) and it helped in every aspect of my technical career.
Now I have found this site I hope to get the same benefits.
I am very wary of the so called “expert” sites.
Tony
BTW move this post to where ever it should be.

 










Phil Factor
Automated Script-generation with Powershell and SMO
 In the first of a series of articles on automating the process of building, modifying and copying SQL Server... Read more...



 View the blog
What's the Point of Using VARCHAR(n) Anymore?
 The arrival of the (MAX) data types in SQL Server 2005 were one of the most popular feature for the... Read more...

SQL Source Control: The Development Story
 Often, there is a huge difference between software being easy to use, and easy to develop. When your... Read more...

How to Import Data from HTML pages
 It turns out that there are plenty of ways to get data into SQL Server from websites, whether the data... Read more...

SQL Scripts Manager: An Appreciation
 SQL Scripts Manager is Simple-Talk's present to its readers. William Brewer was an enthusiastic... Read more...

Hosted Team Foundation Server 2010 Review
 Team Foundation Server (TFS) has expanded its remit to support the whole software development process,... Read more...

Beginning SQL Server 2005 Reporting Services Part 1
 Steve Joubert begins an in-depth tour of SQL Server 2005 Reporting Services with a step-by-step guide... Read more...

Ten Common Database Design Mistakes
 Database design and implementation is the cornerstone of any data centric project (read 99.9% of... Read more...

Reading and Writing Files in SQL Server using T-SQL
 SQL Server provides several "standard" techniques by which to read and write to files but, just... Read more...

Beginning SQL Server 2005 Reporting Services Part 2
 Continuing his in-depth tour of SQL Server 2005 Reporting Services, Steve Joubert demonstrates the most... Read more...

Creating CSV Files Using BCP and Stored Procedures
 Nigel Rivett demonstrates some core techniques for extracting SQL Server data into CSV files, focussing... Read more...

Over 400,000 Microsoft professionals subscribe to the Simple-Talk technical journal. Join today, it's fast, simple, free and secure.

Join Simple Talk