SQL Server Code,Tips and Tricks, Performance Tuning

A blog about SQL Server, Books, Movies and life in general

Friday, October 26, 2007

Do you want to laugh or cry?

›
I don't know if I should laugh or cry after looking at this code. This could not have been written by a human right? Anyway here it is, ...
2 comments:
Friday, October 19, 2007

Sort Values Ascending But NULLS Last

›
This is a frequent request in newsgroups and fora. People want to sort the column in ascending order but don't want the NULLS at the beg...
Monday, October 15, 2007

Interview With Kalen Delaney About Inside Microsoft SQL Server 2005 Query Tuning and Optimization

›
I am a big fan of Inside Microsoft SQL Server 2005 The Storage Engine so when I saw that yet another book got published in this series I ju...
Thursday, October 11, 2007

SQL Server 2008 Whitepapers

›
There are some good katmai whitepapers appearing on microsoft.com. The list is available here http://www.microsoft.com/sql/2008/learning/whi...
Wednesday, October 10, 2007

SQL Teaser: Guess the output

›
What do you think will be the output? DECLARE @d datetime SET @d = '20071010' SELECT DATEADD (yy, DATEDIFF (yy, 0, @d)+1, -1) Aft...
2 comments:
Tuesday, October 09, 2007

Self-paced Course: What's New in Microsoft SQL Server 2008

›
In this clinic, you will learn about the new and enhanced features included in SQL Server 2008. You will explore the new data types and the ...
Wednesday, October 03, 2007

LAMP + Porn = perfect Job?

›
Found this here: http://jobs.perl.org/job/6883 Senior Software Engineer – Linux/Apache/Mysql/Perl We are a small, San Francisco-based co...
Tuesday, October 02, 2007

How to find out the recovery model for all databases on SQL Server 2000, 2005 and 2008

›
How do you find out the recovery model for all the databases on your SQL Server box? On a SQL Server 2005/2008 box you can use the sys.datab...
Monday, October 01, 2007

SQL Teaser: Guess the output

›
Here is a small teaser, can you guess the output? SELECT d.c-d.b/d.a FROM ( SELECT 1,2,5)d(a,b,c)
1 comment:
Thursday, September 27, 2007

Screencast: SQL Server Analysis Services what's in it for me?

›
SQL Server Analysis Services is a very powerful tool, which was introduced with SQL Server 2000. In SQL Server 2005 it is far more powerful...
Friday, September 21, 2007

SQL Teaser PASS Special: Table Size

›
What will be the outcome of this script? First we create a table with a total of 6000 bytes Next we increase col2 from 1000 to 2000 bytes, t...
Wednesday, September 19, 2007

SQL Injection Cheat Sheet

›
What is SQL Injection? From wikipedia : SQL injection is a technique that exploits a security vulnerability occurring in the database layer...
Tuesday, September 11, 2007

Cumulative update package 3 for SQL Server 2005 Service Pack 2 is available

›
Cumulative update package 3 for SQL Server 2005 Service Pack 2 is available. How to obtain Cumulative Update 3 for SQL Server 2005 Service P...
Monday, September 10, 2007

SQL Gotcha: Do you know what data type is used when running ad-hoc queries?

›
This is for SQL Server 2000 only, SQL Server 2005 is a lot smarter which is another reason to upgrade. When running the following query you ...
Wednesday, September 05, 2007

Microsoft SQL Server 2008 CTP 4 Released

›
Microsoft SQL Server 2008 CTP 4 has been released 20070831 (yes that is ISO format) So I have been sleeping for the last couple of days and ...
1 comment:
Friday, August 31, 2007

Download LINQPad

›
Can't wait for C# 3.0 and LINQ? Well you don't have to! Dynamically query SQL databases today in LINQ: no more struggling with antiq...
Friday, August 24, 2007

Spam so bad it is funny

›
Hahaha, is this a babelfish translation? FROM: BILLY BANGURAABUJA,NIGERIA E-MAIL: billy_bangura2005@yahoo.co.uk DEAR ONE PERMIT ME TO INFOR...
Thursday, August 23, 2007

Summer SQL Teaser #13 Numeric

›
Hi and welcome to another fascinating SQL summer teaser. Summer it is except inPrinceton where it was 50 degrees this week. There was no tea...
3 comments:
Wednesday, August 22, 2007

geekSpeak recording - Real World SQL Server Integration Services with Matthew Roche

›
Channel 9 has posted a SQL Server 2005 Integration Services screen cast. From the site: This geekSpeak is all about SQL Server 2005 Integrat...
Tuesday, August 21, 2007

Late Summer Cleaning

›
I have too many CDs and decided to throw out some 'old' software. I either have newer versions or no need for it anymore.
‹
›
Home
View web version
Powered by Blogger.