Dear Friends,
There isnt path in file.
Table of contents cm_empty.sql file
if exists (select * from dbo.sysobjects
where id = object_id(N'[rep_Error]') and
OBJECTPROPERTY(id, N'IsUserTable') = 1)
begin
drop table [rep_Error]
end
;
CREATE TABLE [rep_Error] (
[id]...