Viewing 5 posts - 1 through 5 (of 5 total)
Your Question has nothing to do with the thread to which it is attached. If you want to get a response that is pertinent to your question, I would suggest...
January 30, 2012 at 11:30 am
umertahir (10/20/2009)
USE [Landcatch]
DECLARE @archivePath VARCHAR(500), @templateFolder VARCHAR(100), @cmd NVARCHAR(4000);
SELECT @archivePath = 'C:\', -- Excel file path...
September 19, 2011 at 12:36 pm
One benefit is that the Certificate and certificate user account are managed outside of the stored procedure code and can be updated or the user account changed without having to...
June 21, 2010 at 2:29 pm
Great Article!
I have a couple of suggestions to make the stored proc more flexible.
1.Make the certificate name and certificate user name parameters so that it could be used for...
June 21, 2010 at 12:25 pm
Viewing 5 posts - 1 through 5 (of 5 total)