Explore tweets tagged as #SpeedySQL
@AaronBertrand Looks like I am losing parallelism in 2014. The query in 2014 CE runs in 37 secs and 2 in 2012 CE.
0
0
0
Got sql error 3283 causing an issue with restore a DB that was encrypted. Had 2 drop DB encryption key prior to backup after encrypt scan
0
0
0
@AngryPets thanks I will look into this. They are nested to but if I change compatibility to 2012 or 2008 queries run as expected
4
0
0
Checking out SQL Server R Service on SQL 2016 #sqlsatoc #SQLSaturday
0
1
1
@mobileck if I change the compatibility to 2012 or 2008 the queries return as expected.
1
0
0
@speedysql #sqlhelp Arguably, views can promote horribly performing code. Try figuring out which are most exp: https://t.co/wXWzZFy6cx
1
0
2
@speedysql the nested views themselves - NOT the 2014 cardinality estimator. I'd recommend testing to find biggest issues/problems and...
0
0
0
@speedysql I've found a number of nested views performing poorly on 2014 - because of new estimator. Importantly: that's a problem with ...
0
0
0
Any data professionals have advice/guidance on possibly switching from a MSSQL DBA to MySQL DBA? Lessons learned? Recommended? #sqlhelp
1
0
0
@SQLHammer company I am working for is slowly phasing out SQL. And yes minimizing their expenses. Position might be open on MySQL
2
0
0
@mobileck plans are a mess but no obvious high costs. Changing compatibility to'12 corrects the issue. hoping for better solution
1
0
0
@speedysql looking at using QUERYTRACEON( 9481) for any queries you can't quickly/easily tune. Details here: https://t.co/uWfVZX16Fe
0
0
0
@speedysql More details here too: https://t.co/guNjsI0MyX To be clear: that's a bit of a hack - but helps til u can tune nested views.
0
0
0