| Thread | Last Post | Replies |
|
| List SQL servers on network | 28 May 2006 18:01 GMT | 3 |
im working on a setup program that needs to list all sqlserver using c++. Currently i linked the SQL 2000 dmo headers for this, but noticed it doesnt list SQL 2005 servers. I need to know how i can list SQL 2005 server using non managed c++ code.
|
| System.DirectoryServices: Allowable in CLR? | 27 May 2006 00:57 GMT | 9 |
Can you reference (and use) System.DirectoryServices in SQLCLR? Are there only certain DLL's that can be referenced in SQL CLR? If so, where is the list? Thanks
|
| fileiopermission | 25 May 2006 08:54 GMT | 1 |
When I am trying to execute this stored procedure from within VS 2005, i get a security exception. how can i give fileio permission? [Microsoft.SqlServer.Server.SqlProcedure(Name = "SaveXML")] public static void SaveXML(SqlXml XMLData, SqlString FileName)
|
| Generic Audit trigger using CLR in Sql2005 & VS 2005 | 11 May 2006 16:06 GMT | 2 |
Is it possible to create a generic audit trigger in CLR using Sql & VS 2005? I tried doing that but it forces you to enter the Target parameter. Anyway to get around this?
|