Viewing 15 posts - 136 through 150 (of 5,685 total)
GilaMonster (8/9/2014)
August 9, 2014 at 2:54 pm
GilaMonster (8/9/2014)
faisalfarouqi (8/9/2014)
I would also request that if some suggestions around refactoring or maybe reordering of joins could be made to retrieve data quickly.
Reordering of joins won't do a thing,...
August 9, 2014 at 2:01 pm
Wait, when you say proxy, what exactly do you mean? Do you mean they setup a proxy on the server like in the node below?
If so, you set that...
August 8, 2014 at 5:20 pm
It depends on your security expectations. Typically, a login from an application doesn't have read/write, they ONLY have execute permissions to procedures, and inherit what they need from the...
August 8, 2014 at 3:31 pm
Regarding the Article, a thought provoking editorial, thanks for writing it.
jboc (8/8/2014)
You must be truthful on your resume but you can define yourself.
Omission is always allowed (and legal) on a...
August 8, 2014 at 2:52 pm
Nice article Perry. Simple and effective techniques. Thank you.
August 8, 2014 at 2:37 pm
TheSQLGuru (8/8/2014)
Evil Kraig F (8/8/2014)
TheSQLGuru (8/7/2014)
August 8, 2014 at 2:35 pm
TheSQLGuru (8/7/2014)
August 8, 2014 at 1:49 pm
I would recommend you start with something like this:
http://www.brianshowalter.com/calendar_tables
Just the first one that came up on google, and it looks reasonable.
Using a table like this you can filter, control, and...
August 8, 2014 at 1:42 pm
JeepHound (8/8/2014)
Thanks for the flame, now I know why they call you evil:-D
Now now, not exactly a flame. 😛 Certainly not aimed at any one of the...
August 8, 2014 at 12:31 pm
autoexcrement (8/8/2014)
August 8, 2014 at 12:23 pm
Currently working in finance, there's additional days you need to kick out, which are the holidays for the different markets. Assuming you're only working against NYSE, NASDAQ, and OTC,...
August 8, 2014 at 12:08 pm
Vince Poirier (8/8/2014)
The ROW_NUMBER() windowed function needs a ORDER BY clause that I can't provide.
Does this help your concern?
SELECT ROW_NUMBER() OVER (ORDER BY (SELECT NULL))
August 8, 2014 at 11:06 am
Phil Parkin (8/8/2014)
August 8, 2014 at 10:23 am
bpowers (8/7/2014)
Here I...
August 7, 2014 at 6:24 pm
Viewing 15 posts - 136 through 150 (of 5,685 total)