Archive for the ‘UNSOLVED’ Category
  • SQL WEIRD PROCEDURE

    Posted by Aashis on April 14th, 2011 at 5:13 pm
    I created an procedure which dynamically identifies table and insert the required values into the corresponding fields. Procedure goes like... ALTER PROCEDURE [dbo].[proc_formInsert] @mode varchar(1), @tableName nvarchar(50), @fields nvarchar(MAX), @strParam NVARCHAR(MAX), @delimit nvarchar(2), @formName nvarchar(20), @formTab nvarchar(5) AS DECLARE @SQL VARCHAR(MAX) IF @mode = 'I' BEGIN --SELECT @sql ='if OBJECTPROPERTY(object_id(''' + @tableName +'''), ''TableHasIdenti...
    Read More
Upcoming Events
There are no upcoming events at this time.
Calendar
June 2013
M T W T F S S
« Nov    
 12
3456789
10111213141516
17181920212223
24252627282930