Please always speak to your database administrator before doing this if you are not already in that role. You could send an email before doing this.
use master;
GO
alter database [TSQL2012] set offline with rollback immediate;
GO
alter database [TSQL2012] set online with rollback immediate;
GO