Monday, March 26, 2012

Create / Drop tables in SQL Server

GRANT ALTER ANY SCHEMA TO [ODI_CALLISTA_ORG_UNIT_DX]
GO

GRANT CREATE TABLE TO ODI_CALLISTA_ORG_UNIT_DX;
GO

No comments:

Post a Comment