| Thread | Last Post | Replies |
|
| Error with Microsoft.SqlServer.BatchParser | 31 Jan 2007 07:27 GMT | 6 |
I am very new to using the CLR in SQL Server programming. I am trying to register the Microsoft.SqlServer.Smo.dll assembly. Below is the code: CREATE assembly [Microsoft.SqlServer.Smo] FROM 'C:\Program Files\Microsoft SQL
|
| Native XML Web Service or ISS/Web Services to support Application | 21 Jan 2007 22:16 GMT | 2 |
We are having a discussion regarding either using Native XML Web Service to implement a web servers, or using IIS for a single application. Just to let you know our database server is a shared SQL Server supporting multiple applicaitions/databases.
|
| Exception from HRESULT:0x80010105(RPC_E_SERVERFAULT) | 09 Jan 2007 15:16 GMT | 1 |
I have a C# Stored Procedure which calls a method from a COM dll (VC++.Net).On On executing the Sql Server 2005 SP that results on deploying the C# SP I get Exception from HRESULT:0x80010105(RPC_E_SERVERFAULT) when the Sql is on a
|
| CLR Integration Security | 09 Jan 2007 08:31 GMT | 1 |
In BOL it is mentioned that we can control the access of users to file system resources by using impersonation (WindowsIdentity.Impersonate). Imagine I have a SP that creates a file on disk but the user sends the path as a parameter. Although I can control the user to access only ...
|