Viewing 9 posts - 1 through 9 (of 9 total)
Very good!
But we are now the knights who say "icky icky ftang nwoop etc...."
August 1, 2005 at 8:34 am
If I remember rightly, this error is very vague in what it actually means and can be the result of several completely different things.
I had the same message when trying...
July 20, 2005 at 4:08 am
Thanks for your response.
I have actually seen this article and believe I have covered this by my programming, but I will find another a collegue to have a good look in...
June 16, 2005 at 7:52 am
Bump - help.
Anyine else experenced this?
June 16, 2005 at 2:21 am
Just a thought, but if you pass the column name as the sort parameter can you not just do
order by @sort
thus removing the need for any logic?
(similar...
June 15, 2005 at 7:17 am
If you want to use the table within the stored procedure I would suggest creating it as a temporary table and running through it, rather than passing it in (if this is...
June 15, 2005 at 5:09 am
if you have full recovery mode on the transaction logs you can, but not sure exactly how to do this. It should say in the SQL Server help.
June 15, 2005 at 5:07 am
I have an instance of SQL Server 2000 (SP4) running on Win 2K.
On it I have a task that runs to decompose xml into tables using
sp_prepare/sp_remove xml doc procedures...
June 15, 2005 at 4:10 am
Agreed, can anyone tell us why the certificate is created as 'MyUserCertificate' but then referenced using 'User1Certificate' when calling encryption?
May 27, 2005 at 2:25 am
Viewing 9 posts - 1 through 9 (of 9 total)