Viewing 15 posts - 436 through 450 (of 2,044 total)
With a rectangle ? Show on page 8, add a page break
March 20, 2020 at 2:31 pm
Have a look at the (actual) query plan after the execution of the stored procedure to show what SQL is executed.
Brent Ozar is currently presenting a tuning week online (til...
March 20, 2020 at 2:25 pm
Where did you find the variable declaration stuff?
March 20, 2020 at 2:19 pm
If you have a baseline of workload before, you could compare it to baseline after.
Otherwise: user response?
March 20, 2020 at 2:18 pm
Holy smoke.
I don't know for our company. We've got internal generators to make sure labtests are completed. Internet dependency has increased lately
March 20, 2020 at 2:14 pm
Thanks for your solution
March 19, 2020 at 10:10 am
Working from home is plenty distracting. Beautiful weather, beer in the fridge, free choice of radio
March 17, 2020 at 12:52 pm
You can use XE to capture filegrowths
https://www.brentozar.com/archive/2015/12/tracking-tempdb-growth-using-extended-events/
March 16, 2020 at 10:07 am
developer edition? Ain't free for production
March 16, 2020 at 9:56 am
Haven't tried openquery yet regarding batchsizes and character limits.
Anyway, the switch to ado.net solved the slowness problems for now until the switch to sql 2019
March 16, 2020 at 9:54 am
On your UAT server, restore the databases with the same compability.
You could try out https://spaghettidba.com/tag/workloadtools/ for capturing / replay the SQL on the UAT.
Saw a demo at dataminds connect. You...
March 9, 2020 at 1:34 pm
Thanks for mentioning that Powershell 7 is out
March 5, 2020 at 1:17 pm
Thanks frederico_fonseca and Jeff Moden for the extensive feedback.
I'm transfering 160 million rows of oracle 11g number (19,0) not null to sql server numeric(19,0) not null
Using SQL 2017 Enterprise +...
March 5, 2020 at 10:20 am
Awaiting SQL 2019 backup support, trying with the ado.net driver. Doesn't seem to go slower after a while
March 3, 2020 at 5:23 pm
You can trace filegrowth with extended events https://www.sqlservercentral.com/blogs/finding-file-growths-with-extended-events
March 3, 2020 at 1:39 pm
Viewing 15 posts - 436 through 450 (of 2,044 total)