Viewing 15 posts - 4,111 through 4,125 (of 39,768 total)
You could query sys.sysservers in master to get the linked servers, then with a cursor you can loop through them.
April 12, 2019 at 2:13 pm
You'd need to define what you want the trigger to do and we can then help you. As Thom noted, this is flawed code.
Some basics: https://www.sqlservercentral.com/articles/learning-about-dml-triggers
April 12, 2019 at 2:07 pm
Wow, can I ask how long a journey and #people/apps? This would make a great series of articles if you have time.
April 12, 2019 at 1:40 pm
And we have a test item. Asked in Slack, and a DevOps deploy to prod: https://www.sqlservercentral.com/newsletter-archive
April 12, 2019 at 1:39 pm
Yes, a bug is open here. The resource files moved, but the linkages got mangled. Not as simple as I had hoped. If there are specific ones, I Can manually...
April 12, 2019 at 1:37 pm
Looks like they've been removed or hidden already.
April 12, 2019 at 1:34 pm
Thanks, will check.
April 12, 2019 at 1:33 pm
We don't have an index right now. The current site uses a new mechanism, and there is a personalized link for newsletters. We're working to migrate that and render a...
April 12, 2019 at 1:26 pm
OK, I did some work on this and got an article I'll publish next week, but the short answer is that this is both easy and complex.
I've used certs for...
April 12, 2019 at 1:21 am
What does "two line ids" mean? You haven't really explained how you set this up or what the data looks like. It would help to have a small repro of...
April 11, 2019 at 10:51 pm
If you are missing the newsletter, send a note to the webmaster. Likely something is broken, but we can tell you. Mostly we find that we moved services, so some...
April 11, 2019 at 7:45 pm
You're going to need to use a stored procedure. I would argue that's modular and worth doing just as much as a function.
April 11, 2019 at 5:12 pm
This will replicate the index, but the creation of the index should take place on the subscriber. This will cause some workload as the indexes are built and a small...
April 11, 2019 at 4:59 pm
Our build list shows this as an SP2 patch. There is a release for sp1: https://support.microsoft.com/en-us/help/4293808/security-update-for-remote-code-execution-vulnerability-in-sql-server
Build list: https://www.sqlservercentral.com/articles/sql-server-2016-build-list
April 11, 2019 at 4:57 pm
Viewing 15 posts - 4,111 through 4,125 (of 39,768 total)