2 December 2011

Check String is Null or Empty in Sql Server


Check String is Null or Empty in Sql Server

  if LTRIM(RTRIM(@Condition))<>'' and (@Condition IS NOT NULL)
  begin
 
  end
  else
 
  begin
 
  end


No comments:

Post a Comment

Comments Welcome

Consistency level in Azure cosmos db

 Consistency level in Azure cosmos db Azure Cosmos DB offers five well-defined consistency levels to provide developers with the flexibility...