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 55976(0.444 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.8
If have a field in a table, say it is named tbl_test.  This tbl_test has a field latest_Update which is a date. I want to do an if statement in another sql query something like this. Meaning tha...
Zones: MS SQL Server, SQL Server 2005Date Answered: 02/05/2008 Views: 5
I have a table with 3 fields that are key's  (say a, b and c) I have another table (table2) where I have the same keys, but it contains only a subsete of the fields. what I want to do i s to up...
Zones: MS SQL Server, DatabasesDate Answered: 02/14/2008 Views: 4
I would like to change db owner on a DB that i restored. I ran the following and it doesn't work.. Any ideas? Owner is currently called odbc and i would like to replace it with dbo EXEC sp_ch...
Zones: MS SQL Server, DatabasesDate Answered: 04/07/2008 Views: 15
Hi folks, I have a database table named tblsales. I want to create a stored procedure that will take two input parameters.These are @Year and @week. When I enter these two parameters then stored...
Zones: MS SQL ServerDate Answered: 04/10/2008 Views: 4
How do I get a secondary COUNT in an SQL query? I have a table called ITEMS as shown below. I have an SQL query with a GROUP BY giving me a report, but I need more detail in the report. What SQL...
Zones: SQL SyntaxDate Answered: 05/31/2008 Views: 0
How do I write an SQL-query that generates these results: OrderID   UserID      UserName --------- ----------- -------------- 010101    ASMITH      Anthony Smith 010200    (null)      (null) from ...
Zones: DatabasesDate Answered: 08/06/1997 Views: 0
Hi Guys, Inside a PL/SQL procedure I am doing lot (couple od millions)of inserts. Is there a way to speed up this inserts??. Here is the sample PL/SQL block ...procedure declare cursor (some quer...
Zones: OracleDate Answered: 02/12/1998 Views: 0
How to connect VB5 with SQL server 6.5 and proceed with the process without aNY PROBS?If any of u could explain clearly. It is urgent please.
Zones: DatabasesDate Answered: 05/01/1998 Views: 0
I would like to set up a web site, which is very similiar to discussion groups. in a given moment, there could be maximum 100 users connected to my server. When they login to the server or do some ...
Zones: MS SQL ServerDate Answered: 06/22/1998 Views: 0
Is there a system table in Microsoft SQL Server 6.5 which lists all the Reserved Words?  I am writing an app which will allow the user to define the column names of a view.  I want to check to make...
Zones: MS SQL ServerDate Answered: 06/12/1998 Views: 0