Viewing 3 posts - 1 through 3 (of 3 total)
ALTER PROCEDURE GetFileSize @FileName varchar(8000)
--@FileName is relative to the SQL Server
AS
BEGIN
CREATE TABLE #info (
alt_name ...
November 3, 2004 at 8:13 pm
#528866
This is a great opensource tool to compare databases.
http://www.davidemauri.it/dabcos/
November 10, 2003 at 7:12 pm
#481528
DabCos is a great tool for comparing databases. It is an open source project which can be found at
October 22, 2003 at 8:12 pm
#479202