Viewing 15 posts - 46 through 60 (of 64 total)
No xp_cmdshell allowed in my circumstances.
Could you provide sample code(s) for other feasible and efficient ways.
Thanks.
November 7, 2009 at 4:41 pm
Guys, thank you for the efforts and I got the solution already.
Thanks again.:satisfied:
October 5, 2009 at 5:14 pm
You're back. Thank you.
create table dbo.dynamictab(CustID varchar(20),col1 int, col2 int, col3 int, col4 int)
insert into dbo.dynamictab values('aa',10,20,30,40)
insert into dbo.dynamictab values('aa',20,30,40,50)
insert into dbo.dynamictab values('aa',30,40,50,60)
insert into dbo.dynamictab values('bb',40,50,60,70)
declare @sql_1 nvarchar(max)
declare @sql_2 nvarchar(max)
declare...
October 4, 2009 at 8:18 am
Either 'huh' or 'hug', both have the same meaning to me. I got it. Thanks to ALL of you !:Whistling:
October 3, 2009 at 4:54 pm
Thank you for your patience, and I'm back .....
The following example has two sp_executesql(s) which I got the result of the first one passing to the second one. First...
October 3, 2009 at 7:44 am
Thank you anyway, but I am still here waiting to receive more response(s).....
October 2, 2009 at 8:27 pm
:Wow:Thank you.
I am greedy and I want both.
First for the project I am working and second for digging and learning more for the future.
Salute.
October 2, 2009 at 8:09 pm
First, THANK YOU a lot guys for the extreme support.
The code I quoted is just one tenth of the original program.
My purpose is very straight forward and the database I...
October 2, 2009 at 5:28 pm
Thank you for response again and I do understand.
If you do not mind, could you please show me how to do it IF using my "string1" instead of getting from...
October 2, 2009 at 2:41 pm
Thanks for the response.
But I got all "FirstName" string for the result instead of getting the real content of "FirstName" column.
October 2, 2009 at 2:27 pm
Thank you for the solution.
Is it possible to have an "UNPIVOT" alternate ?!
September 27, 2009 at 7:18 am
First thanks to all! I have the background of Java, C/C++, VB. The only concern is whether the two stars - VB.NET and C# can be both used...
April 2, 2009 at 7:42 pm
Any ideas where is the language of the "report" ? Thanks.
September 12, 2008 at 1:33 pm
Viewing 15 posts - 46 through 60 (of 64 total)