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 53(0.007 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.4
I have an Access Database that has 2 linked tables from a Teradata Database Datasource:        Name: SDW        Description: Data Source for SDW IP Address:       12.44.53.283 (sedwp3-8.ddc....
Zones: MS AccessDate Answered: 09/01/2004 Views: 0
how do i change this teradata code to work in sql 2000 ( trim(consult.first_nm) ) || ' ' || ( trim(coalesce(consult.middle_intl,' ')) ) || ' ' || ( trim(consult.last_nm) ),
Zones: DatabasesDate Answered: 05/23/2005 Views: 0
Hi, I need to export data from Sql Server 2005 to Teradata. Could anyone provide me the steps for doing the same. Thanks in advance. Arun
Zones: MS SQL DTS, SQL Server 2005, TeradataDate Answered: 09/17/2008 Views: 0
I have a table that I want to append the records to a table on a SQL server.  NCR Teradata (Standard ANSI SQL) This is a ACCESS Date field to SQL table Date field(Format 'yyyymmdd').  Using an a...
Zones: MS AccessDate Answered: 01/05/2002 Views: 0
Hello, Howto speedup the connection between a msaccess client app. and NCR-teradata table. I use ODBC for linking. Because the table i use is different everytime, I can't use a static link. ...
Zones: MS AccessDate Answered: 09/19/2002 Views: 4
I have a table with the following rows Custnm   InternalId   parent Other-cloumns abc      01           p1   abc      02           p2 xyz      03           p1 I need the output giving all...
Zones: MS SQL ServerDate Answered: 07/04/2004 Views: 0
I have a teradata ODBC connection. I need to change the password for this every 30 days, so I wanted to create a job on my MS-SQL server that could fire a SP on the teradata server to update my pas...
Zones: DatabasesDate Answered: 02/07/2006 Views: 33
I am having trouble getting the top 10 rows in Teradata.   This is been complicated by a couple things: 1. I don't have permissions to create a temporary table. 2. I am using a group by funct...
Zones: DatabasesDate Answered: 06/23/2006 Views: 252
Does anyone know a way to filter out non-numeric characters in a char field? I am looking for something like the following that works with Teradata: Select * from table where IsNumeric(field1)...
Zones: DatabasesDate Answered: 11/13/2006 Views: 26
I have to match phone numbers from my table to data in the table below: sales_contact The phone number is in two seperate fields tho - prim_bus_ph_area_cd = area code prim_bus_ph_nbr = 7 digi...
Zones: Databases, SQL Syntax, PL / SQLDate Answered: 01/10/2008 Views: 36