Viewing 15 posts - 3,781 through 3,795 (of 39,862 total)
What are you looking to check with "we want to check that 7 instances replication status in one dashboard"?
If you want just a replication dashboard, you can build some things...
July 10, 2019 at 10:13 pm
A side note, there is also sys.dm_db_resource_status in each db - https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-db-resource-stats-azure-sql-database?view=azuresqldb-current
July 10, 2019 at 5:45 pm
You can't, because you can't just insert to another database. There is a way to do cross database queries, and it can be complex. I realized I should have written...
July 10, 2019 at 5:29 pm
You can get away with it, but security changes the game. I wouldn't hesitate to run a small system on SQL 2000 if I had to, but I'd want it...
July 10, 2019 at 3:57 pm
Perhaps, but that might mean the Windows continues to thrive on the desktop. You can run any Win/*nix/OSX app, but still on Windows.
The Windows shell and environment is pretty familiar...
July 10, 2019 at 3:55 pm
Or check out the Python meeting of the San Diego TIG: https://www.meetup.com/San-Diego-Technology-Immersion-Group-SDTIG/events/223458320/
July 10, 2019 at 3:51 pm
Actually, you should try Python. I think R is a mess, but Python is a very nice language to work in. If you want to have some fun, solve some...
July 10, 2019 at 3:50 pm
Typo from testing. Should be ndf. Corrected.
July 9, 2019 at 11:00 pm
You haven't provided any DDL here. WE have no idea what the Transaction or Operator tables look like,and your queries don't really provide much explanation. Also, please don't use SELECT...
July 9, 2019 at 5:42 pm
https://blogs.msdn.microsoft.com/buckwoody/2011/02/01/windows-azure-emulators-on-your-desktop/
https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator
https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator
Probably more out there.
July 9, 2019 at 5:27 pm
Wait, still the issue after bouncing the server? Could there be some rollback activity taking place?
July 9, 2019 at 4:51 pm
I suspect that 2005 just defaults to 2000 as the error when it sees a version it doesn't recognize as that is the most recent version before 2005. You can't...
July 9, 2019 at 4:36 pm
This isn't well documented for anything other than tables, which is why you may be confused. The Synonym doesn't change context. This provides an easy way to reference something in...
July 9, 2019 at 4:31 pm
If you still have an on-premise SQL Server, then a linked server to the Azure database can help with your existing job. If you are trying to get rid of...
July 9, 2019 at 4:13 pm
Viewing 15 posts - 3,781 through 3,795 (of 39,862 total)