Viewing 15 posts - 19,666 through 19,680 (of 59,072 total)
jasona.work (8/28/2015)
In my case, the actual data loss customers agree too (not my call) is...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 7:42 pm
Andy Warren (8/31/2015)
I wonder if the life of a DBA isn't different than most because of the complexity compared to other systems. I'm not an Exchange/Sharepoint/whatever/whatever guy, but it sure...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 7:37 pm
coolchaitu (9/1/2015)
Dear Jeff,In that case, how to find unused indexes.
You can still use the information in sys.dm_db_index_usge_stats to guide you. You just don't want to do it based...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 7:09 pm
sriponraj (9/3/2015)
Check the connection for temp db by using sp_who2 active. Kill all the connection related to temp db and try to shrink..
So, if the run you kill is the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 5:13 pm
EasyBoy (9/3/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 5:06 pm
halifaxdal (9/3/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 4:47 pm
Alvin Ramard (9/3/2015)
Grant Fritchey (9/3/2015)
Nope. Just faked out the entire MSDN web...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 11:34 am
Grant Fritchey (9/3/2015)
AAAAARRRRGGGHHHH!The STUPID! It burns.
No, no links. Just needed to scream in agony for a moment. Go about your lives.
Heh... I should do something like that once in a...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 11:32 am
shamshad.ali (9/3/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 11:08 am
sgmunson (9/3/2015)
ramrajan (9/3/2015)
declare @enddate datetime = '2015-09-03 00:39:53.973'
declare @startdate datetime = '2014-11-07 00:42:39.920'
WITH Quarters AS (
SELECT Q = '1',...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 9:29 am
I agree with Grant and Luis. I'll also tell you that if you store the calculations from interest calculations for things like amortization tables, don't just store the data...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 9:21 am
shamshad.ali (9/3/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2015 at 9:14 am
mar.ko (9/2/2015)
you are saying that if the table is properly indexed, I really don't need to use the view which will limit the look-back period and thus...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2015 at 3:52 pm
Grant Fritchey (9/2/2015)
Lord Lucan (9/2/2015)
Thanks for the welcome folks.Grant - You've lost me with your second reply 🙂
Lord Lucan. The Charge of the Light Brigade. The battle of Balaclava. The...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2015 at 3:50 pm
GilaMonster (9/2/2015)
Jeff Moden (8/28/2015)
Before you go to all that trouble, try changing "postalid" to "*" or "1" in the not exists and see what happens.
That won't do anything. The...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2015 at 10:54 am
Viewing 15 posts - 19,666 through 19,680 (of 59,072 total)