Posts
Sort by recent activity
TFS Configuration - how to install
For those that need to install the RedGate Source Control using a TFS server, you might find very helpful the following link.http://www.red-gate.com/supportcenter/C ... .0/toc.htm
Regards.
Drop tables command on the script
Is there a way to request to DROP a Table or a StoredProc in case it exists as the MSSQL scripting engine does??
F
Comparing VIEWS returns error "Specified Cast is not valid"
The Compare STOPS and returns an error when it reads my only View.
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER VIEW [MSDW].[Branch_GetList]
AS
SELECT 1 as One FROM dbo.Branches
WHERE ...