473,385 Members | 1,642 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Adding new records in bulk

I had a dataloss from a main table but had some backup records. I want
to cut&paste say line:

__33__|__01/04/99__|__165_|______KA__|__________WI___|__1251654__ ___

so that my table gets the record with out having to go field by field
and looks like this:

Zone | Request | ID | LocalName | ManagingOffice | LoanNum
__39__|__08/04/98__|__542_|______NC__|__________WI___|__1255454__ ___
__33__|__01/04/99__|__165_|______KA__|__________WI___|__1251654__ ___

But I keep getting this error message: "The field is too small to
accept the amount of dat you attempted to add. Try inserting or pasting
less data."

Any clues? I'm choosing the entire record highlighted for the copy. Is
there a way to write an SQL to dump the needed records from one table
to another? Both tables are formatted indentically.

Thanks!!!!!!

Jan 11 '06 #1
1 1528
Just *select* the empty record before you paste.
You can copy all your records at once that way.

Maybe delete the records you don't need from your backup, select all thats left, and paste it.
Work with a backup of your backup if you choose the last option...

Arno R

"Brian Campbell" <ca***************@yahoo.com> schreef in bericht news:11**********************@f14g2000cwb.googlegr oups.com...
I had a dataloss from a main table but had some backup records. I want
to cut&paste say line:

__33__|__01/04/99__|__165_|______KA__|__________WI___|__1251654__ ___

so that my table gets the record with out having to go field by field
and looks like this:

Zone | Request | ID | LocalName | ManagingOffice | LoanNum
__39__|__08/04/98__|__542_|______NC__|__________WI___|__1255454__ ___
__33__|__01/04/99__|__165_|______KA__|__________WI___|__1251654__ ___

But I keep getting this error message: "The field is too small to
accept the amount of dat you attempted to add. Try inserting or pasting
less data."

Any clues? I'm choosing the entire record highlighted for the copy. Is
there a way to write an SQL to dump the needed records from one table
to another? Both tables are formatted indentically.

Thanks!!!!!!

Jan 11 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Hennie de Nooijer | last post by:
Hi, Currently we're a building a metadatadriven datawarehouse in SQL Server 2000. We're investigating the possibility of the updating tables with enormeous number of updates and insert and the...
2
by: Jennifer | last post by:
I've got a table with 36+ million rows. I've been asked to modify the table and add in an identity column. The code I used caused SQL to lock up and it maxed out the log files. :) The code I...
7
by: Trevor Best | last post by:
I have an import routine that takes a generic file (Excel, CSV, Fixed length, PDMS BOM, XML, etc) and maps fields to a temp import table on the server, in the field mapping there may be functions...
4
by: Danny Smith | last post by:
Can anyone help? I want to find the fastest way of inserting a large number of records (50,000+) into a SQL Server database (using C#). The records are held in memory and the options I can...
3
by: Aleksey | last post by:
Hi, All! I have the following code: DataRow newDataRow; for (int i = 1; i <= count; i++) { newDataRow = table.NewRow();
1
by: brix_zx2 | last post by:
I'm writing a database program in VB .NET 2k3: My users are able to access a large database to view single records at a time. I need a way for someone to be able to import/paste (or whatever) a...
13
by: chrisben | last post by:
Hi, I need to insert more than 500,000 records at the end of the day in a C# application. I need to finish it as soon as possible. I created a stored procedure and called it from ADO to insert...
3
by: Me | last post by:
Hi all What is the best way to upload and then process a csv file that contains around 20,000 records? The data needs to be validated and then added to the database. All records that dont...
5
by: JSParker1 | last post by:
Summary: Maximum number of records per second that can be inserted into SQLServer 2000. I am trying to insert hundreds (preferably even thousands) of records per second in to SQLServer table...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.