| Thread | Last Post | Replies |
|
| Running CLR through a OLE DB Command | 28 Apr 2006 03:33 GMT | 23 |
hi does any one know how to run a CLR proc through ole db command. it works fine if it's a t-sql, but i need to feed data to a clr through parameters which i'm getting from a OLE DB source any help.
|
| Debugging hangs when breakpoint added to C# code | 26 Apr 2006 01:48 GMT | 8 |
Hi Group.. Using Visual Studio 2005 to debug a CLR stored procedure. If no breakpoint in the CLR stored procedure, the code deploys and runs. Add a breakpoint and Visual Studio hangs. Ctrl-Alt-Del required to kill VS
|
| Newbie question about GUI | 17 Apr 2006 11:14 GMT | 1 |
I am trying to migrate a SQL Server 2000 Std installation to a SQL Server 2005 Std. I have some extended stored procedures used to handle regular expressions. Now I'd like to rewrite them using CLR and I have seen some hints in http://blogs.msdn ...
|
| Query Optimizer | 10 Apr 2006 18:39 GMT | 1 |
I'm very interested in query optimization and I really enjoy this job. I have read everything in BOL and also books like "Inside SQL Server 2000" and "Guru's Guide to SQL Server Architecture and Internals" and "Microsoft SQL Server 2000 Performance Optimization and Tuning ...
|
| Replacing the disk array | 08 Apr 2006 10:25 GMT | 1 |
I have a server running SQL 2000. The disk array where the data resides has been filling up. I need to upgrade the array to give it more space. I am pretty sure the procedure should be: 1. Set SQL services to manual and reboot the server.
|
| SQL 2005 and CLR | 05 Apr 2006 07:43 GMT | 5 |
Does anyone know of any good books or upcoming books that will discussion CLR programming using VS.NET 2005. I would like to rewrite some of my existing projects that use VB6, ASP, and very complicated SP (uses lots of cursors and junk) to SQL 2005 and VS 2005.
|
| Halloween Problem | 01 Apr 2006 12:16 GMT | 2 |
According to this page: http://support.microsoft.com/kb/294860/EN-US Halloween problem occurs where the physical location of a row within a table changes due to a modification operation. As a result, the same row may be
|