I am a DBA on many servers running SQL Server and am a big user of sp_Blitz. The issue I have is that I am still to maintain a database that is migrating to a VM on AWS.
The issue is that I'm not permitted DBA access. I can only now connect with user credentials.
But I still have desire to monitor as much as possible. Even simple stuff like check the backups have been run. So I can now only run minimal queries. Obviously I can't install sp_Blitz as it creates stored procedures.
But I do have full DBO to the database before it migrates over. Yes I can install sp_Blitz in that database, as it would be dbo.sp_Blitz. But I won't have the permission to then run it as a user.
Any suggestions or pointers on how I can get it (or open to alternatives) into the database in a way that I can execute when I'm just a user?