Viewing 6 posts - 1 through 6 (of 6 total)
Many thanks to all of you..
I was wrong, but now i understand..
November 29, 2010 at 3:25 am
Ii have created the procedure :
CREATE PROC Test
WITH ENCRYPTION
AS
SELECT *from tbl_Test
Now this procedure is encrypted, but in SQL 2008 we can see it's execution plan too.
I have...
November 27, 2010 at 5:24 am
Good Question !!..
We can see the Execution Plan of Encrypted Procedure.
I have tested it..
November 26, 2010 at 6:03 am
Hi;
hope this could help you
DECLARE @cmd sysname, @var sysname
SET @var = 'Hello world'
SET @cmd = 'echo ' + @var + ' > c:\\var_out.txt'
EXEC master..xp_cmdshell @cmd
May 13, 2010 at 9:54 pm
Hi;
Actually I have a customer record table in Access (incliudes image field),
and now i want to move database from access to sql server.
i have done all the things except image...
April 27, 2009 at 4:28 am
Hi David;
I am using the same to send Mail from SQL Server 2000
But i am getting this error message: xp_sendmail: failed with mail error 0x80040111
Could you please help...
February 2, 2009 at 8:52 am
Viewing 6 posts - 1 through 6 (of 6 total)