Viewing 6 posts - 1 through 6 (of 6 total)
I still like this solution when I need to delete a lot of data,
https://michaeljswart.com/2014/09/take-care-when-scripting-batches/
August 30, 2024 at 7:18 am
You can make an Edition Upgrade (see https://docs.microsoft.com/en-us/sql/database-engine/install-windows/supported-version-and-edition-upgrades) instead of reinstall. Developer Edition is same like Enterprise Edition and shouldn't be used in a productive environment.
September 11, 2017 at 12:53 pm
Hi,
you can use also the Balanced Data Distributor, see https://www.microsoft.com/en-us/download/details.aspx?id=4123
regards,
Alex
August 4, 2015 at 4:29 am
Thanks for the answers,
I think we must rewrite some statements to avoid the sort warnings. But one last question:
If I use the the hint OPTION (MERGE UNION) in our...
September 30, 2011 at 5:43 am
Thanks,
I changed the query to an inner join and for the TOP 25 everything works fine. But with TOP 500 I've got the same problem.
With select * from sys.dm_exec_query_memory_grants I...
September 27, 2011 at 7:33 am
Thanks,
I've already activated the option 'optimize for ad hoc workloads'. The growing of the memory for the execution plans is a little bit better, but the counts of the execution...
July 12, 2011 at 9:42 am
Viewing 6 posts - 1 through 6 (of 6 total)