Viewing 15 posts - 7,876 through 7,890 (of 59,072 total)
Sorry, I am curious as to how it can do this and what factors influence it; I would like to know when indexes are needed for these types of...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 8:51 pm
What are you suggesting by lesser environment?
This...
We don't have any testing machine provided yet. I doubt we will get it though.
That's a very real problem. There should be...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 7:04 pm
Hi,
We have an OLAP cube built with 2016 version. Now DBA team is planning to migrate to 2019 SQL server version. This is a general question that if there...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 5:43 pm
Yeah, I see where the paranoia comes from. However, I can also see how the NSA would prefer a more secure Windows OS.
Heh... the first thought that came to...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 3:08 pm
Jeff Moden wrote:(heh... no one uses column store, right? :D) but didn't say so. My bad.
BWA-HA-HA!!!
Exactly.
I sure wasn't trying to correct your answer, just add to it.
Not to worry. It's...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 3:03 pm
With regard to the recovery model, I'd forgotten about Bulk-Logged. It's definitely something to consider. Another part of the standardisation is to review the backup policies and procedures so...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 2:14 pm
I have my production databases set to be "exposed" to the possibility of a transaction log backup every 15 minutes, but it's stupid to do an actual T-Log...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 2:08 pm
Jeff Moden wrote:p.s. And stop using REORGANIZE for your index maintenance.
With the noted exception of columnstore indexes, but only when working in 2016 SP1 or greater.
Correct. Thanks for the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 1:58 pm
I try to avoid to have hit the table for each section of code and then try to avoid more than 1 section of code. With a little help from...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 4:55 am
Lately, the migration assistant also transmits a shedload of information about the servers involved to Microsoft, which I don't believe I want them to have no matter how benign they...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 1:38 am
The problem in step 4 is that you actually have 2 transactions in step 3 but have only committed once. In step 3, you run it once with COMMIT commented...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 1:34 am
If it has zero or negative growth, why are you worried about the precise value of an autogrowth number? Pick a number (for example, 50 or 100MB) and move on.
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 1:24 am
Actually, the ANSI/ISO Standards say that it ought to look like "2020-01-04", or maybe "2020-04-01";
Not quite right. The ISO standards state that it can look like that as a...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 12:58 am
I agree. Download and run Ola Hallengren's solution. It's far more complete, and is far more flexible, than what you have written.
Ola's code is, indeed, the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2020 at 12:51 am
Hi
I have the following code:
in the end, the date should look like 1/4/2020, in a date format. And while this appears to be doing that, it comes back with...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 14, 2020 at 6:13 pm
Viewing 15 posts - 7,876 through 7,890 (of 59,072 total)