Viewing 15 posts - 391 through 405 (of 7,466 total)
Just to get you back on track ...
How many rows do you expect from your nested select(s) ?
SELECT Description + ' ' FROM RawDataDescriptions FOR XML PATH(''))...
May 11, 2023 at 9:18 am
Have a look at Powershell module DBATools - Copy-DBALogin
May 10, 2023 at 12:18 pm
Did you try to run this NOT using MERGE ?
ref: https://michaeljswart.com/2021/08/what-to-avoid-if-you-want-to-use-merge/
May 10, 2023 at 7:55 am
May 9, 2023 at 1:01 pm
Default trace holds the information you seek ! ( as long as it did not get cleaned up after a number of rolled forward for the xe files )
May 8, 2023 at 1:29 pm
Have a look at Copy-DBATable of the ( free ) DBATools module in Powershell
May 4, 2023 at 11:47 am
same as with an on-prem Sql server instance
May 4, 2023 at 9:21 am
I've been testing a bit to detect such queries at the linked server itself ...
For me, it turns out the only actual way to detect it is when you have...
May 3, 2023 at 9:07 am
Start an appropriate XE session to monitor that sproc's execution
You need to debug this sproc, because it will hit some error somewhere and may not hand it over to the...
May 3, 2023 at 5:26 am
You already made my day, Jeff !
Visualising your figurative speech.
Guess what: our auditors are always charmed by the 2 year migration rule ( that is already active for 10 years...
May 3, 2023 at 5:22 am
Eeasiest would be to start adding a partition for the new month and go from there on.
You'll need to handle the 6-month partition adequately in your cleanup process. ( Leave...
May 2, 2023 at 12:44 pm
O, this is a nice solution track.
It will need some fiddling with, because it spews a load of "ole%" events.
I've ended up with this to start discovering it all:
May 2, 2023 at 12:39 pm
indeed.
Been there, did that.
You can bring a horse to the water, but you cannot make it drink.
May 2, 2023 at 9:34 am
These are SQL 2005 instances on Win 2003 ( to be retired in the next 2 years, for the last 10 years )
From systems maintenance perspective, we don't touch these...
May 2, 2023 at 6:20 am
Viewing 15 posts - 391 through 405 (of 7,466 total)