SQL Server Code,Tips and Tricks, Performance Tuning

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

Sunday, July 20, 2008

Microsoft Visual Studio Team System 2008 Database Edition GDR July CTP Released

›
Microsoft® Visual Studio Team System 2008 Database Edition GDR July CTP is available for download In addition to providing support for SQL S...
Monday, July 07, 2008

sp_indexinfo an enhanced index information procedure

›
Tibor Karaszi has created a very useful index information stored procedure for SQL Server 2005 and up. This stored procedure will tell you t...
Wednesday, July 02, 2008

Awesome Collection Of ASP.NET Hacks, Tips and Tricks

›
We added a bunch of ASP.NET Hacks, Tips and Tricks we have the following categories 1 Applications 2 Caching 3 Controls 4 Database 5 Dates 6...

Interview With SSIS Guru Jamie Thomson

›
As promised yesterday, here is the link to the interview I did with jamie Thomson: Interview With SSIS Guru Jamie Thomson
Tuesday, July 01, 2008

I tried to keep it a secret but it is all over the internet: I am a SQL Server MVP

›
So all over the internet is exaggerated,I became a SQL Server MVP today and was not going to do a blog post about it. However some other peo...
1 comment:
Thursday, June 26, 2008

Working On SQL Admin Hacks, Tips and Tricks

›
I haven't posted for a while because I have been working on SQL Admin Hacks, Tips and Tricks lately. it is still a work in progress but...
Tuesday, June 10, 2008

SQL Server 2008 Release Candidate 0 Available To The General Public For Download

›
SQL Server 2008 Release Candidate 0 has been made available to the general public. There are 2 versions (and 3 flavors of each) ISO or DVD D...
Friday, June 06, 2008

Puzzle: Friday the Thirteenths

›
There is a puzzle on LessThanDot The goal is to identify all friday the thirteenths for a given timeframe. We'll use a relatively small ...
Sunday, June 01, 2008

Less Than Dot A New community Site Has Been Launched

›
Myself and a bunch of friends have been working on Less Than Dot for a while now. The site has a forum , blogs and a wiki . More info why w...
1 comment:
Tuesday, May 27, 2008

SQL Teaser uniqueidentifier

›
Create this table CREATE TABLE #bla (SomeVal uniqueidentifier) INSERT #bla VALUES ( 'D903D52D-DBFA-4904-9D95-F265152A391F' ) what ...
1 comment:

Interview With Erland Sommarskog About SQL Server and Transact SQL

›
I have interviewed Erland Sommarskog, you can find that interview here: Interview With Erland Sommarskog About SQL Server and Transact SQL E...
Friday, May 23, 2008

Interview With Craig Freedman About Indexing, Query Plans And Performance

›
I interviewed Craig Freedman about Indexing, Query Plans And Performance and more. You can find that interview here: Interview With Craig Fr...
Wednesday, May 21, 2008

I have a question for you on DB development blunders!

›
Last week Kalen Delaney wrote Did You Know? I have a question for you on DBA Blunders! I though the comments were very interesting, S we di...
Monday, May 19, 2008

Spring Cleaning, Getting Rid Of Some Books

›
I did some spring cleaning yesterday, I got rid of some old or obsolete books. I asked some people at work if they want any of these books a...
Thursday, May 08, 2008

SSMS Tools PACK 1.0 is now available

›
Mladen Prajdić just released SSMS Tools PACK 1.0 . SSMS Tools PACK is an Add-In (Add-On) for Microsoft SQL Server Management Studio and Micr...

How to log when a function is called?

›
This question came up today and here is one way of doing it. It requires running xp_cmdshell so this is probably not such a good idea. The ...

SQL Teaser: @@ROWCOUNT

›
Without running this what do you think will be printed? SET ROWCOUNT 0 DECLARE @ int SET @ = 6 IF @@ROWCOUNT = 1 PRINT 'yes' E...
Wednesday, May 07, 2008

Should SQLServer Have The CREATE [OR REPLACE] PROCEDURE Syntax?

›
I was asked by a developer at work the other day why SQL Server does not have the create or replace syntax. I started thinking and there wer...
3 comments:
Tuesday, May 06, 2008

What Would You Like To Ask Erland Sommarskog?

›
In the Who do you want to see interviewed next? (sqlblog) and Who do you want to see interviewed next? (here) blog post I asked for some nam...
1 comment:

What Would You Like To Ask Craig Freedman?

›
In the Who do you want to see interviewed next? (sqlblog) and Who do you want to see interviewed next? (here) blog post I asked for some nam...
‹
›
Home
View web version
Powered by Blogger.