Thread
:
stored procedure with two result sets
View Single Post
#
2
(
permalink
)
May 26th, 2006, 09:04 AM
David_the_DBA
Friend of Wrox
Join Date: Dec 2005
Location: , AZ, .
Posts: 146
Thanks: 0
Thanked 0 Times in 0 Posts
CREATE TABLE #FileList (Files varchar(8000))
INSERT #FileList (Files)
EXEC master.dbo.xp_cmdshell 'dir c:\'
David Lundell
Principal Consultant and Trainer
www.mutuallybeneficial.com
David_the_DBA
View Public Profile
Visit David_the_DBA's homepage!
Find all posts by David_the_DBA