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!

Recent content by 13415

  1. 13415

    Run a stored procedure once a unix script complete on unix server

    Hi We are running SQL server 7.0 on windows NT server. We want to automate the run of a stored procedure once a unix script completes on unix server. Please help in this. Thanks
  2. 13415

    Start A Unix Script after stored procedure run is complete

    We are running SQL server 7.0 on windows NT Server. We need to automate the run of a unix script on a unix server as soon as the run of stored procedure completes. Please let me know the best possible way to schedule this , because we can't use Cron in this case. Thanks
  3. 13415

    Permanently Caching stored procedures execution plan in memory

    Thanks for responding. By permanently caching we can expect performance gain. execution plan will not be generated. it will save time. thanks
  4. 13415

    Permanently Caching stored procedures execution plan in memory

    Hello We have a weekely batch job which transfer date from SQL server 7.0 to Oracle datbase. This consist of 15 stored procdedures and one master procedure which calls each procedure one-by-one. We want to pin the execution plan of all these stored procedure to into SQL server memory , so...
  5. 13415

    How can we use stored procedure inside DTS

    I am using linked server to transfer data from SQL server to Oracle database. Transfer is really slow. I want to shift to DTS , how can we use stored procedure inside DTS. Can be put data from a temporary table inside the procedure to oracle tables using DTS
  6. 13415

    LINKED SERVER PERFORMANCE FOR ORACLE DATABASE

    I AM USING LINKED SERVER TO POPULATE ORACLE DATABASE FROM SQL SERVER 7.0. INSERT IS TAKING MUCH MORE TIME THAN NORMAL ORACLE INSERT PLEASE LET ME KNOW , HOW CAN I IMPROVE THE PERFORMANCE OF LINKED SERVER. THANKS
  7. 13415

    Linked server Perfomance for Oracle Database

    Hi We are usuing linked server in SQL server 7.0 to populate Oracle database. It is taking very high time as compared to directly loading data in oracle tables using flat files. SQL server and Oracle database are both on same Switch. How can be be improve the performance of linked server ...
  8. 13415

    Error Handling In SQL server 7.0

    Thanks a lot , but this article don't discuss how to handle unknown errors inside a stored procedure. The first article mainly discuss how to customize error messages. second article deal with error handling from client. I want to know something wich i can use in all error condition.
  9. 13415

    Error Handling In SQL server 7.0

    Hi How ,we will handle all unknown error which may come at run-time in SQL server stored procedure. We can't use SET_XACT_ABORT ON option. Because it will not allow to capture the error message. What is the best way to for error handling in SQL server 7.0 stored procedure running s a batch...
  10. 13415

    [bHow to assign the Error Messages to a variable ( Urgent Help needed)

    I want to asssign the error messages generate inside the stored proedure to a local variable. Please suggest some way. Here is an example SELECT * FROM ThisObjectDoesNotExist Server: Msg 208, Level 16, State 1, Line 1 Invalid object name 'ThisObjectDoesNotExist'. SQL server will show this...
  11. 13415

    Send E-mail to a list of person attaching a text file

    [b] I want to send an E-mail after the success or Failure of my Batch job ( Stored Procedure) which should have a text file attachment. How it can be done? Please help.
  12. 13415

    How to create log of error generated

    I want to generate a text file (or insert into a table) of all errors generated inside my stored procedure. This is urgent, please help.
  13. 13415

    How to trap error messages in a local variable in SQL server7.0

    I want to assign the error messages generated inside a stored procedure to a local variable . How it can be done? I am using SQL server 7.0 Again what is the best way to handle the unknown errors?
  14. 13415

    distributed Tansaction To Oracle Server

    hi I am using linked server for populating oracle tables from SQL Server 7.0. But i am unable to manage the transactions. Even the procedure gives runtime error it partiaaly commit data. My requremnet is that if SQL server stored procedure gives run time error it should not commit any data...
  15. 13415

    Text file creation in SQL server 7.0

    Hi I need to create text file in SQL server 7.0. My requirment is to select data from two or three tables then concatenate some of the fields with each other and with some constant and the create a text file. When i am using DTS it is only giving query option to run. What are other means to...

Part and Inventory Search

Back
Top