Viewing 15 posts - 2,971 through 2,985 (of 22,202 total)
So here's the deal, the Azure Query Editor window doesn't allow you to highlight a query and run it in parts. It runs the whole query as a single statement....
September 12, 2018 at 5:32 am
So I understand, your first table has a unique constraint consisting of two columns, but you're trying to set up a FK relationship to only one of the columns? You...
September 12, 2018 at 5:09 am
So mirroring won't work from 20 different databases into 1 database. If you want to do something like that you're looking at either building your own tool, or using
September 12, 2018 at 4:57 am
What were the schema changes? Did it add new indexes on top of the ones already there? That would explain the size increase. Or is it just the log that...
September 12, 2018 at 4:55 am
September 12, 2018 at 4:48 am
Yes. Nothing has changed in Profiler since 2008.
You might want to take a look at Extended Events for your more modern systems.
September 12, 2018 at 4:44 am
September 11, 2018 at 5:58 am
Hello Threadizens,
Look, I could care less, but Hugo is quite chuffed about this, so I figured I'd share this with you. The 3rd Edition of Execution Plans is...
September 10, 2018 at 9:06 am
I get that... what I'm suggesting is that because a scan would use...
September 10, 2018 at 7:55 am
But, on an individual basis, you would end up paying more for a scan...
September 10, 2018 at 7:21 am
September 10, 2018 at 7:17 am
September 10, 2018 at 7:11 am
Education.
Help them out by teaching them the right things to do. It's the only way unless you lock them out, which may or may not be possible depending...
September 10, 2018 at 5:49 am
Jeff is dead on accurate. That is the fastest and safest way I know to get the job done.
However, I do know a way that is just as...
September 10, 2018 at 5:44 am
It really depends on how you're capturing the elapsed time. There is a way in extended events to only capture the execution time of a procedure, skipping the compile time...
September 10, 2018 at 5:40 am
Viewing 15 posts - 2,971 through 2,985 (of 22,202 total)