7 lines
79 B
Transact-SQL
7 lines
79 B
Transact-SQL
/*
|
|
Remove [Owner][Module] table
|
|
*/
|
|
|
|
DROP TABLE [dbo].[[Owner][Module]]
|
|
GO
|