Viewing 15 posts - 181 through 195 (of 9,641 total)
Grant Fritchey (1/29/2016)
BL0B_EATER (1/29/2016)
Have you guys during your careers ever thought about doing something else in life.. as opposed to IT / SQL Server / Coding etc etc?
Yeah, I'd love...
January 29, 2016 at 10:43 am
Luis Cazares (1/22/2016)
You're effectively not inserting any null values explicitly, but you were missing the column in...
January 22, 2016 at 8:27 am
Grant Fritchey (1/20/2016)
January 20, 2016 at 1:21 pm
I've some interesting interview experiences recently both as the interviewer and the interviewee.
As an interviewer I've seen 2 resumes/CVs from one recruiter that had a specialized piece of...
January 19, 2016 at 8:18 am
Ed Wagner (1/11/2016)
Koen Verbeeck (1/11/2016)
Ed Wagner (1/11/2016)
Grumpy DBA (1/11/2016)
Grant Fritchey (1/11/2016)
One of my favorite songs. Although Bauhaus...
January 11, 2016 at 1:13 pm
Steve Jones - SSC Editor (1/8/2016)
Your article today compels me to seek your “Unsubscribe”...
January 8, 2016 at 1:14 pm
Ed Wagner (1/7/2016)
January 7, 2016 at 7:51 am
John1.5.nlt (12/29/2015)
December 29, 2015 at 9:11 am
Steve Jones - SSC Editor (12/16/2015)
Jack Corbett (12/16/2015)
How about Portland, ME the first or second weekend in June? It isn't up on the SQLSaturday site yet, but...
December 16, 2015 at 11:27 am
Steve Jones - SSC Editor (12/15/2015)
Jeff Moden (12/15/2015)
@steve-2,According to your blog, you might show up in Cleveland SQLSaturday for 2016. Any way of knowing for sure?
No, Cleveland is out....
December 16, 2015 at 8:26 am
Steve Jones - SSC Editor (12/14/2015)
Rodders overlooked you.Get it. It's a joke. :w00t:
2 things:
1. That joke fell short 😀
2. I'm not sure Rodders is tall enough to overlook...
December 15, 2015 at 11:54 am
rodjkidd (12/13/2015)
I have a ticket for Marillion in Boston Friday Nov 4th. 🙂
It's a early show - doors at 6.
I then have one for New York the week after....
December 14, 2015 at 6:52 am
BrainDonor (12/10/2015)
Bought this one in Portland - designed to upset as many sci-fi fans as possible - http://fashionablygeek.com/t-shirts/trolling-shirt/
I love it!
December 10, 2015 at 8:29 am
chuck.forbes (12/3/2015)
It just caught me off guard when I was searching for server-level privileges that there was a mix of 'db%' privilege names alongside pretty syntactically different names like 'DROP%'...
December 4, 2015 at 7:59 am
SQLRNNR (1/16/2012)
Gianluca Sartori (1/16/2012)
Here's the code:
CREATE TRIGGER [TR_LOGON_APP]
ON ALL SERVER
FOR LOGON
AS
BEGIN
DECLARE @program_name nvarchar(128)
DECLARE @host_name nvarchar(128)
SELECT @program_name = program_name,
@host_name = host_name
FROM sys.dm_exec_sessions...
December 3, 2015 at 2:06 pm
Viewing 15 posts - 181 through 195 (of 9,641 total)