Re: Mass loading SQL SERVER stored procedure
From: robert song (robert.song_at_modelsoftcorp.com)
Date: 10/07/04
- Next message: robert song: "Re: Mass loading SQL SERVER stored procedure"
- Previous message: robert song: "Re: Mass loading SQL SERVER stored procedure"
- In reply to: Kevin Kline: "Re: Mass loading SQL SERVER stored procedure"
- Next in thread: robert song: "Re: Mass loading SQL SERVER stored procedure"
- Reply: robert song: "Re: Mass loading SQL SERVER stored procedure"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 06 Oct 2004 19:33:46 -0700
Hi Kevin,
in Query analyzer run: insert into test(name) EXEC master..xp_cmdshell
'dir my_dir\*.sql' , have error msg:String or binary data would be
truncated.
So How to get only filename list from dir? Sorry asking you so detail
question, but I really got stuck here. Thanks.
Cheers,
Robert Song
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: robert song: "Re: Mass loading SQL SERVER stored procedure"
- Previous message: robert song: "Re: Mass loading SQL SERVER stored procedure"
- In reply to: Kevin Kline: "Re: Mass loading SQL SERVER stored procedure"
- Next in thread: robert song: "Re: Mass loading SQL SERVER stored procedure"
- Reply: robert song: "Re: Mass loading SQL SERVER stored procedure"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|