Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
siprem
Starting Member
6 Posts |
Posted - 2008-12-16 : 01:19:15
|
| Hi All, I have a parameter which has a space . How can I call a procedure by passing the parameter.egdeclare @flag intdeclare @Filename VARCHAR(2000)Set @Filename='F:\Import\RawData\DataBase_Txt\Oracle_UAM_418 (3).txt'exec [TUAM].[dbo].sp_ValidateFooterCount @Filename,@Flag=@flag OUTerror message:Msg 4860, Level 16, State 1, Line 1Cannot bulk load. The file "F:\Import\RawData\DataBase_Txt\Oracle_UAM_418 " does not exist.The actual file name is F:\Import\RawData\DataBase_Txt\Oracle_UAM_418 (3).txtWhich has a space in between. Ho can I pass this file name to he procedure? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
siprem
Starting Member
6 Posts |
Posted - 2008-12-16 : 01:45:00
|
| You are right Vikash..thanks |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-12-16 : 01:50:02
|
quote: Originally posted by siprem You are right Vikash..thanks
welcome b/w i'm Visakh |
 |
|
|
|
|
|