Viewing 5 posts - 1 through 5 (of 5 total)
We use both IsValid (default is 0) and IsDeleted (for soft deletes).
October 23, 2015 at 11:24 am
We use this in an update trigger to perform additional processing on affected child keys:
insert into @IntermediateData
select ROW_NUMBER () OVER (order by D.FOLDER_KEY),
...
December 5, 2013 at 1:45 pm
Yes, it is odd. If there is anyway to keep the functionality in the app without requiring SA, we can update the code.
SA impersonation may not be acceptable either, but...
May 27, 2011 at 12:35 pm
I used Lowell's procedure and it worked as advertised.
However, it does require creating the procedure in the master database AND setting TRUSTWORTHY ON.
Is this correct?
I was not able to get...
May 26, 2011 at 7:52 pm
Thanks for the reply George and Lowell.
With the dbcreator role, I was able to create and access the newly created database.
Also, I was able to attach a database that I...
May 25, 2011 at 3:37 pm
Viewing 5 posts - 1 through 5 (of 5 total)