Viewing 15 posts - 7,276 through 7,290 (of 59,091 total)
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
Not sure but you may also have to for the language to "English", as well.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2020 at 11:21 pm
Heh... Ok... I'll bite. Is it? 😉
I also wonder why people do this type of thing to perfectly good relational data.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2020 at 11:16 pm
To be honest the vendor won't tell use. It is transaction replication for reporting
All I know is they won't turn on nonclustered inxedes in replication
thus the recreation each night
I'd...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 18, 2020 at 2:07 am
Nah... I gotta agree... face time is better than any of that.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 18, 2020 at 1:58 am
I don't mind giving online presentations at all because I don't do much differently. During in person presentations, I actually tell people not to look at me but, rather, to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 17, 2020 at 4:50 pm
I've unspammed it. While it did look funny, I didn't take it that way. Mainly because I've seen quite a few posts from SCDecade.
BWAAA-HAAAA!!! So you've been watching him...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2020 at 8:54 pm
Viewing 15 posts - 7,276 through 7,290 (of 59,091 total)