Viewing 3 posts - 1 through 3 (of 3 total)
Not having SPs, views in CE means, I can not use them in a transaction, Is that right? May be not planning to update the existing SP but can I...
April 21, 2009 at 9:22 am
I think you need to copy the code given at the bottom under resources, and execute it from your SSMS.
Then run
EXECUTE [dbo].[WriteResultsToCsvFile]
@sqlcmd = 'select * from sys.objects'
,@filename...
March 6, 2009 at 8:38 am
What is
"EXTERNAL NAME [SQLCLRBulkCopy].[StoredProcedures].[WriteResultsToCsvFile]"
Can I create the procedure? And execute? Do I need to do any thing else?
Thanks
March 5, 2009 at 3:17 pm
Viewing 3 posts - 1 through 3 (of 3 total)