Timeout while deleting guests

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 năm cách đây
Hello,

Are you trying to do that through SQL Server Management Studio? If you don`t have that option in the SSMS you can try reading this article I found explaining how to run a Stored Procedure in SQL Azure management portal.

I cannot help you any further because I do not have any experience with Azure.

Hope that helps!
7 năm cách đây
Nop-Templates.com wrote:
Hello,

Are you trying to do that through SQL Server Management Studio? If you don`t have that option in the SSMS you can try reading this article I found explaining how to run a Stored Procedure in SQL Azure management portal.

I cannot help you any further because I do not have any experience with Azure.

Hope that helps!


Thank you for all your help!
7 năm cách đây
I ended up doing this sql query:

declare @a datetime
set @a = CAST('02-21-2015 6:10:00 PM' AS DATETIME2)
exec dbo.DeleteGuests 1, @a, null
7 năm cách đây
(55907 row(s) affected)

(55907 row(s) affected)

(15819 row(s) affected)

Be gone pest
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.