Viewing 15 posts - 2,041 through 2,055 (of 39,859 total)
Xevents looking for this will also help. That is non-intrusive to your system.
June 14, 2021 at 7:05 pm
There are also community scripts you can look at: https://www.sqlservercentral.com/search/failed+job/section/scripts
June 14, 2021 at 7:04 pm
You can also use Substring() to return a part of the string only.
June 14, 2021 at 7:03 pm
Nice, Bill. Some great pictures in there of nature. I'm going to be following.
June 10, 2021 at 10:54 pm
I'll try to search those out, but not sure. The threading in here isn't really a place to run a project or post the code. The GH repo is much...
June 10, 2021 at 5:26 pm
I think this has been true most of the time, but I am starting to see some companies build parallel tracks to keep advancing tech people without them going into...
June 10, 2021 at 2:55 pm
I agree. While I was looking around, I was thinking about putting in another example there.
June 10, 2021 at 1:57 pm
I don't think that CONTAINSTABLE allows a "NOT NEAR" to be used. At least, the docs on NEAR don't seem to show this.
I think a subquery that finds rows...
June 9, 2021 at 4:41 pm
I don't believe the linked server can access the key. Architecturally, this works by the decryption happening in your driver, on your machine, not on the server. The linked server,...
June 9, 2021 at 4:15 pm
What pietlinden noted is what I've done. What you are really doing here is auditing, so a trigger works well. From here, what you then do is replicate for some...
June 9, 2021 at 4:04 pm
I'd like to think this is how most organizations think, but I'm amazed at the number of high profile incidents blamed on a low level worker. That doesn't typically happen,...
June 7, 2021 at 2:51 pm
String Split would be easy. Add an optional parameter that adds an "order" column. I'm not sure why they won't do this one.
For SSMS, lots of ergonomic things would help,...
June 7, 2021 at 1:51 pm
I'm definitely closer to Glenn, and I'm actually a bit excited. I ordered a Tesla recently, and I'm looking forward to the car.
I haven't used a key to get in...
June 2, 2021 at 9:50 pm
I tend to agree with Jeffrey. While the separate volumes might not give performance improvement, they certainly make it easier to grow/move/change if you separate instances at some point.
June 2, 2021 at 5:58 pm
It is a seek operation. A query could potentially seek multiple times for different reasons, like the complexity, row lookups, etc.
June 2, 2021 at 5:51 pm
Viewing 15 posts - 2,041 through 2,055 (of 39,859 total)