bulkinsert
MySQL Bulk Insert of Geometry fields
I have a mysql database that I\'m trying to populate from a text file. The contents of my file look like (as just some examples. there are thousands of rows)[详细]
2023-01-17 04:23 分类:问答How to Bulk Insert csv with double quotes around all values?
I am trying to insert a .csv file into SQL Server 2008 R2. The .csv is 300+MB from http://ipinfodb.com/ip_database.php Complete[详细]
2023-01-17 02:51 分类:问答Multiple rows for insert command - Apostrophe problem
I\'m trying to insert multiple rows using SqlCommand from C# to SQL Server. I\'m forming a simple query as below:[详细]
2023-01-17 01:37 分类:问答What's the most efficient way to bulk-copy to SQL Server from Java?
I have data that is streamed from disk and processed in memory by a Java application and that finally needs to be copied into SQL Server. The data can be fairly large (hence the streaming) and can req[详细]
2023-01-16 14:44 分类:问答Is it possible to use sql server bulk insert without a file?
Curious if this is possible: The app server and db server live in different places (obviously). The app server currently generates a file for use with sql server bulk insert.[详细]
2023-01-15 18:22 分类:问答Script restarts executing after a while
I\'m busy with a project in cakePHP where I need to parse a couple of XML files and insert the relevant data in my mysql database. The script inserts what it should insert, that\'s not the problem. Fo[详细]
2023-01-13 00:03 分类:问答Bulk inserts and duplicate records with LINQ to SQL
Is there a \"best practice\" way of handling bulk inserts (via LINQ) but discard records that may already be in the table?Or I am going to have to either do a bulk insert into an import table then del[详细]
2023-01-12 22:33 分类:问答SQL Server Bulk Insert from Fixed Width File- How do I get NULLs for strings?
I\'m doing a bulk insert from a fixed width text file using INSERT INTO blah SELECT blah1, blah2 FROM OPENROWSET(BULK \'filename.txt\', FORMATFILE=\'format.xml\');[详细]
2023-01-11 17:35 分类:问答Is there a way to bulk insert into two tables with FK from one to the other?
I\'ll give a pseudocode example of my current method and if anyone knows of a method that doesn\'t work one row at a time, I\'d be quite appreciative.I\'m using MS SQL Server 2008.[详细]
2023-01-07 08:45 分类:问答Generate XSD from SQL Server database in order to import XML data
Is there a tool to generate an XSD schema from SQL Server database ? This XSD would be used for importing XML data into database with BULK IN开发者_C百科SERT or bcp[详细]
2023-01-06 20:57 分类:问答