[Show all top banners]

Kalopoolbasi
Replies to this thread:

More by Kalopoolbasi
What people are reading
Subscribers
:: Subscribe
Back to: Kurakani General Refresh page to view new replies
 Question to Chintamani and other SQL experts
[VIEWED 6138 TIMES]
SAVE! for ease of future access.
Posted on 08-10-08 11:56 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

 Hi guys,

I am supposed to copy the result of a query into a flat file. After looking at your problem/solution, I tried the following:

 

Bcp Select.....From....Where..... out "c:\abc.txt" -c -T

Then I got the error:

Msg 102, Level 15, State 1, Line 12

Incorrect syntax near 'out'.

How should I get it to work?

Thanks


 
Posted on 08-10-08 1:10 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

You can use Export/Wizard instead.


 
Posted on 08-15-08 3:10 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

try this syntax:

 

bcp "select * from whatever" queryout c:\authors.txt -c -T

basically i think you need the quotes around your query and not your export file... let me know if that helped


 
Posted on 08-15-08 3:10 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

try this syntax:

 

bcp "select * from whatever" queryout c:\authors.txt -c -T

basically i think you need the quotes around your query and not your export file... let me know if that helped


 
Posted on 08-15-08 3:45 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Thank you. i will try that.
 
Posted on 08-15-08 4:05 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

I am copying my query result into a temp table and trying to write the contents of the temp table into a flat file..

When I do:

BCP "#temp_NS_events" queryout c:\abc.txt -c -T

I get the error:

Incorrect syntax error near 'BCP'


 
Posted on 08-15-08 4:56 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

if you just need to export query result in to text file then just run query as result to file

Query->Result to->reuslt to file

all the best ,

have good weekend


 
Posted on 08-15-08 6:01 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

use tempdb

create table playertemp

( playerID varchar(25),

playerFname varchar(25),

playerLname varchar(25),

email varchar(25))

 

insert into playertemp

select * from test.dbo.player  //just use your query over here

 

and then

bcp tempdb.dbo.playertemp out "c:\playertemp.txt" -c -T -SKalopoolbasi

note Kalopoolbasi is the server name

This should work.

 

 

 


 
Posted on 08-16-08 5:38 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Thanks Chintamani...I will let you know how it went after I try this.

Thank you very much.


 
Posted on 08-17-08 12:23 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Why do you have to put  the results in Temp table taking TEMPDB resources. Remember SQL server 2005 uses lot of TempDB resources than SQL 2000. Just use Export/Import wizard and schedule it if you like to.


 


Please Log in! to be able to reply! If you don't have a login, please register here.

YOU CAN ALSO



IN ORDER TO POST!




Within last 90 days
Recommended Popular Threads Controvertial Threads
Conservative discussions
TPS for Nepal likely to extend next week
सालीको चाक
TPS for Venezuela is terminated, only 60 days extension for transition period
Venezuela TPS lawuit
Homeland Security revokes temporary status for 532,000 Cubans, Haitians, Nicaraguans and Venezuelans
I hope all the fake Nepali refugee get deported
Best Consultancy for H1 sponsorship in USA.
Trump admin revokes 18 months TPS extension for Venezuelans
What is the purpose of an F1 student visa in the U.S.?
#MAGA#FAFO is delicious
महँगो अण्डाको पिकल्प : कुखुरा र खोर भाडामा लिने
Homeowner Charged renting to illegal migrants
Measles vax deaths vs measles death in USA
Why some Nepali people pull each other's legs???
Please ask KRISTI NOEM in her facebook and other social media to renew TPS
US citizen Petitioning my wife who was out of status when she was in H1B. What to do ?
Travelling to Nepal with expiration less than 6 months
ICE kidnapping people off the streets over op eds
Don’t Just Read—Join the Conversation
NOTE: The opinions here represent the opinions of the individual posters, and not of Sajha.com. It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address if you want any posting to be considered for deletion. Your request will be handled on a one to one basis. Sajha.com is a service please don't abuse it. - Thanks.

Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters