Viewing 15 posts - 19,201 through 19,215 (of 59,072 total)
Gary Varga (11/10/2015)
Jeff Moden (11/10/2015)
Gary Varga (11/10/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 6:52 pm
Eric M Russell (11/10/2015)
A foolish man builds his business on top of a million lines of source code.
Hmmm.... wonder how much code Google or Ebay has.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 6:46 pm
MadAdmin (11/10/2015)
Favorite Quotes:
"Has anyone ever told you that a query you have written runs too fast?" - Dwain Camps - 6 Mar 2014
Yes.
Because the DB was then able to successfully...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 6:39 pm
GilaMonster (11/10/2015)
I've recently seen a system with many user-defined functions, each with thousands of lines of code, often calling each other. Tests or no tests, I'm not touching that.
They've done...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 9:19 am
It's going to be a bit slow but something like the following will do it...
SELECT columnlist
FROM dbo.SomeTable
WHERE (SomeColumn LIKE '%[^ ] [^ ]%' OR...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 6:35 am
I don't recall all of the reasons/caveats offhand but I remember reading about it and then studying how it works. All I can remember is "OK then... there's a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 6:25 am
Just to be sure, "average" and "mean" are the same thing.
For averaging over months, a lot of people will design on of several types "floating" or "rolling" averages. In...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 5:43 am
Gary Varga (11/10/2015)
By then...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 5:36 am
tt-615680 (11/10/2015)
I'm trying to get some information on permissions on each databases on the server but I'm trying to get a way of retrieving the information...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2015 at 5:21 am
jdbrown239 (11/9/2015)
I have a very large table (600,000,000 rows) on which I am trying to rebuild each index.
Every time I try the log file runs out of space. Log...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2015 at 5:15 pm
have2much (11/9/2015)
1....
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2015 at 5:13 pm
Jacob Wilkins (11/9/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2015 at 5:09 pm
Just to share a warning... run the following and see what's wrong in the original query...
SELECT CAST('2015-09-01 23:59:59.999' AS DATETIME);
You shouldn't try to "hit the mark" on the end...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2015 at 5:03 pm
Shawn Melton (11/9/2015)
What is the error?
... and on which box is the "D:" drive?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2015 at 4:46 pm
I wouldn't remove it. It's saying the drive is already mapped. The question is, why it would appear otherwise.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2015 at 4:45 pm
Viewing 15 posts - 19,201 through 19,215 (of 59,072 total)