Viewing 8 posts - 61 through 68 (of 68 total)
or if you have another machine with the enterprise version of the tools copy this reg key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90\Tools\ClientSetup\Checksum
make sure you back up your existing one in case there are...
November 26, 2008 at 6:25 am
OK I have managed to import it and it splits it up into the correct rows, this is what I did using the client components version 9.00.4028.00:
Choose "Flat File Source"
Browse...
November 26, 2008 at 6:16 am
If you save your ssis package and a copy of the csv with a few lines in it - can you post it here?
November 25, 2008 at 6:50 am
You get this error because there is nothing listening on port 443 or it is blocked at a firewall level.
Have a read through this and make sure you have added...
November 25, 2008 at 6:45 am
Check in the services that the instance is running and is called the same name as you are trying to connect to.
November 25, 2008 at 6:36 am
after you select "Flat File Source" have you put " in the "Text Qualifier" box - the default is <none>
ed
November 25, 2008 at 6:28 am
bcp /?
usage: bcp {dbtable | query} {in | out | queryout | format} datafile
[-m maxerrors] [-f formatfile]...
November 24, 2008 at 6:59 am
I get the same issue here seems very odd - 9.0.4028.
Anyway it looks like you can get all the tables if you add a top X:
SELECT TOP 99.9 PERCENT ...
November 24, 2008 at 6:57 am
Viewing 8 posts - 61 through 68 (of 68 total)