in

SQL Server Blogs

Voices from the UK SQL Server Community

Browse by Tags

  • Empty string and Default values

    Often newbies use empty string and consider it as NULL. But when an empty string is passed, it may not be stored as empty string or NULL. It actually depends on the datatype of the column Consider this example DECLARE @t TINYINT , @s SMALLINT , @i INT , @big BIGINT , @f FLOAT , @bit BIT , @sm SMALLMONEY...
    Posted to Madhivanan (Weblog) by Madhivanan on Tue, Sep 2 2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems