GL SOFT INDIA
Fusion of Web, Mobile & Desktop Applications.
Showing posts with label
function
.
Show all posts
Showing posts with label
function
.
Show all posts
Monday, June 15, 2009
SQL FUNCTION ExtractNumbers
›
SQL FUNCTION ExtractNumbers Create Function ExtractNumbers ( @str_passed varchar(max) ) Returns varchar(50) AS BEGIN declare @val varch...
Monday, February 9, 2009
Scalar User Defined Functions and Computed Columns
›
Scalar User Defined Functions and Computed Columns Came across an interesting SQL problem where a customer has a table with a primary key an...
Wednesday, February 4, 2009
Javascript - Compare two Dates
›
Javascript - Compare two Dates function CompareDates() { var txtEffDt = document.getElementById("txtEffectiveDt").valu...
Tuesday, February 3, 2009
Convert an Integer/Number into words
›
SET NOCOUNT ON ============================================= Description: Converts an integer into words , viz., -- master.dbo.fnSpellInteg...
1 comment:
›
Home
View web version