Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: update oracle from sql server

    iF YOU WANT TO UDATE THE FIELDS IN THE ORACLE TABLE WITH THE VALUES FROM THE SQL SERVER TABLES THEN YOU CAN TRY DOING IT THROUGH LINKED SERVERS IN SQLSERVER...

  • RE: Transaction/sec performance counter

    Hi,

    In the sysperfinfo table there is a value  Transactions/sec in the column counter_type. So you would need to probably check the cntr_value corresponding to this row. you would need to...

  • RE: Stored Procedure Question

    HI ZOUL,

    THE @@IDENTITY WOULD PROBABLY NOT WORK WITH SELECT. ITS WORKS WITH INSERT, SELECT INTO AND BULK COPY STATEMENTS.

     

    TRY USING "IF EXISTS" TO CHECK WHETHER THE RECORD IS THERE OR...

  • RE: Removing Identy using T-SQL

    Hi Jonathan

    you were right. I cannot remove the identity. I need to drop and recreate the table without the identity.

    Thanks

  • RE: Removing Identy using T-SQL

    Thanks Jonathan,

    But i removed the identity using ALTER TABLE ALTER COLUMS statement, by redifining the column without the identity

    Cheers

    Vikram:-)

Viewing 5 posts - 1 through 5 (of 5 total)