Viewing 15 posts - 17,746 through 17,760 (of 59,069 total)
Sergiy (4/28/2016)
Jeff, don't be so sure.It's MS Windows we're talking about here.
Ever noticed Modified Date earlier than Created Date?
I did. Not once, not twice.
Understood. I did a test (before...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2016 at 9:14 am
GilaMonster (4/28/2016)
Jeff Moden (4/28/2016)
river1 (4/27/2016)
I have a proc running every day that reorg/rebuild indexes. If reorg then also updates the stats
Ah, careful now. Specifically, REORG does NOT rebuild stats....
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2016 at 9:09 am
I'll try to post the code tonight. Have to do some cleanup on it to remove some of the proprietary/sensitive stuff.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2016 at 8:53 am
river1 (4/27/2016)
I have a proc running every day that reorg/rebuild indexes. If reorg then also updates the stats
Ah, careful now. Specifically, REORG does NOT rebuild stats. Only a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2016 at 6:30 am
Alan.B (4/28/2016)
squvi.87 (4/28/2016)
any set based approach? with out using cross apply ?XML is a different animal...
When did CROSS APPLY become the "not set based" approach?
A lot of people incorrectly consider...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2016 at 6:19 am
Luis Cazares (4/27/2016)
SELECT ID,
STUFF(
...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2016 at 5:29 am
inHouseDBA (4/27/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2016 at 5:25 am
squvi.87 (4/28/2016)
any set based approach? with out using cross apply ?
That's the "lovely" part of XML... Cross Apply IS the set-based approach.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2016 at 5:05 am
To add to that, if you are, in fact, using SQL Server 2012, make sure that you're at SP3 with the latest CU. There were a couple of problems...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2016 at 6:41 pm
river1 (4/27/2016)
We will try in Production environment to clean the cache in order to get new query plans (stored procédures will need to create new plans)
This is because everytime...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2016 at 4:45 pm
Cool. When you figure it out, let us know what "some way" turned out to be, please. Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2016 at 4:20 pm
TheSQLGuru (4/27/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2016 at 9:26 am
Iwas Bornready (4/27/2016)
Wow, the quoting is kind of getting crazy.
Can I quote you on that? 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2016 at 7:28 am
BLOB_EATER (4/27/2016)
Jeff Moden (4/26/2016)
Not much to add because Kevin beat me...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2016 at 7:10 am
David.Poole (4/27/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2016 at 6:50 am
Viewing 15 posts - 17,746 through 17,760 (of 59,069 total)