Thursday, October 19, 2006 - Posts

Some new version of a common browser has been released today

My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/Some new version of a common browser has been released today
The new RSS feed is here

Got to jump on the band wagon and tell the world what they already know.

IE7 has been RTM'd

www.microsoft.com/windows/ie

... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/Some new version of a common browser has been released today

CREATE or REPLACE feature request

My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/CREATE or REPLACE feature request
The new RSS feed is here

I remember back when I moved from Oracle to 6.5 I found the lack of a create or replace really annoying. Whenever I create new sps I always curse at not being able to do "create or replace myproc..." having to do "if exists (select 1 information_schema...)" or "if object_id(...) is not null" or "if not exists(select 1 from sys.objects..)" is really annoying, especially as there are so many different options.

... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/CREATE or REPLACE feature request