Viewing 15 posts - 1 through 15 (of 45 total)
I will answer even though I'm not a guy.
The docs for SQL DB will answer your questions 1 and 3.
SQL DB doesn't have versions like that. It's a service, so...
May 7, 2020 at 9:17 pm
Also, now you also know the risks inherent in storing credentials in connection strings. 🙂
December 13, 2019 at 10:56 pm
Your Azure Global Admin should be able to get you the right access to the DB and/or the subscriptions you need to do your work.
There may be others who have...
December 13, 2019 at 10:55 pm
That’s how I define “remote access”. So that should not be a problem. There are some great troubleshooting blog posts out there for you to do some diagnostics and...
May 30, 2018 at 10:49 am
At this point you should be following normal remote connection troubleshooting. We’d also have to ask you a bunch more questions here.
So maybe do the normal troubleshooting and...
May 29, 2018 at 6:31 pm
Will this VM have any production uses? It's not clear from your question whether you will be eligible for a development license use or if you are using it for...
September 5, 2016 at 8:36 pm
When you say you are creating a new database, do you mean in the Azure Portal?
July 2, 2016 at 7:24 pm
Stack.
Older and slower, as long as server meets these requirements:
12 physical cores
96 GB RAM
Windows 2012 certified NIC
and more...
Not that people haven't already figured out how to...
February 12, 2016 at 1:58 pm
I'm trying to look up the detailed specs of azure pack. Currently stretch DB requires the target SQL DB to be v12.
And I see that they did a recent...
January 19, 2016 at 3:52 pm
Stretch specifically? No.
But some ways that teams archive data are partitioning, manually moving data to another table and using a view over the multiple tables, or backing up data...
January 19, 2016 at 2:19 pm
I don't think that would work given how stretch DB works under the covers, plus the fact that this private cloud solution doesn't cover all the Azure services/features/products.
The other reason...
January 19, 2016 at 1:45 pm
Yes, you can use SSMS. And many other data modeling and design tools.
You second question is fairly broad. I suggest you read and watch the materials available via...
August 27, 2015 at 2:53 pm
Microsoft Azure SQL DB has built in HA - 3 copies of your database are created and it's all managed by the cloud. If one of your replicas fails,...
February 26, 2015 at 3:39 pm
Since Azure requires a clustered index for every table with data in it, you can't alter it to change the clustered index.
July 2, 2014 at 12:26 pm
As I understand it, you can indeed create a table with no clustered index in SQL DB. But you just can't put data in it. I know, crazy.
Sorry I...
June 9, 2014 at 12:48 pm
Viewing 15 posts - 1 through 15 (of 45 total)