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 312(0 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!

7.6
Background: I am converting a huge DBase db into SQL.  What I have done is extracted data from DBase into non-delimited files and BCPed the data into a SQL db - HMS(Note that this db has the same t...
Zones: MS SQL ServerDate Answered: 07/23/1998 Views: 0
I am attempting to use the BCP command line utility with a database I have inherited.  My problem is that it does not like the hyphen in the name of the database.  I know ho wto rename, but what I ...
Zones: MS SQL ServerDate Answered: 06/15/2000 Views: 0
Is it possible in SYBASE, to insert multiple records with a single command. (For certain reasons, we do not want to do a BCP. ) The scenario is, I have a flat file. I have a PERL job which is ...
Zones: SybaseDate Answered: 08/10/2000 Views: 0
Tags: bcp
i'm trying to save a table to a csv file using a stored procedure. can anybody help me out? CREATE PROCEDURE dbo.sp_bcp AS     BEGIN       declare @workstring      varchar(255)       select...
Zones: SybaseDate Answered: 09/26/2000 Views: 0
Tags: bcp
When i transfer record from a particular table to a text file through bcp utility,It will transfer complete length of field.e.g if field length is 25 it will transfer all 25 characters of each colu...
Zones: MS SQL ServerDate Answered: 10/12/2000 Views: 0
I know it is possible to sort the data when using bcp. Can someone provide me with an example. Thanks, Dipali
Zones: MS SQL ServerDate Answered: 08/29/2003 Views: 0
It's been really bothering. I have to generate an interface file from my system. This will have @@HDRxxxx as the first row, then some detail rows, then @@TLRxxxx as the last row. I have a table int...
Zones: MS SQL ServerDate Answered: 03/23/2004 Views: 0
I am almost out of hair at this point.  I have a relatively simple table structure: CREATE TABLE [dbo].[DNS_Requests] (       [Ticket] [smallint] NOT NULL , [User_ID] [smallint] NOT NULL , [IP] [var...
Zones: MS SQL ServerDate Answered: 05/27/2004 Views: 9
Hi all I want to use BCP to import a csv file into a sql table so I have a database called user a table called temp a csv file called c:\temp.csv - first line is the field names so I ne...
Zones: ASPDate Answered: 05/07/2005 Views: 0