Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 4101(0.072 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.4
let's assume i have many tables in my database, tables A thru z. is it possible to write a stored procedure that takes a tablename as a parameter? I want to be able to delete data from tables that ...
Zones: MS SQL ServerDate Answered: 06/05/1999 Views: 0
This is the situation: On SQL Server 6.5 (on a remote machine in the network) is stored a database with tables and stored procedures. Locally (on my Win 98 machine) I have installed SQL Serve...
Zones: MS SQL ServerDate Answered: 02/08/2000 Views: 0
How can I read and parse an external tab/comma delimeted file from a stored procedure?    My goal is to parse the text file and either pass the rows to a database or write an exception for that ro...
Zones: MS SQL ServerDate Answered: 04/26/2000 Views: 0
We use Microsoft Aceess to deal with user daily data and prepare it and use remote Oracle stored process to insert the sale data to Oracle table in the remote Oracle server with version 7.3.2 runni...
Zones: OracleDate Answered: 09/08/2000 Views: 0
How do i call a stored procedure on another servers database from my servers database. How do i use the remote stored procedure call to do this. Examples would be very helpful.
Zones: MS SQL ServerDate Answered: 08/01/2003 Views: 0
I'm using MSSQL 7.0. thinking of writing a stored procedure which receive an input as parameter & output the parameter rite after it does some encryption process inside. later, this stored procedur...
Zones: MS SQL ServerDate Answered: 09/02/2001 Views: 0
hi i want to order the record dynamically..want to pass the order by string at runtime to the SP. tried with the code below.. it doesn't work.. select clentname,add1 from client order by ' +...
Zones: MS SQL ServerDate Answered: 06/13/2002 Views: 0
Hi,     May i know is there any method we can lock the stored procedure, even for the DBA (system administrator), where just the programmer can view the stored procedure only... thnx, sityee
Zones: MS SQL ServerDate Answered: 12/30/2002 Views: 23
I'm trying without success to return the results of a SELECT statement from a store procedure. I was told that  need to return a Cursor, is it correct? if it is, what is the correct syntax to accom...
Zones: OracleDate Answered: 09/11/2002 Views: 0
Where can i find examples of stored procedures. I havent been able to download this manual sg245485.pdf
Zones: DB2Date Answered: 08/17/2004 Views: 0