Ricardo Costa
“Wait for field change in current item” workflow action in Sharepoint...
The "Wait for field change in current item" workflow action in the Sharepoint Designer only detects the change after the item is checked in....
GRANT permission to all stored procedures
If you need to grant a specified permission to all stored prcedures you can execute the following scriptDECLARE @User sysname SET @User = '<USER>'...
Setting the original file name when using Response.BinaryWrite()
Imagine you have file saved in a database. Then you have an aspx page that gets that page and sends it back to the user.
If you...