Viewing 4 posts - 1 through 5 (of 5 total)
Unfortunatelly i couldn't resolve the https issue but for http here is my script:
USE[redb]
go
-- CLEANUP
DROP FUNCTION [dbo].[ufnCalcBusinessDays]
DROP ASSEMBLY [REDB.XmlSerializers]
DROP ASSEMBLY [REDB]
-- Create Assembly
ALTER DATABASE REDB SET TRUSTWORTHY ON
CREATE ASSEMBLY REDB...
January 22, 2011 at 1:45 am
You can buy this book which is a good reference for learning CLR.
"Professional SQL Server 2005 CLR Programming with Stored Procedures, Functions, riggers, Aggregates, and Types" from the "Wrox".
Authors: Derek...
June 30, 2010 at 12:37 am
As i check the SSIS_Config view, it doesn't support both environments (Development and UAT) to coexist on the same machine. Is there any solution to support this?
June 10, 2009 at 7:58 am
One more question. I have two databases one for the Test and the other for UAT on the same machine. In which database, do i have to store the SSIS_Config...
June 10, 2009 at 6:35 am
Viewing 4 posts - 1 through 5 (of 5 total)