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 1152(0.015 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!

9.9
I have created a new stored procedure.  p_LogData I need to know a)how I can grant permissions to a particular user and b) grant permissions  to everyone to execute the stored procedure.
Zones: MS SQL Server, SQL Server 2005Date Answered: 04/22/2008 Views: 63
I am using T-SQL/ SQl Sever 2005 I have a stored procedure called p_log, this is called by other procedures. I need to know if there is a way to find all the stored procedures that call p_log.
Zones: SQL Server 2005, MS SQL Server, MySQL...Date Answered: 04/23/2008 Views: 0
I have a set statement in my stored procedure witten in t-sql I am pretty syre records are updated, but the message always displays 'Summary Records updated 0 So is this statement syntax corr...
Zones: MS SQL Server, MySQL Server, SQL S...Date Answered: 04/25/2008 Views: 4
I need to find all the objects that reference a particular table I tried this, but I get an error - Invalid object name 'Information_Schema.routines' select * from information_schema.routines...
Zones: MS SQL Server, SQL Server 2005Date Answered: 04/25/2008 Views: 0
T_SQL - I have a select statement which I set a variable to, if the select fails I need to default the value to a single value Then on the next statement I concat some text and the variable wh...
Zones: SQL Server 2005, MS SQL Server, MySQL...Date Answered: 05/15/2008 Views: 0
I have a stored procedure P1 which creates a temp table #tmpT1, this stored procedure P1 calls another stored proc P2, the insert in the temp table occurs in P2, when I do a select count on the tab...
Zones: SQL Server 2005, MS SQL ServerDate Answered: 05/05/2008 Views: 4
I would like to know, if there are could be any reason triggers could be set in Production but not in Qa for a given table. I just realized that while testing that certain tables in the database...
Zones: SQL Server 2005, MS SQL ServerDate Answered: 05/07/2008 Views: 0
Update statement in T-SQL I have a table TransactionTable which has six columns,  ID - this is the primary key, Region RegionValue Code Date Area I have another table Translation which...
Zones: SQL Server 2005, MS SQL ServerDate Answered: 05/06/2008 Views: 5
I have an sql statement where filters are appended base on the values passed in I have six filter values a s input, of which all are bit except thte last one as varchar which a has a default value...
Zones: SQL Server 2005, MS SQL ServerDate Answered: 05/15/2008 Views: 0
I have an T_SQL stored procedure I need to know is there any way, I can add some wait or sleep logic in T-SQL
Zones: MS SQL Server, SQL Server 2005Date Answered: 05/14/2008 Views: 10