Guus2005
AWF VIP
- Local time
- Today, 23:58
- Joined
- Jun 26, 2007
- Messages
- 2,642
I allways thought that when i import a table in SQL Server the file was imported as i was presented.
File:
But i am having doubts as to the truth of that statement.
And if it is not, how can i make sure that it is?
I am using this command:
Thanks!
File:
Code:
This
is
a
file
in
which
the
sequence
is
very
important.
But i am having doubts as to the truth of that statement.
And if it is not, how can i make sure that it is?
I am using this command:
Code:
BCP SomeDatabase.dbo.tmpAnswerRaw in 'c:\temp\Filename.csv' -T -c
Thanks!