Forum Replies Created

Viewing 15 posts - 106 through 120 (of 275 total)

  • RE: Problem withFlat File result columns

    let me check it out is it possible for u to send me the snapshot of ur connections ...and did u check the stored proc by running it in...

  • RE: Problem withFlat File result columns

    Hi chinni..

    Could you just send me that sproc or give me some or details so...

  • RE: t-sql help lpease

    Hello mary i have checked with your code evrythng works good .....

    as chris sais u need to have an end if u have an begin ,....

    i added end to ur...

  • RE: Regd Query

    YES YOU WERE RIGHT I HAVENT POPULATED THE TABLE...GOT IT THKZ STEVE...

  • RE: Regd Query

    STEVE ---IS N HERE THE CHARACTER COUNT IN THAT STRING--

    SELECT SUBSTRING(@Parameter,N+1,CHARINDEX(',',@Parameter,N+1)-N-1)

    FROM @TALLY

  • RE: Regd Query

    I HAVENT GOT ANY ERROR BUT IAM NOT GETTING ANY OUTPUT IT JUST SHOWS NULL NOTHING AND WHEN I RUN COUNT(*) I GOT AS 0

  • RE: Regd Query

    but when i executed this query in my DB i am not getting any output

    --===== Simulate a passed parameter

    DECLARE @Parameter VARCHAR(8000)

    SET @Parameter = 'Element01,Element02,Element03,Element04,Element05'

    --===== Create a...

  • RE: Regd Query

    Does this tally only applies for 2005 or can i make use of this in 2000 also ...PLz let meknow

  • RE: Regd Query

    Yeah i went through it ..i have a ques does it work if i rename it as some other table name instead of dbo.tally ...is thats just the logic or...

  • RE: Regd Query

    Srry i thought they it would be varchar(100) but it is varchar(4000) tats my source code datatype

    Column name-- code varchar(4000) from table 1

    so i am getting all the codes...

  • RE: Regd Query

    As i am using the sql server 2000 i cant set to max ...and the datatype of the column i am using is varchar(20) ....

  • RE: Regd Query

    HI Munson ...My Comma Splitter it is working i have already used it ..But now the results i am getting are some Codes like A435,b434,4kjf for each row...

  • RE: Regd Query

    what exactly i need is to insert a value from a llocal variable into a temp table for each and evry record using Cursor can i know how can i...

  • RE: Regd Cursor

    ok what exactly i need is

    i have acolumn with data with comma separated in the same column so now i need to remove the comma and iinsert...

  • RE: very urgent plzzzz

    i have an issue here what if i have abc,hq,abchq as one type as i got

    abc,hq ---when i wrote a function for this then i got as

    abc -1...

Viewing 15 posts - 106 through 120 (of 275 total)