Viewing 15 posts - 8,266 through 8,280 (of 39,877 total)
Phil Parkin (4/26/2016)
As a general rule, it's better to put IsNulls inside Sums rather than outside. This avoids the warning message about NULL values being eliminated:
Select Sum(IsNull([Col],0))
+1. Agree with Phil.
April 26, 2016 at 9:08 am
I'm mostly with Grant (same employeR), but I'd put the MS tool lower. PErhaps I'm wrong as I haven't used it in awhile, but it's more setup hassle, and admin...
April 26, 2016 at 9:07 am
Log
user_name()
suser_sname()
etc. (there are a few more)
into a table before the app runs the command (and the command). Check there isn't any impersonation.
If you execute as user = 'login', can...
April 26, 2016 at 9:05 am
Email the article(s), and feel free to focus separate pieces on a smaller part.
The problem isn't with your machine. Probably in the chair in front of it.
April 26, 2016 at 9:02 am
Always Encrypted works well, but you need a good mechanism for distributing certificates to each client. You can use a GPO or AD scripting, but be aware, if you have...
April 26, 2016 at 9:02 am
TomThomson (4/26/2016)
Either the answer is wrong or the question is badly worded. The question asks how many files, but the answer tells us...
April 26, 2016 at 8:47 am
Ray K (4/25/2016)
Not to mention (that same night) Jacoby Ellsbury's straight steal of home!
That's always cool. I've seen 3 home steals on team's I've played with as an adult, two...
April 25, 2016 at 9:20 pm
Ray K (4/25/2016)
How about that crazy triple play that the White Sox pulled off the other day???Baseball is a funny game!
That was crazy.
April 25, 2016 at 9:19 pm
SQLRNNR (4/25/2016)
David Burrows (4/25/2016)
Ed Wagner (4/25/2016)
April 25, 2016 at 9:18 pm
jeffrey yao (4/25/2016)
April 25, 2016 at 8:04 pm
jevitts (4/25/2016)
April 25, 2016 at 8:00 pm
Add a log to a table step, and see if that runs when SQL Agent starts.
April 25, 2016 at 3:59 pm
Never seen this.
Can you disable sa and see what that does?
April 25, 2016 at 3:52 pm
Typically I'd script this out and drop/create the new one.
April 25, 2016 at 3:45 pm
Viewing 15 posts - 8,266 through 8,280 (of 39,877 total)