Viewing 8 posts - 16 through 23 (of 23 total)
yep!
it worked
EXEC() has not got any limits.
try to have all the where condition in EXEC() then you will not have any prob with size.
thanks a lot!
May 11, 2011 at 8:05 am
in that case it should have threw error when i select few data in the parameters but it is working fine if i select few data
May 11, 2011 at 6:40 am
not in terms of tables, i need max size of dynamic query i can write.
like varchar(8000 ) can't i write more then this size?
May 11, 2011 at 6:33 am
i tried even that.
Altered query
DECLARE @SelectedEntity as int
DECLARE @Region AS nvarchar(4000)
DECLARE @Country AS nvarchar(4000)
set @Region='A4037F-1067-DF11-84EF-0017A4776866'
set @Country='577A9867-1967-DF11-84EF-0017A4776866,577A9867-1967-DF11-84EF-0017A4776866'
SET @SelectedEntity =1
DECLARE @SQLFields1 AS varchar(8000)
DECLARE @SQLFilter1 AS varchar(8000)
set @SQLFields1='
select
Mu.om_muname as Region ,
cu.om_countryidname as...
April 4, 2011 at 11:46 pm
great!
it helped me thank you .....
March 28, 2011 at 2:47 am
Koen,
got it:cool:
Thanks for the great support!
March 15, 2011 at 2:23 am
koen,thanks it was a great help!
but i am bit confused now like which file class i need to use in script component is it FILEGET or FILEGETOBJECT.
March 15, 2011 at 2:07 am
Viewing 8 posts - 16 through 23 (of 23 total)