Viewing 15 posts - 7,246 through 7,260 (of 59,072 total)
To me, most machines/computers/whatever aren't "intelligent" nor are they able to "learn". At least, not yet. Don't get me wrong... there's some very, very clever programing being done out there...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2020 at 3:52 am
Have you tried getting the row count from the sys.partitions view?
John
In this case, I think that's a bad idea because that may not match the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 7:09 pm
I hear you, Steve. There's no one-size-fits-all type of AI. Your analogy of cooking and baking is excellent. I'm a terrible cook, so if I were left on my...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 6:54 pm
K. Thanks. I'll keep looking. This one has me stumped so far.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 6:40 pm
Yes. I got to know that Rowcount variable will not be updated until the complete control flow completes.
The sql table have millions of records.Is that the reason it is...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 6:38 pm
I don't know that we know that it's Social Security Numbers in clear text, do we? We only know that the name of the column is SSN, I think....
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 5:04 pm
Have you tried getting the row count from the sys.partitions view?
John
In this case, I think that's a bad idea because that may not match the actual number...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 4:10 pm
Have you tried getting the row count from the sys.partitions view?
John
In this case, I think that's a bad idea because that may not match the actual number of rows...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 3:47 pm
@DataRat and to all those helping him... please raise your hand if you wouldn't be upset if it was YOUR plain text SSN that was splattered across 35 tables even...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 3:44 pm
I think that one of the most important parts of all of this can be found in the conclusion section of the article. In particular, I'm talking about the following...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 3:26 pm
Hi Jeff,
Language on Windows is also en-us. So can't be that either. Thanks for replying tho.
I'm not talking about the language on Windows... I'm talking about the language settings...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 3:08 pm
I know it seems like a strange question because the answer may seem obvious but why are you doing this? If the answer is to do supposed "Best Practice" index...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 2:45 pm
Depending on AI is like listening to the news. It is more opinion than fact. It is by its very nature biased by the beliefs and desires of those...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 2:09 pm
I want to run this script on the server itself. I don't have a SQL Server for administrative purposes. Can I adapt this script for this purpose or is...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2020 at 2:05 pm
I have a sql statement that checks for certain special characters in a string and returns that.
SELECT
CASE
WHEN (LEN(DSC1) - CHARINDEX(char(1), DSC1)) <> LEN(DSC1) THEN '[DSC1 -...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2020 at 11:21 pm
Viewing 15 posts - 7,246 through 7,260 (of 59,072 total)