Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Really Sorry, it was a misunderstanding on my side |
Beta Was this translation helpful? Give feedback.
0 replies
-
@eliassal - it seems that perhaps you wanted to create a CSV file from a database, to do that, you would probably want to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I execute the following statement
Import-DbaCsv -SqlInstance SQL2K12 -Database DBA_Rep -AutoCreateTable -Path "SQLErrorLog.csv"
WARNING: [16:57:41][Import-DbaCsv] SQLErrorLog.csv cannot be found
I tried .\SQLErrorLog.csv as well as "C:\temp\SQLErrorLog.csv", no way alwyas getting
][Import-DbaCsv] C:\temp\SQLErrorLog.csv cannot be found
So the question, should I create an empty fiel before?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions