Viewing 15 posts - 3,736 through 3,750 (of 39,821 total)
To me, this is one of those places where you ought to have two stages of building software.
We don't deploy software to production if it hasn't come from the build...
July 15, 2019 at 4:07 pm
Start. I would bet containers are going to be an important part of our future in 5-10 years.
July 15, 2019 at 3:33 pm
Glad you like it. I was the hero early in my career. Learned to not do that, and ask questions/set expectations in the interview. I've walked away from lots of...
July 11, 2019 at 4:58 pm
I'd always save locally and then pull from there for reporting. That way if the pull process has issues, at least you have some aggregate data in the db.
I tried...
July 11, 2019 at 4:36 pm
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
Viewing 15 posts - 3,736 through 3,750 (of 39,821 total)