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: *

  • Users: 13415
  • Content: Threads
  • Order by date
  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

    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...
  4. 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
  5. 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
  6. 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 ...
  7. 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...
  8. 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...
  9. 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.
  10. 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.
  11. 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?
  12. 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...
  13. 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...
  14. 13415

    Data transfer as a batch job from sql server 7.0 To Oracle 8i database

    Hi I need the best way to transfer data from SQL server 7.0 to Oracle8i database. i am using SQL linked server but i want to try DTS of SQL 7.0. In what way it is differnt than linked server. will it improve performance? can i get some really good document on DTS giving examples of data...
  15. 13415

    Log Creation inside stored procedure

    I want to create a log in text format inside a stored procedure of sql seve 7.0 for database acivities, like procedure stared at 12:30 Am 2000 rows inserted procedure completed at 13:30 please advise me. thanks

Part and Inventory Search

Back
Top