View Single Post
  #5 (permalink)  
Old May 14th, 2007, 05:58 AM
umeshtheone umeshtheone is offline
Authorized User
 
Join Date: May 2007
Location: Chennai, Tamil Nadu, India.
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks a lot vijay
 iam trying through command prompt
bcp M_obj_cat in D:\WARAQ\DECKLE\winsysorr32.txt -S INTEX -U sa -P sa

this is the statement iam trying to run in command prompt but iam geting error abt server not connecting
here "M_obj_cat" is a table name and "INTEX" is server name .Please tell me how to use T-sql function Exec()
This is Error:

SQLState = S0002, NativeError = 208
Error = [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'M_ob
j_cat'.


Reply With Quote