Viewing 15 posts - 14,026 through 14,040 (of 59,095 total)
What a terrible shame it is that MS doesn't make this possible this easily using just T-SQL.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2017 at 7:09 am
I could be wrong but, without disabling or dropping the index, making indexes invisible to the optimizer in SQL Server isn't possible.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2017 at 7:06 am
I've seen it in the formulas but asking the questions out loud to make absolutely sure...
1. If a time is involved in the dates, it should...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2017 at 6:37 am
I have a potential table
CREATE TABLE dbo.Preferences
(
EmailAddress VARCHAR(100) NOT NULL,
ChannelID INTEGER NOT...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2017 at 8:34 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2017 at 5:24 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2017 at 5:19 pm
Gail is correct and I didn't mean to imply that it was the cause of a row missing from an index. I meant it only as a bit of advice...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2017 at 5:14 pm
True enough. Reports and third party software are probably the most common situations where you have...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2017 at 5:01 pm
I personnally think that SQL queries scares those...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2017 at 9:44 am
P.S. No wanting to rely on abbreviations, what does GDPR stand for in this case?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2017 at 9:25 am
Hi David,
Having recently gone through some problems with several relatively large tables that were once the size you predict, I do have some suggestions for "bullet proofing". I'll...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2017 at 9:22 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2017 at 8:36 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2017 at 8:18 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2017 at 7:57 am
I was able to get parallelism out of it by simplifying the function instead of the "Make Parallel" thing but now I'm dealing with an implicit cast that's making mine...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2017 at 12:15 am
Viewing 15 posts - 14,026 through 14,040 (of 59,095 total)