Forum Replies Created

Viewing 15 posts - 331 through 345 (of 348 total)

  • RE: Connection read error

    Hi Robert,

    I am using MS-SQL Server 2000 installed SP4 and using TCP/IP for connectivity. Still i did not get the solution why this problem occures.

     

    from

    killer

     

  • RE: Login

    Hi Shajan,

    If i understand u need to check the connection string of the appilcation and see what username u used to connect the sql server database or check the dsn...

  • RE: Copying 3 Million Rows

    Hi Arun,

    Is ur source server is in local location then the fastest way is create the table using linked server.

    Or u can use BCP Utility to transfer the data. U can...

  • RE: RollBack Problem

    Thanx,

    I  already set the SET IMPLICIT_TRANSACTIONS ON but if we work on QA without using commit or rollback commands then how can we rollback the transaction.

    As per BOL we can...

  • RE: Updating number accuracy

    You can change the column scale to 2

    from

    killer

  • RE: Log problem

    Dear Sir,

    Thanx for ur reply. But i want help that how sql server uses the user defined log file.How sql server comes to know that now it has to use the second...

  • RE: RollBack Problem

    Thanx Andrew,

    I understand what u said , now i am facing another problem

    i used this code for rollback

    begin transaction tl

    delete from table

    commit transaction tl

    rollback transaction tl

    sql show message the...

  • RE: Querying multiple database

    Hi,

    Can u create linked server respective to ur databases.

     

    from

    killer

  • RE: RollBack Problem

    Hi,

    Ok, so we can't rollback the transaction.But can u explain the machenism how rollback work. As i gone though BOL but did not find much information.

    But by tlog information in...

  • RE: My Favorite SSCer

    u r right Kelley,

    Microsoft will refuse to support for that.But somewhere sufian's solution strikes in my mind.

    Kelley personally is that right sufian tried to show as i am not much experinced...

  • RE: My Favorite SSCer

    No we should not go again.

    But we should stop using unfair language on the forum.

    We should support others by knowledge but not by unfair langauage.

     

    from

    killer

     

     

  • RE: information regarding sql log usage in sql server

    thanx  Gila for ur information

    from

    killer

  • RE: RollBack Problem

    Hi,

    Thanx Mr Chandra for ur reply

    But i think i had mentioned that i dont have any transaction savepoint , not even transaction name

    so i think this is enough to...

  • RE: My Favorite SSCer

    Hi sushila,

    I think u all should not comment to anyone like this. As this is a professional site and we all are professional.

    Secondly Sushila as u are pointing to someone and...

  • RE: copy from multiple files simultaneously

    do u know how many server are there and path of the file then

     yes then u can use xp_cmd shell to copy file from all the server.

    hope it helps u

    from

    killer

     

Viewing 15 posts - 331 through 345 (of 348 total)