Viewing 15 posts - 4,276 through 4,290 (of 39,919 total)
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
You are welcome, and give them a try. I'm hoping we get SQL Prompt ported there and then PoSh added.
April 11, 2019 at 4:09 pm
That's interesting. I clicked the newsletter now for the "Click HerE" and went to today's Linux question
April 11, 2019 at 4:01 pm
Amy, your issue was a bounce from your mail server. Likely something flagged over the weekend with how we send things. If you whitelist our server, you should get them.
For...
April 11, 2019 at 2:58 pm
Actually, issues with GPS this month: https://www.nytimes.com/2019/04/10/nyregion/nyc-gps-wireless.html
April 11, 2019 at 2:57 pm
@aaron, I think there's certainly lots of truth here, but I also know that complex systems are very complex. No one really knows all the rules, and it can be...
April 11, 2019 at 2:51 pm
Bug filed to add back the spam item for all users. It's in there for admins, but the rules for how it works need to be tweaked. If you post...
April 11, 2019 at 2:49 pm
I do worry about that, though also the move to newer, distributed systems causing issues as we try to integrate things together. It's a tough place to be since we've...
April 11, 2019 at 1:59 pm
OK, I'll file a bug here. Something in the formatting is stripping line breaks.
April 11, 2019 at 1:53 pm
Test reply with code:
DECLARE @Var1 int = 1; -–Line Break
DECLARE @Var2 int = 2; -–Line Break
SELECT * –-Line Break
FROM Table -–Line Break
WHERE Column1 = @Var1 -–Line Break
AND...
April 11, 2019 at 1:52 pm
It did, the issue was fixed and deployed a couple days ago. You are welcome and apologies for the disruption.
April 11, 2019 at 1:51 pm
Amy, they are definitely sending. I'm seeing them in my test accounts. I'll file a bug and see if we can check a log for this.
I assume you are ah*****@b*****.com
April 11, 2019 at 1:50 pm
That's logged as a bug 😉
April 11, 2019 at 12:52 am
Viewing 15 posts - 4,276 through 4,290 (of 39,919 total)