Viewing 3 posts - 1 through 3 (of 3 total)
I found out the problem myself
We should pass null for the 3rd parameter for the CreateFolderAsync() function.
Thanks,
Praveen
September 25, 2008 at 7:41 am
#877003
Hi Sean Pearce,
Please check if the below code works.
It did not show any error for me.
CREATE PROC WhatEver @Switch int
AS
Begin
Declare @sql as Varchar(Max)
IF @Switch = 1
BEGIN
...
April 16, 2008 at 3:26 am
#802947
Hi simisabu,
You can put the distinct values from the first table into a temporary table, and then you can inner join the second table with this temporary table.
Thus avoiding the...
March 18, 2008 at 3:13 am
#790716