Viewing 15 posts - 1 through 15 (of 27 total)
it's telling me now that the installation failed b/c an installation package for the product MS SQL Server Native client cannot be found. Try the installation again using a...
March 26, 2008 at 12:25 pm
Also, why does it not allow me to install the instance on a different drive other than c:? (It's forcing me to install on c:)
March 26, 2008 at 9:15 am
Thanks. So I run this query every time I want to see if there are failed logins? Can't I just go to the error log directly to see...
March 17, 2008 at 8:19 am
SSCrazy,
Thanks, but where exactly do I put this code snippet?
March 14, 2008 at 11:15 am
Unfortuanatly I cannot upload the file, however the values are similar to this example:
This is what is in the text file:
12345
54678
90876
34205
In the table, after the bulk insert, it has the...
March 6, 2008 at 7:14 am
i've got the bracket or end-of-file issue resolved, however now I have this issue:
As stated previously, my bulk insert sp inserts records into a table from a txt file. ...
March 5, 2008 at 5:28 pm
So the bracket is really invisible to the user? It's just something SQL knows somehow?
Thanks for your patience!
March 5, 2008 at 2:51 pm
I'm sorry, I'm confused. My txt file does contain the square bracket on the last line, is this correct or not? If it is my bulk insert is reading...
March 5, 2008 at 2:46 pm
But doesn't the bulk insert need that marker for the end of file?
March 5, 2008 at 2:36 pm
The bulk insert, inserts records from a txt file. The txt file has the square bracket at the very end of the page/ or last record. Should that...
March 5, 2008 at 2:23 pm
I see a square in the lost row inserted. It doesn't have any record information but for the square in the last row.
March 5, 2008 at 2:17 pm
It is reading it in though.
March 5, 2008 at 11:49 am
I hope you can help me again. What if the sp reads in the end-of-file marker, how can I prevent that from happening?
March 5, 2008 at 11:29 am
I appreciate your help. It worked!
February 28, 2008 at 11:14 am
Thanks, what about checking for end of file?
February 28, 2008 at 10:16 am
Viewing 15 posts - 1 through 15 (of 27 total)