Blogs about: Sql Functions
Featured Blog
SQL Functions Examples
SQL Functions Examples ALTER function CalculateBPL( @TradingAccount varchar(15), @SellPrice Decimal(24,6), @BuyPrice Decimal(24,6), @BuySellQty int)Returns Decimal(… more »
silverline
Finding Carriage Returns & Line breaks in SQL Strings/Text
mrhayler wrote 1 month ago: A short one today. If you need to find the first carriage return in a field (char/varchar/nchar/nvar … more »
Sql Server, GetDate and Linq to Sql.
— 4 comments
peteohanlon wrote 6 months ago: OK, you’ve put a default value of GETDATE() on a column in your database and you’re inse … more »
SQL Functions Examples
venkat wrote 7 months ago: SQL Functions Examples ALTER function CalculateBPL( @TradingAccount varchar(15), … more »
SQL Functions Most Used
venkat wrote 7 months ago: SQL Functions * With(NOLOCK):: Using NOLOCK politely asks SQL Server to ignore locks and read direct … more »
