Click here to Skip to main content
15,921,279 members
Home / Discussions / Database
   

Database

 
GeneralRe: How used Sql Server in LAN Pin
pmarfleet5-Mar-08 21:39
pmarfleet5-Mar-08 21:39 
GeneralRe: How used Sql Server in LAN Pin
Khawar Abbas15-Mar-08 1:47
Khawar Abbas15-Mar-08 1:47 
GeneralRe: How used Sql Server in LAN Pin
M.Nouri5-Mar-08 17:59
M.Nouri5-Mar-08 17:59 
GeneralRe: How used Sql Server in LAN Pin
M.Nouri5-Mar-08 20:36
M.Nouri5-Mar-08 20:36 
GeneralBulk Insert Pin
new2pgrmg4-Mar-08 19:55
new2pgrmg4-Mar-08 19:55 
GeneralRe: Bulk Insert Pin
pmarfleet4-Mar-08 21:51
pmarfleet4-Mar-08 21:51 
GeneralRe: Bulk Insert Pin
new2pgrmg5-Mar-08 0:07
new2pgrmg5-Mar-08 0:07 
GeneralRe: Bulk Insert Pin
pmarfleet5-Mar-08 1:12
pmarfleet5-Mar-08 1:12 
How can you get the error:

new2pgrmg wrote:
Could not bulk insert. Unknown version of format file 'C:\nm.fmt'.


if your statement is:

new2pgrmg wrote:
INSERT INTO myTestSkipCol
(Col1,Col3)
SELECT Col1,Col3
FROM OPENROWSET(BULK 'C:\myTestSkipCol2.Dat',
FORMATFILE='C:\myTestSkipCol2.Xml'
) as t1 ;


Your query references a format file called myTestSkipCol2.Xml. This isn't consistent with the error message you reported.

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


GeneralRe: Bulk Insert Pin
new2pgrmg5-Mar-08 1:21
new2pgrmg5-Mar-08 1:21 
GeneralWhich query is faster? (Join or In condition) Pin
AlexeiXX34-Mar-08 17:01
AlexeiXX34-Mar-08 17:01 
GeneralRe: Which query is faster? (Join or In condition) Pin
Parwej Ahamad4-Mar-08 17:29
professionalParwej Ahamad4-Mar-08 17:29 
GeneralRe: Which query is faster? (Join or In condition) Pin
Krish - KP4-Mar-08 18:10
Krish - KP4-Mar-08 18:10 
GeneralRe: Which query is faster? (Join or In condition) Pin
Khawar Abbas15-Mar-08 1:49
Khawar Abbas15-Mar-08 1:49 
GeneralWhich query is faster? (Join or Where condition) [modified] Pin
AlexeiXX34-Mar-08 16:52
AlexeiXX34-Mar-08 16:52 
GeneralRe: Which query is faster? (Join or Where condition) Pin
Mycroft Holmes4-Mar-08 18:10
professionalMycroft Holmes4-Mar-08 18:10 
GeneralSQL Server to get data from a Webservice Pin
Mycroft Holmes4-Mar-08 14:21
professionalMycroft Holmes4-Mar-08 14:21 
QuestionRe: SQL Server to get data from a Webservice Pin
Adewale3-Apr-08 5:07
Adewale3-Apr-08 5:07 
Generaladding new fields Pin
Aptiva Dave4-Mar-08 9:34
Aptiva Dave4-Mar-08 9:34 
GeneralRe: adding new fields Pin
Christian Graus4-Mar-08 9:48
protectorChristian Graus4-Mar-08 9:48 
Generaladd new column in table.. Pin
Rajeshwar Code- Developer4-Mar-08 7:43
Rajeshwar Code- Developer4-Mar-08 7:43 
GeneralRe: add new column in table.. Pin
John_Adams4-Mar-08 8:07
John_Adams4-Mar-08 8:07 
GeneralRe: add new column in table.. Pin
Rajeshwar Code- Developer4-Mar-08 8:20
Rajeshwar Code- Developer4-Mar-08 8:20 
Generalcreate temporary table from select Pin
gottimukkala4-Mar-08 4:53
gottimukkala4-Mar-08 4:53 
GeneralRe: create temporary table from select Pin
andyharman4-Mar-08 5:49
professionalandyharman4-Mar-08 5:49 
QuestionSQL Server database Pin
Member 4876724-Mar-08 3:44
Member 4876724-Mar-08 3:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.