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 598(0.001 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.2
Hello, im using the jobs with 3 steps. Now i have to check if the database not empty at the begin of the job. If the db empty, the job must be stop, if not empty, the next step must be execute. ...
Zones: MS SQL ServerDate Answered: 07/17/2000 Views: 0
I have a TSQL which I am connecting to an Access database using an ODBC connection. But every time I run the program it comes up with a username and password prompt for the database. How can I stop...
Zones: Delphi ProgrammingDate Answered: 03/21/2001 Views: 0
We have dozens of servers here with many jobs running nightly.  We are running into problems though of jobs getting too long and running into each other slowing down the next job, etc... Is it p...
Zones: MS SQL ServerDate Answered: 08/31/2001 Views: 0
AccessID   Desc                     1        AccessType1 2          AccessType2                         3        AccessType3                         ….        …                               ...
Zones: MS SQL ServerDate Answered: 07/17/2002 Views: 0
I have a table (A) that contains a primary key (autonumber) plus lots of other fields.  I have other tables (B and C) that have foreign keys linking to tableA. What I need to do is duplicate a r...
Zones: MS SQL ServerDate Answered: 11/04/2002 Views: 0
I'm trying determine a database's recovery model with TSQL, for scripting purposes.  All I can find is a DMO property.  Any ideas? Thanks, Garrett
Zones: MS SQL ServerDate Answered: 10/22/2003 Views: 0
i need to do this: select substring(project_name,1,255) as "Project Name", substring(description,1,255) as "Description" from projtable this doesnt work, what's the correct syntax? basi...
Zones: SybaseDate Answered: 01/30/2004 Views: 0
Hi, I need to write some TSQL that will return to me the total number of Mondays, tuesdays, wednesdays, thursdays, fridays, saturdays and sundays in a given date period.  It needs to be as effic...
Zones: MS SQL ServerDate Answered: 04/08/2004 Views: 13
How can I convert this MS Access query to TSQL in SQL Server 2000 SELECT [ProgramID], SUM(IIf([XCutName]='Secretary Reimb',[XCutBudget],0)) AS ['Secretary Reimb Oblig'], SUM(IIf([XCutName]='Secr...
Zones: MS SQL ServerDate Answered: 04/11/2004 Views: 0
TableOne                    LineName                     ProductType      ENDING_Inv_Date          Qty Crosby Line 1      AAA type                      01/01/2004          50 Crosby Line 1      AAA type                      02/01/2004          70 Cro...
Zones: MS SQL ServerDate Answered: 07/04/2004 Views: 0