Where can I find the diagram in SQL Server 2005 I installed the beta 2 version but i cannot find the diagram. Another thing is: how can i embed .net codes inside stored procedure or SQL Server 2005
To use .NET code inside stored procedures, functions, triggers, etc. you need to create an assembly in SQL Server. Please see the following topics in SQL Server Books Online for additional information.
Diagram in Yukon
KissDaFeetOfSean
To use .NET code inside stored procedures, functions, triggers, etc. you need to create an assembly in SQL Server. Please see the following topics in SQL Server Books Online for additional information.
CREATE ASSEMBLY
Creating CLR Stored Procedures
CLR Programmability Samples
Jon Derbyshire
Thanks alot,
Lou