Viewing 15 posts - 3,451 through 3,465 (of 22,209 total)
Brandie Tarvin - Tuesday, December 12, 2017 6:27 AMSmooth, Grant. Very smooth!I applaud how you slid that in there.
Thanks. Just trying to...
December 12, 2017 at 6:37 am
That's not available in Azure SQL Database because you're not dealing with a server, which uses default trace to generate the report. Instead you're dealing with a database as a...
December 12, 2017 at 6:22 am
Intellisense works fine as long as you only ever use SQL Prompt.
December 12, 2017 at 6:19 am
You can run Extended Events to capture this type of behavior. If you want to schedule a script to run, you can do that through Azure Automation.
December 11, 2017 at 6:35 am
You can't change that setting in Azure SQL Database currently. You can use Database Scoped Configuration to control the MAXDOP, but I'm not a fan of this approach.
December 11, 2017 at 6:34 am
Generally you just write the delete script for the children and then for the parent. there's no magic here.
December 11, 2017 at 6:28 am
It's all about understanding what you're doing well enough to educate people. If they have a query that is SELECT * FROM Table and it returns 20 terabytes of data...
December 8, 2017 at 6:40 am
Instead of using an IN clause, use another JOIN to retrieve that data. You would have to build a dynamic statement to perform a count before you tried to JOIN,...
December 8, 2017 at 6:33 am
It's always tough to make any kind of recommendation on stuff like this. Every situation has unique aspects that my affect what you do and how you do it. However,...
December 8, 2017 at 6:23 am
December 6, 2017 at 10:38 am
If you've done a rebuild, it shouldn't be fragmented any more. What command are you using to do that rebuild?
December 4, 2017 at 2:10 pm
Are you rebuilding the index? A rebuild should result in reduced fragmentation.
BTW, if you're not experiencing lots of scans, it's possible that you don't need to worry that...
December 4, 2017 at 12:39 pm
It's largely the same. Good code, good structure, proper indexes, statistics up to date, these are what you have to do. The difference is, as you tune the queries, you...
December 4, 2017 at 12:36 pm
December 1, 2017 at 11:23 am
btio_3000 - Friday, December 1, 2017 10:25 AMThank you.so no way to do extended properties in Azure DW whatsoever?
December 1, 2017 at 10:52 am
Viewing 15 posts - 3,451 through 3,465 (of 22,209 total)