| Thread | Last Post | Replies |
|
| Sql server 2005 installation | 30 Dec 2005 11:21 GMT | 2 |
I have alot of problems with the sql server installation. it's the developer edicition and i can install in the server, but in mi machine when i try to install it report me a message "SQL Server 2005 has detected incompatible componentes from Beta versions of Visautl Studio, NET ...
|
| SQL Native Client | 28 Dec 2005 16:23 GMT | 3 |
In ADO.NET 2, I use SQLClient namespace to connect to SQL Server 2005. Does it use SQL Native Client or SQL OLD DB? Thanks in advance, Leila
|
| New release of SqlClrProject | 26 Dec 2005 15:18 GMT | 1 |
I thought I better post before this year ends. :-) Anyway, you may know that I have developed a MSBUILD task dll for deployment of SQLCLR assemblies. I also created some templates for use from with Visual Studio 2005, the SQLCLRProject.
|
| Keywords and UDT method conflicts | 19 Dec 2005 17:10 GMT | 2 |
It seems a bit strange that you can't have an Add() method on a clr UDT as it errors as a keyword. set @t = @a.Add(@b) -- Is an error because "Add" is a keyword. ".Add()" in this context does not conflict with the Add keyword IMO (except
|
| Adding one more function or procedure | 19 Dec 2005 14:44 GMT | 6 |
I have had no problem in using a CLR function and a CLR procedure in my SqlServerProject. However when I try to add one more function or procedure in the same project it failed. Is there a limitation for that?
|
| Supported assemblies? | 16 Dec 2005 16:55 GMT | 2 |
OK, since I have something relevant on my mind, let me make the first move ;-) Which assemblies can we use in a SQLCLR object? Bol has a list (ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/9c07f706-6508-41aa-a4d7-56ce354f9061.htm), but with the list is below comment:
|
| Are DataSets to be avoided like cursors were? | 13 Dec 2005 15:15 GMT | 3 |
I am trying to get the SOP for doing new versions of data access & manipulation in the CLR within the database. Would I pass in an array of params for a SP, instead of the X# I needed to in the past? Or is the db now able to see which items have changed in a
|
| How to Open New Connection. | 08 Dec 2005 18:52 GMT | 1 |
I have default context connection and I need another one. If I open it, I get message about Demand Security. What and where schould I turn on? Vladimir Chtepa.
|
| SqlBulkInsert | 08 Dec 2005 17:36 GMT | 1 |
Does SqlBulkInsert not run in CLR? Why does not? I get follwing exeception System.InvalidOperationException: The requested operation is not available on the context connection.
|
| SQL Server | 05 Dec 2005 21:58 GMT | 9 |
Hi! Please answer me - what can i make with SQL Server??
|
| Server-level permissions for UNSAFE / EXTERNAL ACCESS? | 02 Dec 2005 17:45 GMT | 2 |
Can anyone explain the rationale behind EXTERNAL ACCESS ASSEMBLY and UNSAFE ASSEMBLY being granted to server logins rather than database users? This seems counterintuitive to me, considering that assemblies are not server-level objects. I can definitely see cases in which I'd ...
|