Viewing 15 posts - 17,596 through 17,610 (of 59,069 total)
polkadot (5/25/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2016 at 9:55 pm
Steve Jones - SSC Editor (5/24/2016)
vliet (5/24/2016)
Well, heaps do have a slight advantage in certain cases. Because SQL Server ...
I really dislike opening statements like this. You are almost implying...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2016 at 9:36 pm
krypto69 (5/25/2016)
I have a pretty simple update statement:
UPDATE eligibility
SET primary_plan = 0
FROM temp_eligibility e
WHERE eligibility.eligibility_id = e.eligibility_id
This statement is updating around 7 million rows. Problem is it is filling up...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2016 at 9:12 pm
ThomasRushton (5/25/2016)
jasona.work (5/25/2016)
Does anyone, when they're...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2016 at 8:02 am
Rankerg (5/24/2016)
So I will have 1xtra phone number table with customer ID as a foreignkey right? And what do you mean by business requirements for data usually it's business...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2016 at 11:59 am
Andre 425568 (5/24/2016)
I did rebuild before this, but still there were tables with over 80% fragmentation
For smaller tables, SQL Server doesn't always rebuild an index even if you told it...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2016 at 8:12 am
Grant Fritchey (5/24/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2016 at 8:09 am
Luis Cazares (5/24/2016)
You have several code smells in there. Some of them are:- Using functions in your WHERE clause
Just to clarify... having functions in your WHERE clause isn't a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2016 at 8:04 am
Andre 425568 (5/23/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 23, 2016 at 4:59 pm
rk1980factor (5/23/2016)
All servers are on virtual environment (vmware)
all backups store in SAN drive (LUN) D:\drive for all...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 23, 2016 at 4:44 pm
Charmer (5/23/2016)
It's not just 3 tables bcoz its not fixed...
The tablix creation depends upon how many values we pass.
But as far as I know, even if creating dynamic tablix...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 23, 2016 at 4:38 pm
TheSQLGuru (5/23/2016)
Jeff Moden (5/23/2016)
anthonystevens (5/23/2016)
Looks like it was a problem with our SAN. Thanks for the help and advise.
What kind of problem?
Also, why are you wasting valuable SAN space...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 23, 2016 at 4:32 pm
Database admin(DBA) (5/23/2016)
Thank you jeff for your quick response.Total size of the indexes is around 98GB.Waiting for your suggestions to proceed further.
Look at what I asked. I need to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 23, 2016 at 4:26 pm
Database admin(DBA) (5/23/2016)
But for your information,The requirement is need to reduce size of the database and here Data file free space available around 98.5...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 23, 2016 at 9:10 am
anthonystevens (5/23/2016)
Looks like it was a problem with our SAN. Thanks for the help and advise.
What kind of problem?
Also, why are you wasting valuable SAN space to store backups?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 23, 2016 at 9:07 am
Viewing 15 posts - 17,596 through 17,610 (of 59,069 total)