Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. liontiger

    sequences

    How to use sequences in sql-server as we do in oracle
  2. liontiger

    output option

    Hi Can anyone please tell me ,what is the alternative statement ,For the particular statement used in Oracle 'set serveroutput off'. The idea is if there is number of print statements being used in procedures, then the messages should not be displayed when the procedure is executed...
  3. liontiger

    Using Text datatype in sql-server

    Suppose I declare a variable with varchar(6000) In my table i have a field with the datatype as text. If I try to insert the value of the variable into that variable either directly or using convert the value for the string gets truncated. Is there any way to resolve this. Thanks in advance
  4. liontiger

    Exception Handling in Sql-Server

    The exception handling in oracle is different from the way it is done in sql-server. If we need to trap errors in sql - server we use @@error, The problem with this method is that after each statement we have to explictly mention the condition. In oracle at the end of the pl/sql block we use...

Part and Inventory Search

Back
Top