Viewing 15 posts - 1 through 15 (of 18 total)
Steve, I think you're confusing the request for a higher functional limit with marketing-based limits placed on products from various vendors. Asking for a higher limit on RAM for standard...
January 21, 2022 at 12:59 pm
I'm looking at the t-sql code for your procedure and the section where you Declare @secret ...
Makes no sense to me. Is it something that happened on the upload or...
January 19, 2022 at 1:45 pm
Eric,
Are you saying that any database object is always going to be tightly coupled with other objects? That a table or a stored procedure or even a function can not...
November 12, 2021 at 6:24 pm
We've been using SqlDM for years though it isn't in an HA config. I'll be interested in finding out what you come up with.
Richard
Just learning about databases and Sql Server...
November 12, 2021 at 1:42 pm
Additionally, if you need to find out more information about your identity values you can use DBCC CheckIdent.
Use AdventureWorks;
Go
DBCC CheckIdent ('Person.AddressType');
Go
Richard
Just learning about databases and Sql Server...
November 12, 2021 at 1:39 pm
We recently went through this also. There are multiple places that need to be updated when moving to a TLS 1.2 and strong cipher architecture. Here are some articles that...
November 12, 2021 at 1:31 pm
They can want and they can push. That doesn't mean it's going to happen. There are too many companies and indeed, people who will want tighter control over their data...
November 12, 2021 at 12:56 pm
Hi Daniel,
In your last paragraph, you suggest that Microsoft may suspend development of SSIS in favor of Azure Data Factory. I was under the impression that ADF doesn't do on-premises...
November 12, 2021 at 12:47 pm
Nicely put. Thanks, Steve for the analysis and analogy.
Richard
November 12, 2021 at 12:37 pm
I saw this when it first came out and had meant to get back to it. It took me a while but I made it. 🙂
Rather than a slightly complex...
July 15, 2021 at 12:23 pm
Yes. Also, the host profile in effect can affect the outcome.
July 2, 2021 at 3:15 pm
Nicely said, Grant. I've always liked learning about history, also. Perhaps it's time to return to it.
Love the tag line too!
-Richard
March 8, 2021 at 1:39 pm
Hunh, learn something new all the time. I'd never used or even heard of this function. I tried to answer it with what is in my head. (I think that's...
February 23, 2021 at 12:47 pm
Nicely put, Steve.
I like to think of it as craftsmanship. I think we all want to do a "good job". I admit I'm a bit of a perfectionist, wanting to...
October 29, 2020 at 11:44 am
Before COVID-19 became an issue for me, being required to come to the office was always more about the managers wanting to keep control.
I've worked in the military as a...
September 2, 2020 at 1:45 pm
Viewing 15 posts - 1 through 15 (of 18 total)