How can I determine if an assembly is running from a SQL Server CLR stored procedure or if it is running from a Windows app?
| ||||
|
feedback
|
|
Check out SqlContext.IsAvailable | |||
|
feedback
|
|
Following code should return different assembly information in both cases.
| ||||
|
feedback
|