Viewing 15 posts - 1 through 15 (of 23 total)
Hi Experts;
Good Thanks for all support
ChrisM : we don't have using any control to design this table.
Thanks
FAJ
August 17, 2012 at 8:20 am
Thanks for you replay , I am using the error_handling function and Begin Transaction
Error_Number, Error_Message, Error_Severity, Error_State, Error_Line,
Error_Procedure
I want to get the Error_columnname AND Error_value...
July 5, 2012 at 1:46 am
Hi;
Thanks for replay , but I want only column name come in Upper not for the entire result sent.
Hence I using the upper function all entire data come in upper...
March 22, 2012 at 6:33 am
Hi ;
Nice post , I later to see the post and any way good work.
Thanks;
Faijurrahuman.A
March 16, 2012 at 9:20 am
Hi;
Here i use the DelimitedSplit8K Function and splitting the string.
DECLARE @Tmp TABLE(TID INT,ITEM VARCHAR(MAX))
DECLARE @STR VARCHAR(MAX)
SET @STR='COL1=VAL1,COL2=VAL2,COL3=VAL3,COL4=VAL4,COL5=VAL5'
INSERT INTO @Tmp
select * from dbo.DelimitedSplit8K(@STR,'=')
SELECT...
February 25, 2012 at 11:04 pm
HI
Thanks for response
Here my column names are dynamically passed
Example
create proc test(@table_name varchar(max),@value varchar(max)
as
SET @sql='UPDATE '+@table_name+' SET '+@value +' WHERE CD='+convert(VARCHAR(50),@cd)
EXEC SP_EXECUTESQL @sql
Column names...
February 24, 2012 at 2:52 am
Hi;
could you please tell me another method T-SQL
Using T-SQL to solve this problem.
February 24, 2012 at 1:32 am
Dear All;
Thanks for all your valuable information ...
I am using Temp Table to sole my problems.
Thanks
Faijurrahuman.A
January 4, 2012 at 9:07 pm
Hi ;
in SQL Server 2005.
November 10, 2011 at 7:31 pm
Hi Diva;
Thanks for u r response ;
With regards;
A.Faijurrahuman
Programmer
Coimbatore
January 4, 2010 at 2:24 am
Hi;
It's is scalar function It's return only one row
November 6, 2009 at 5:23 am
Hai;
To Round the Number Like that 4.6 then '7' (or) 4.4 then '4'
November 5, 2009 at 5:21 am
Thanks for your quick response
But in case I have to solve the problem in Trigger ;
How can i Write the script;
Thanks &Advance;
A.Faijurrahuman17
October 30, 2009 at 7:31 am
Viewing 15 posts - 1 through 15 (of 23 total)