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.

 All Forums
 Development Tools
 Other Development Tools
 want info dos command from sql server

Author  Topic 

dasu
Posting Yak Master

104 Posts

Posted - 2004-08-17 : 10:27:52
hello,
this is my querry like when ever iam trying to execute the following
actually that will display no of row sin that selected path file
so i have to catch that value can u suggest me better solution for
this

SET @strTempCommand = 'type '+ @strPathName + ' | Find /C /V "TEXT!NOT!IN!RECORD"'

EXEC master..xp_cmdshell @strTempComman

Seventhnight
Master Smack Fu Yak Hacker

2878 Posts

Posted - 2004-08-17 : 12:08:48
Please don't cross post....


http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=38705

Corey
Go to Top of Page
   

- Advertisement -