if exists (select * from dbo.sysobjects where id = object_id(n'[dbo].[fk_reserve_info_client_info]') and objectproperty(id, n'isforeignkey') = 1)
alter table [dbo].[reserve_info] drop constraint fk_reserve_info_client_info
go
/****** object: table [dbo].[reserve_info] script date: 2004-9-11
if exists (select * from dbo.sysobjects where id = object_id(n'[dbo].[reserve_info]') and objectproperty(id, n'isusertable') = 1)
drop table [dbo].[reserve_info]
go
/****** object: table [dbo].[car_info] script date: 2004-9-11
if exists (select * from dbo.sysobjects where id = object_id(n'[dbo].[car_info]') and objectproperty(id, n'isusertable') = 1)
drop table [dbo].[car_info]
go
/****** object: table [dbo].[client_info] script date: 2004-9-11
if exists (select * from dbo.sysobjects where id = object_id(n'[dbo].[client_info]') and objectproperty(id, n'isusertable') = 1)
drop table [dbo].[client_info]
go
/****** object: table [dbo].[price_info] script date: 2004-9-11
if exists (select * from dbo.sysobjects where id = object_id(n'[dbo].[price_info]') and objectproperty(id, n'isusertable') = 1)
drop table [dbo].[price_info]
go
/****** object: table [dbo].[provider_info] script date: 2004-9-11
if exists (select * from dbo.sysobjects where id = object_id(n'[dbo].[provider_info]') and objectproperty(id, n'isusertable') = 1)
drop table [dbo].[provider_info]
go