copy sql profile from one db to another db
A question about sql profiles:I run sql tuning job in production. It recommends using sql profile on some sqls, but I don't want to implement it directly in production. I'd like to be able to create the same profile in another database, test it, verify the impfrovments and then schedule it to go in production.
How can I take something like "create sql profile on ....<sql statement> from one database and run it in another database?
Thanks
0