Viewing 15 posts - 301 through 315 (of 515 total)
The ability to do after-hours stuff from home is a god-send, no question. I live 30+ minutes from work, so being called in after hours is definitely non-trivial, especially for...
July 15, 2016 at 7:01 am
I *DON'T* work for Red Gate software, and I can tell you their SQL Compare and Data Compare are a god-send for the lone-wolf developer. If I had to track...
July 12, 2016 at 6:36 am
RonKyle (6/27/2016)
Personally, I always thought database design belongs in the developer's hands.
It depends on the developer, but in most cases no. When I was a developer, it was okay,...
June 27, 2016 at 7:05 am
Sean Redmond (6/27/2016)
Veeam does backup and point-in-time restores.
It seems to me that one side of...
June 27, 2016 at 6:39 am
Eric M Russell (6/24/2016)
roger.plowman (6/24/2016)
Eric M Russell (6/24/2016)
roger.plowman (6/24/2016)
The ERD is supposed to create the DDL for you. That's what it's *for*... 😀Umm... no. :unsure:
Ah, clearly you are unfamiliar...
June 26, 2016 at 9:51 am
Eric M Russell (6/24/2016)
roger.plowman (6/24/2016)
The ERD is supposed to create the DDL for you. That's what it's *for*... 😀Umm... no. :unsure:
Ah, clearly you are unfamiliar with the miracle that...
June 24, 2016 at 10:55 am
The ERD is supposed to create the DDL for you. That's what it's *for*... 😀
June 24, 2016 at 8:51 am
Being a lone wolf developer I've not had the luxury of NOT designing databases from scratch. Been doing it for 16 years now and learned a few things along the...
June 24, 2016 at 7:34 am
I would have thought the lack of a GO after the GRANT would have left permissions unchanged for the final SELECT. This is something I've run into with SQL Server...
June 20, 2016 at 6:12 am
Steve Jones - SSC Editor (6/2/2016)
roger.plowman (6/2/2016)
The whole "let's release this stuff NOW and worry about patches later" is stupid.
First, that's not what's happening. The patches are tested, run through...
June 3, 2016 at 6:46 am
The whole "let's release this stuff NOW and worry about patches later" is stupid.
Who *wants* to have to update so often? Certainly not DBAs. Not MS's customers. The whole idea...
June 2, 2016 at 6:31 am
I'm a real fan of surrogate keys (using identities) and use them almost exclusively as both primary key and clustered index. My application's domain allows me to use 4 byte...
May 24, 2016 at 6:22 am
Japie Botma (5/13/2016)
Roger, If you use AD then AD administrators have access. 🙂
That's what audits are for... 😀
May 13, 2016 at 9:00 am
I create roles in the database that always match AD roles. That makes it child's play for the AD admins to create security groups the DBA needs, then have the...
May 13, 2016 at 8:43 am
Using a hex number was a 'trick'. 😛
Glad I smelled a rat and didn't think "oh, ASCII 65 is an A" so I actually ran the code. It was then...
May 11, 2016 at 6:54 am
Viewing 15 posts - 301 through 315 (of 515 total)