Forum Replies Created

Viewing 15 posts - 511 through 525 (of 544 total)

  • RE: incrementing date time

    i have a date column in an excel sheet...i need to take the value of the very first row of this column and i have to start incrementing the dat...

    Thanks,
    Charmer

  • RE: Downloading a file

    I don't have any ideas about tha...

    i just wanna know whether it is possible to download a file through SSIS package...?

    if we can...i wanna see an example then...

    can you help...

    Thanks,
    Charmer

  • RE: Downloading a file

    Hi,

    I'm not understanding the way...

    how can i create a connection over HTTP....what is the connection manager that i should use?

    Thanks,
    Charmer

  • RE: find output using IN clause

    yeh my friends... i understand it now....i was not clear with his requirements...:-D

    sorry about that

    Thanks,
    Charmer

  • RE: how actually this query executes?

    yeh random manner...but not deleting 9 rows always for all the execution....it differs...i don't know how it deletes...sometimes i get 7 rows deleted, sometimes it is 8 and sometimes it...

    Thanks,
    Charmer

  • RE: find output using IN clause

    yeh...he needs only india and iran...why should we go for other countries..?

    Thanks,
    Charmer

  • RE: how actually this query executes?

    so it deletes based on newid()..?

    Thanks,
    Charmer

  • RE: how actually this query executes?

    ok..i understand the select query..but what is that delete statement?

    DELETE t

    OUTPUT DELETED.*

    im not aware of this type of declaration...what actually it is?

    Thanks,
    Charmer

  • RE: find output using IN clause

    yes, Ratheesh is correct...

    may be you select wrong column...

    just use select name,region from bbc where name in ('india', 'iran')

    this is more enough to select the particular records of this region..

    if...

    Thanks,
    Charmer

  • RE: server time

    assume if im a client side..and im connectiong to server....i want to know the server date and time..? is it possible?

    Thanks,
    Charmer

  • RE: Decrementing the rows fro every insertion

    but when i rerun the stored procedure with different parameter values...once again it starts with 999,998....it should be like that...whats my mistake?

    Thanks,
    Charmer

  • RE: Decrementing the rows fro every insertion

    Ya thanks Buddy... i got fixed it...

    Thanks,
    Charmer

  • RE: Decrementing the rows fro every insertion

    sorry pal, i didn't understand that

    Thanks,
    Charmer

  • RE: Decrementing the rows fro every insertion

    CREATE PROCEDURE Sp_Coded (@TableName varchar(15), @ColumnName varchar(10), @CodeID int, @Number bigint, @MaxLength int) AS

    BEGIN

    DECLARE @MySql varchar(5000)

    SET @MySql = 'select 1501 as JurisID,' +...

    Thanks,
    Charmer

  • RE: Decrementing the rows fro every insertion

    DECLARE @JurisID int, @CodedID varchar(4), @CodeIDDescr varchar(60), @SrcCodeDescr varchar(60), @IsConverted int, @DecNumber bigint

    here i declare @DecNumber as a variable, how do i declare it as identity column or something?

    Thanks,
    Charmer

Viewing 15 posts - 511 through 525 (of 544 total)