Viewing 15 posts - 1 through 15 (of 42 total)
Student, you've been a great fan and a great friend for so, so many years. So I know you'll appreciate it when I say: dangit, dude, don't scare us like...
July 7, 2020 at 1:52 am
Peter Schott (9/16/2016)
I'd...
September 20, 2016 at 1:14 pm
Eric M Russell (8/21/2015)
However, the MERGE statement is complicated enough that it could use a GUI...
August 21, 2015 at 8:55 am
-- Just a handful...
SELECT ROW_COUNT() OVER (PARTITION BY col1 ORDER BY col1) as RowNum, ...
DBCC SQLPERF(LOGSPACE);
RESTORE FILELISTONLY FROM DISK='c:\backup\xyz.bak';
RESTORE DATABASE xyz FROM DISK='c:\backup\xyz.bak'
WITH MOVE 'file1' TO 'D:\sql\xyz.mdf',
...
August 21, 2015 at 8:43 am
We're working out a better license wording right now. But, even with the existing wording, Minion Reindex is free to use as much as you want, all over the place:...
March 24, 2015 at 11:27 am
As a side note, we DO have over 60 pages of documentation on http://www.midnightsql.com/Minion/[/url] for Minion Reindex in DOC, PDF, and RTF formats, plus in-product documentation via the Minion.Help SP.
-Jen...
March 13, 2015 at 4:18 pm
That error was my fault. I posted the wrong package to MidnightSQL.com. I've updated the package, so we should be golden now. Very sorry for the inconvenience!
-Jen
January 29, 2015 at 12:58 pm
Hey Jeff, just a few answers (bold) while Sean's otherwise occupied:
1. Does it handle Partitioned Tables and Indexes without having to manually identify such things?
Currently it doesn't do anything special...
January 27, 2015 at 9:37 am
benjamin.seidle (1/27/2015)
Any thoughts on how these stack up with the scripts from Ola Hallengren that some of us know?
That's always one of the first questions, so we put together an...
January 27, 2015 at 9:23 am
Hi Jo,
There are a number of benefits to Minion Reindex over other solutions. I personally love the Live Insight feature, which lets you see what's happening while index maintenance is...
October 24, 2014 at 6:52 am
Grant Fritchey (1/24/2011)
January 25, 2011 at 6:14 am
Roy Ernest (1/24/2011)
But in the abstract, you are stating that you are going to provide how to reverse the...
January 24, 2011 at 10:42 am
Alan Vogan (1/24/2011)
I think it's good. Wish I could attend!
Thanks! I have a recorded Code Sins session up on my blog (http://www.midnightdba.com/Jen/articles/) but the 2011 version is much...
January 24, 2011 at 10:39 am
mister.magoo (1/6/2011)
Rem70Rem (1/6/2011)
This seems to be a good approach, but some year have 52 weeks when some other have 53.
The DATEPART function has a WEEK datepart that displays the week...
January 6, 2011 at 8:17 am
Steve,
Both in person and in your editorial today, you directly addressed the elephant in the room, the subject we all skirted: sex, and the issues surrounding it. This...
October 8, 2010 at 7:57 am
Viewing 15 posts - 1 through 15 (of 42 total)