Viewing 15 posts - 2,866 through 2,880 (of 22,202 total)
It's extremely situational. It depends on your region of the world, the services you offer, your level of experience, your level of reputation, and finally, whatever the market will bear....
November 1, 2018 at 5:36 am
November 1, 2018 at 5:30 am
Please don't cross post questions. It makes the conversation difficult to keep track of.
I posted one answer over here. Please, anyone else, continue the conversation there.
November 1, 2018 at 5:21 am
1) No. It doesn't work like that. The only issue possible is if, let's say, you created a giant table, then added data to other tables, and then deleted the...
November 1, 2018 at 5:15 am
I think what you're going for is best satisfied by using UNION ALL (bit of a guess). The key is that each of the two SELECT statements have...
November 1, 2018 at 5:06 am
October 31, 2018 at 2:36 pm
October 25, 2018 at 2:25 am
Strong recommendation, turn on query store on the databases you migrate from pre-2014 servers to post-2014 servers (2016 or greater). Leave the database in the old compatibility mode for a...
October 25, 2018 at 1:43 am
First up, check the connecting settings between your SSMS and the clients calling the procedure. There may be differences. Also look at the execution plans to see if they are...
October 25, 2018 at 1:38 am
Ah, if you're already using Azure storage, then it clearly is all a Microsoft issue. Wonder if this counts as a noisy neighbor situation?
October 23, 2018 at 6:58 am
Two things, migrate the BACPAC file to Azure storage first, then import it to the database. Also, make sure you're using an adequate service tier for the imports. It does...
October 23, 2018 at 6:37 am
It's a somewhat tough subject to address. I'd say, make sure, just like any index, that the statistics are up to date. That's more important than anything else.
October 22, 2018 at 12:31 pm
I believe you've identified the crux of my dilemma. The...
October 22, 2018 at 12:22 pm
Nope. Not normal. So...
How are the measures being done? I'd suggest doing the measures on the server using extended events (or, if this is really 2008, trace events)....
October 22, 2018 at 12:20 pm
There are exceedingly few books on any topic in Azure because it moves too quickly for most of us to write a book on the topic. There are however tons...
October 22, 2018 at 6:41 am
Viewing 15 posts - 2,866 through 2,880 (of 22,202 total)