Viewing 4 posts - 1 through 4 (of 4 total)
i am begginer and knowlede of cross apply , if it can be done by cte it is more helpfuly for me to understand and modify as per...
July 5, 2012 at 12:00 pm
#1509277
CREATE TABLE TBL_INTRATE
( SCHEMEID NUMERIC(10),...
July 5, 2012 at 11:54 am
#1509274
thanks to all , now i do it my way can you please help to shorten this code
declare@STRvarchar(20)= '[p]a]a]s]s][p'
declare@posint
select@pos= charindex('[', @STR)
while@pos<> 0
begin
select
May 15, 2012 at 9:05 pm
#1488146
i sql server 2005 ....on server machine
sql server 2008 on client machine...
September 12, 2011 at 4:17 am
#1379864