Viewing 15 posts - 811 through 825 (of 39,520 total)
I do have concerns about the current generation of vehicles. Adaptive cruise control works, sort of. With other features it feels like we have quite a way to go...
August 23, 2023 at 3:21 pm
I'm not sure the cone placers are driving. They are protesting cars in general, and assuming autonomous cars are adding to the problem, not solving them.
Personally, I think Zip cars...
August 22, 2023 at 3:40 pm
I do that far too often. It always makes me think how Star Trek would work in practice, with all the touch screens and being in battle.
August 21, 2023 at 6:05 pm
Yep, different. Thought I might have typo'd, but they are different.
August 21, 2023 at 5:44 pm
You can increase the timeout for connections, but honestly, to me this is a proactive things DBAs need to do. VLFs are less of a problem in modern versions, but...
August 21, 2023 at 5:39 pm
...
The 1st thing I do when I start my wife's Skoda is to turn off the lane assist function. It's dangerous. It either doesn't work when you expect it...
August 21, 2023 at 5:37 pm
Little background. Apologies if you know this stuff.
A symmetric key is encrypted by one or more other methods. You can have one method (cert) that encrypts multiple symmetric keys.
At the...
August 18, 2023 at 9:16 pm
OK, that looks good. I know that the cert formats are a little strange. The challenge I think is a lot of certs from authorities are formatted for the web,...
August 18, 2023 at 9:01 pm
William, might be good to have a new post, but did you use the CREATE CERTIFICATE syntax in SQL Server? Can you post what that did and the error?
The...
August 18, 2023 at 8:28 pm
The SELECT needs a schema-lock because it has a plan to read the table. The table structure cannot change while the SELECT is reading, hence the lock.
As Johan says, kill...
August 18, 2023 at 7:46 pm
I'd script out the db, make sure you know the default filegroup and files are set up correctly. Likely this is either something you've missed when checking, or as Johan...
August 18, 2023 at 7:08 pm
I'm not sure what you want here. There are examples on that page. The top has a TOC with links, like this one for examples: https://learn.microsoft.com/en-us/sql/t-sql/queries/select-window-transact-sql?view=sql-server-ver16#examples
This was added to...
August 18, 2023 at 6:59 pm
Please post details of the versions, code if any, and the error log portions. You're assuming we know what "they" or "these errors" are.
August 18, 2023 at 6:56 pm
For the first part, using AWS instead of some server, I think this makes sense. The idea of FaaS type environments is this particular scenario: you don't want to manage...
August 18, 2023 at 6:55 pm
I don't have time to test, but I assume this would work fine. The read-only prevents changes to the publisher, but replication reads the log, as a separate job from...
August 18, 2023 at 6:52 pm
Viewing 15 posts - 811 through 825 (of 39,520 total)