GL SOFT INDIA
Fusion of Web, Mobile & Desktop Applications.
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...
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
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...
‹
›
Home
View web version