Viewing 15 posts - 4,261 through 4,275 (of 39,867 total)
Well that's an interesting question. I would think you could, because the backup encrypt docs say use CREATE CERTIFICATE. That can be used to import a third party cert, so...
April 10, 2019 at 2:46 pm
I agree with Grant, but one thing I'd suggest is take a backup of all databases on the previous instance and restore them on the new one (or use dbatools...
April 10, 2019 at 2:43 pm
Not sure if this is correct, but I see this: "Any combination of valid query hints can be used in a plan guide. "
in https://docs.microsoft.com/en-us/previous-versions/sql/sql-server-2005/ms189854(v%3dsql.90)
No 2005 instance to test, but...
April 10, 2019 at 2:40 pm
You are welcome and again, apologies for this. There were some configuration items that weren't set for all users, but were set for many, which threw off this as an...
April 10, 2019 at 2:28 pm
Looks like all posts are in UTC. Checking to see if we can alter this.
April 10, 2019 at 2:25 pm
Not sure, adding a post to check my time.
April 10, 2019 at 2:22 pm
:P, you could always advocate for this.
April 9, 2019 at 4:00 pm
That message indicates your IO subsystem is overloaded. It cannot handle the load. This could lead to things taking longer, which could mean more concurrency in tempdb.
What is abnormal? Do...
April 9, 2019 at 2:52 pm
I agree with Lynn. Use a DDL trigger here that will read metadata to build the changes needed for a table to replicate it.
What I'd do is create a process...
April 9, 2019 at 2:50 pm
We think we've found something that might cause this to occur. I hope a fix will come out soon. Will post a note when I see the deployment.
April 9, 2019 at 2:20 pm
Use IPSec at the network layer (or VPN tunneling).
April 9, 2019 at 2:19 pm
Look at unpivot
https://www.sqlservercentral.com/articles/an-alternative-better-method-to-unpivot-sql-spackle
April 9, 2019 at 2:14 pm
Great point, Ralph. Note that PowerShell and Python are also great text processing utilities as well. Learning some of the Unix, PoSh, or Python skills can be very handy for...
April 9, 2019 at 2:10 pm
Viewing 15 posts - 4,261 through 4,275 (of 39,867 total)