Quantcast
Channel: Questions in topic: "bulk-insert"
Browsing all 47 articles
Browse latest View live

Bulk insert Error in SSIS 2005

Hi I am using SQL 2005 when I use BULK INSERT TASK IN SSIS I HAVE GOT ERROR AS SEE BELOW [Bulk Insert Task] Error: An error occurred with the following error message: "Cannot fetch a row from OLE DB...

View Article


Moving data in one column into multiple columns

We have 2 tables in different databases on the same server. Have to import data from one to another on a weekly basis. Source table has many pieces of information in **values** column and they are...

View Article


SQLBulkCopy Timeout

I'm copying millions of records between identical tables in different SQL Server 200 5databases. It's a simple VB.net 2005 archive program where the user enters an archive before date. I'm using...

View Article

Bulk Insert and format file not working

I hope someone can help with my dilemna. It's probably super simple that i'm missing but I need to get to the bottom of it so I can do future bulk loads. Problem: When using bulk insert with a format...

View Article

Its intersting try tis Problem in bulk insert using a stored procedure need...

Have writen a procedure to bulk insert using a stored procedure BULK INSERT test FROM 'D:\bcp\check.txt' WITH ( FIELDTERMINATOR = ',', ROWTERMINATOR = '\n' ) GO Proc IS CREATE PROCEDURE BULKINSERTTXT (...

View Article


minimally logged

how sql engine work in time of minimally logged. or explain how to transaction logged in bulk logged recovery model.

View Article

Bulk load format file,need to use ­'¡' as field delimiter.

Hi all . I got a project to bulk load from a flat file (sent by another source). They are sending format file too with the data file . The field delimiter they are using is '¡'(without quotes). I need...

View Article

Bulk insert comma delimited file

I have a file which is comma delimited. There are text fields and numeric fields. There are double quotes within the text fields and in the text fields there are also commas. When I try to load (bulk...

View Article


Bulk insert text qualifier data

I have a file which is comma delimited. The text qualifier is double quote(“”). There are commas within the text qualifier. How can I bulk insert this file into the sql server table? I tried using...

View Article


Insert only new data from excel to sql 2008 r2 bulk data

Respected Geeks !! Good day to you and thanks in advance its so urgent i need it as i am new to my company so please help me to complete my task i have an excel file which has crores data and i have...

View Article

deadlock when bulk inserting in two different tables

Hello, I am experiencing dead-locks when performing a bulk insert on two different tables with the SqlBulkCopy classes of .net. Actually, the tool using the SqlBulkCopy class converts data from a...

View Article

I am Having problems with Bulk Insert.

You do not have permission to use the bulk load statement. [SQLSTATE 42000] (Error 4834). The step failed. This is my syntax: bulk insert Prepaids.dbo.StdPPDGL_Import FROM...

View Article

Stored procedure for data importing from flat files. Need some tips.

I am currently working on creation of SP to automate the process of importing flat data into SQL Server. I want you to give me some useful advice on the best way how to realise, taking into account...

View Article


Bulk insert Error in SSIS 2005

Hi I am using SQL 2005 when I use BULK INSERT TASK IN SSIS I HAVE GOT ERROR AS SEE BELOW [Bulk Insert Task] Error: An error occurred with the following error message: "Cannot fetch a row from OLE DB...

View Article

Is it possible to right trim a flat file when bulk inserting using an SSIS...

I've been tasked with modifying an SSIS package so that the flat files that are inserted into the database via a bulk insert are right trimmed. This is something new to me. The issue at hand is that...

View Article


directly or indirect insertion in table

i have a powwershell script which saves output in csv format. now i have two options- either to import from csv file to sqlserver table or without creating a csv file, insert into table by sql command...

View Article

LOADING file with special charectors and japaneese charectors

HI Group, I am trying to load a file japaneese and special charectors . problem is that japaneese will load when i convert my utf-8 file to utf-16 and bcp it (special charectors are not loading inthis...

View Article


Bulk Insert and non-local file via ODBC

Is it possible to use bulk insert operations where the local file is not on the server machine? ie: Program (perl script using ODBC) running on client machine creates temp text file and via ODBC...

View Article

datatype change

Im having table like 'TestTable' with 1.5Crores of records with some 18 indexes. TestTable has CHAR columns. So i need to change it to VARCHAR columns. So i am creating a new table TestTable_Stage...

View Article

How to handle SQL Server BCP bulk insert if extra fields come in data file...

I am using non-xml format file to perform bulk import from a data file. Format File: 12.0 4 1 SQLCHAR 0 7 "\t" 1 DepartmentID "" 2 SQLCHAR 0 100 "\t" 2 Name "" 3 SQLCHAR 0 100 "\t" 3 GroupName "" 4...

View Article
Browsing all 47 articles
Browse latest View live