GL SOFT INDIA
Fusion of Web, Mobile & Desktop Applications.
Wednesday, February 4, 2009
Javascript - Compare two Dates
›
Javascript - Compare two Dates function CompareDates() { var txtEffDt = document.getElementById("txtEffectiveDt").valu...
Tuesday, February 3, 2009
Javascript - Convert Number to words
›
Javascript - Convert Number to words link the script into the head of your page using the following code: The final step is to cal...
Convert an Integer/Number into words
›
SET NOCOUNT ON ============================================= Description: Converts an integer into words , viz., -- master.dbo.fnSpellInteg...
1 comment:
Tuesday, January 27, 2009
How to increase the size of a database (Enterprise Manager)
›
How to increase the size of a database (Enterprise Manager) To increase the size of a database Expand a server group, and then expand a serv...
1 comment:
How to Get Available space on Database
›
How to Get Available space on Database using a Dynamic Query:- EXEC(N'USE ' + @dbname + N' select [FILE_SIZE_MB] = c...
Friday, January 16, 2009
Minus Keyword in SQL Server 2000
›
Minus Keyword in SQL Server 2000 Oracle supports "Minus" Keyword, but today suddenly when i tried to execute same in SQL Server i...
Tuesday, January 13, 2009
Create A Comma Delimited List From a Column
›
Create A Comma Delimited List From a Column Create Sample Data for Both Solutions -- Suppress data loading messages SET NOCOUNT ON -- Crea...
‹
›
Home
View web version