Viewing 15 posts - 3,646 through 3,660 (of 39,726 total)
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
Good catch. I never run case sensitive, but edited the question.
July 9, 2019 at 3:44 pm
If you have 10,000, use sampling. If you know a representative set, use that, otherwise, grab 20-50 dbs, do the backups, and make an educated guess. I assume if you...
July 9, 2019 at 3:42 pm
Talk to your network sysadmins. Likely BackupExec is running for general file backups as well. There isn't anything wrong with the agent here, but practice restores to a new machine...
July 9, 2019 at 3:41 pm
Viewing 15 posts - 3,646 through 3,660 (of 39,726 total)