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 581(0.005 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!

8.6
How do I add a BIT type column to a table? Alter table doesn't allow it? help!;) This is a second login as I've forgotten my password and my old email address isn't valid anymore. but I will end...
Zones: MS SQL ServerDate Answered: 03/09/2002 Views: 8
When you use IE5 and visit a web site that is down, for example, IE5 will display a page entitled "Cannot find server" and go on to say that the page cannot be displayed. This page is a system p...
Zones: Web BrowsersDate Answered: 01/11/2000 Views: 0
Is there anyway to alter a fields field size and format using vb code?  I'm currently importing in an Oracle table into MS Access 2000.  When I import the table I want to alter some of the fields f...
Zones: MS AccessDate Answered: 12/12/2003 Views: 0
Dear All,           I want change the FIELD Size in Ms Acces table through VB program with DAO. I use the follwing statement its working fine. If the field name having space (like  Example Emp Nam...
Zones: DatabasesDate Answered: 02/18/2003 Views: 0
I want to alter an access 97 table using SQL. I need to modify the properties of a field to remove the 'required' property , or allow null values to be entered. I have tried ALTER TABLE X DROP CON...
Zones: MS AccessDate Answered: 12/17/2003 Views: 14
This has to be something very simple. I wrote this script to drop certain columns from tables instead of manually doing it one at a time. Server: Msg 170, Level 15, State 1, Line 22 Line 22:...
Zones: MS SQL ServerDate Answered: 08/24/2004 Views: 0
Are there any apps out there that greatly ease the pain of altering column data types, column names, primary keys, etc. in tables? We find ourselves having to drop and recreate tables all of the ti...
Zones: DB2Date Answered: 02/24/2005 Views: 0
1. I need to replace contents in the column [TransactionAmount] for all records in a table to (TransactionAmount*100) because these values were/are imported from a txt file via DTS. Ex: Currently ...
Zones: MS SQL ServerDate Answered: 06/13/2005 Views: 0
I want to use my ASP pages to rename the columns in newly inserted tables in my SQL Server 2000 DB. I looked it up and the syntax seems to be: ALTER TABLE tblName RENAME COLUMN ColumnOldName TO ...
Zones: MS SQL ServerDate Answered: 08/31/2005 Views: 0
Probs an easy one for you experts, how can i make each <tr> a different colour, i.e red-white-red-white..... ? This is my output table from a cf query.... <table border ="3">       <cfou...
Zones: HTMLDate Answered: 12/05/2005 Views: 0