Search
Closed
as Fixed Help for as Fixed

1
Sign in to vote
0
Sign in to vote
Sign in
to vote
Type: Bug
ID: 508279
Opened: 11/4/2009 12:10:02 PM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
Searching help should contain information on E_APPDOMAIN_SINGLEUSER
Details (expand)
Product Language
English

Version

SQL Server 2008 - Standard Edition

Category

Documentation

Operating System

Windows Server 2008
Operating System Language
US English
Steps to Reproduce
SQL Management Studio
Help
Search
type E_APPDOMAIN_SINGLEUSER
Actual Results
No results
Expected Results
Expected following content to be found, was hoping for more.
http://msdn.microsoft.com/en-us/library/ms187720.aspx
What I was looking for was: "is there a way to load my SQL CRL Assembly with the E_APPDOMAIN_SINGLEUSER attribute?"
Platform
X64
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 11/17/2009 at 11:44 AM
I can make some improvements to the documentation, so that this is clearer. “state” describes where the AppDomain currently is among the various times in the lifetime of an AppDomain, so thi sis a state descriptor and not an attribute.

I can make the following changes in the topic:

1)
I can update the description of state from "Current state of the AppDomain. See the Remarks section of this topic for more information." to "A descriptor for the current state of the AppDomain. An AppDomain can be in one of several possible states from creation to deletion. See the Remarks section of this topic for more information."

2)
I can change the description of E_APPDOMAIN_SINGLEUSER from "The AppDomain is ready for use by a single user to perform DDL operations." to "The AppDomain is ready for use in DDL operations. These differ from E_APPDOMAIN_SHARED in that shared AppDomains are used for SQLCLR executions as opposed to DDL operations. Such AppDomains are isolated from other concurrent operations."

Does that help?
David Schwartz
dschwart@microsoft.com