Viewing 15 posts - 1,231 through 1,245 (of 22,184 total)
I don't have a test instance for Managed Instance to look at for you. Maybe open a ticket with support. I'd think you'd be able to see more data on...
July 26, 2021 at 1:23 pm
Filestream just isn't supported on Azure SQL Database or Managed Instance. You just can't use it at all. I haven't tested this particular scenario with the Migration Service, but...
July 26, 2021 at 12:57 pm
So, if you're after some increased efficiency and reduced overall load on SQL servers the last people you should be listening to are Microsoft employees.
That's a pretty tough accusation....
July 26, 2021 at 12:45 pm
Grant, I do have a question for you. In the past I've applied for jobs out of state. During the application process there was often a question that read...
July 26, 2021 at 12:25 pm
Thanks for the support on the move. A couple of notes. First, I'm not changing jobs. I love Redgate and you'll have to pry this job from my dead cold...
July 26, 2021 at 12:19 pm
Going backwards is hard. There are no shortcuts. The best way is going to be to script everything out and then build data migration processes using whatever tools you're most...
July 23, 2021 at 10:33 am
Quick note regarding any 3rd party solution:
I'm game to use any of them. Show me a restore to a point in time that meets our SLA, RTO & RPO. Now...
July 21, 2021 at 1:28 pm
Months of log restores? Oh no. That will be a nightmare, regardless of the failover question. Speaking of, because the secondary has the same transaction id values and will be...
July 21, 2021 at 11:40 am
Rebuilding an index updates the statistics. After updating statistics, new execution plans get created. Sounds like the stats update may have lead to a different plan with poor performance. Since...
July 20, 2021 at 11:32 am
Instead of trying to trick out how extended events works, simply expose the data collected in a different location, a file system or something. What's important is not running Extended...
July 15, 2021 at 3:17 pm
If you're capturing queries, usually either rpc_completed or sql_batch_completed, you'll be getting all queries. Then just filter by the appropriate action and values to limit the queries to a particular...
July 15, 2021 at 3:04 pm
To do this you're going to need to use an Action in the events you capture. Which action really depends on your system setup. You can use username, session_principal_name, nt_user_name,...
July 15, 2021 at 11:50 am
Yep. You're stuck. Either all the values are the same, then no update should occur and no change tracking needed, or, the data is inserted only, and no way to...
July 15, 2021 at 11:39 am
No arguments. Your interpretation may be right. But then, what are we trying to see here? Query performance but not queries? How then do you correlate the performance, "An unidentified...
July 13, 2021 at 11:54 am
Viewing 15 posts - 1,231 through 1,245 (of 22,184 total)