Friday, October 15, 2004 - Posts

.Net Developer Required

A position for a .NET developer is open on my Team.

A candidate with at least 3 years experience in .Net is required (ASP.NET, VB.NET ...C#,SQL Server will be an added advantage).  Position is based in Mumbai in one of the biggest IT consulting firms in the world.

If you are you interested ... rush in your resumes to me.

 

SQL !!!

Thanks to Lou Schilling for pointing me back to why I originally started blogging on SQL Junkies. I started with the intention of talking about SQL and sharing whatever little knowledge I had, but somewhere down the line I deviated and started blogging about whatever I found interesting. I agree, that this one of the best sites for SQL related stuff , we should keep our personal rants to a minimum.

Ok!! Back to talking about SQL ...

One of the latest discoveries I have made (at least it was a discovery for me ...) is


CREATE DEFAULT

and

sp_bindefault


As for me, I find them identical in purpose to the User-defined data types ...

However .. this is what worries me ....

Defaults, a backward compatibility feature, perform some of the same functions as default definitions created using the DEFAULT keyword of ALTER or CREATE TABLE statements.

Is this still there in SQL Server 2005 or not ???

Watch out for an article on the same topic on SQL Junkies soon !!!