Viewing 15 posts - 1,486 through 1,500 (of 1,939 total)
It's more like:
Management Reports | Quarterly
September 4, 2013 at 11:23 am
I totally agree with what you said, Miles. When something goes wrong with software I've worked on, I always assume it's my fault and look at what's happening with it....
July 31, 2013 at 1:20 pm
PhilipC (7/31/2013)
July 31, 2013 at 8:26 am
Good article, Steve, and one that I can really relate to, being a developer myself. I've always worked in small shops (I'm currently working in the smallest shop I've ever...
July 31, 2013 at 8:25 am
Thank you, @Phil Factor, for the explanation of the R Language.
July 30, 2013 at 10:22 am
Interesting article. I've got one question, which I ask out of my ignorance, what is R?
July 30, 2013 at 8:00 am
This topic brings to me an incident I saw at a state agency I used to work at, so please indulge me as a relate this war story. This is...
July 18, 2013 at 9:16 am
I don't know, Steve. I have trouble with the concept of Big Brother, be it government or large corporate entities, knowing a great deal about me. Yes, it's a reality;...
July 17, 2013 at 12:56 pm
I just found out that because I'm using a bulk copy, which apparently requires ALTER TABLE permissions, I also had to include the db_ddladmin role. Who knew (I certainly didn't,...
July 16, 2013 at 11:21 am
OK, I've discovered that my problem , with the sp_AddRoleMember stored procedure, was using both [] and ''. What I've done is this:
EXEC sp_addrolemember N'db_datareader', N'DomainUsersAccess'
GO
EXEC sp_addrolemember N'db_datawriter', N'DomainUsersAccess'
GO
July 16, 2013 at 10:01 am
OK, without a doubt I have determined that the lines causing me problems are:
EXEC sp_addrolemember N'db_datareader', N'[DomainUsersAccess]'
EXEC sp_addrolemember N'db_datawriter', N'[DomainUsersAccess]'
Those 2 lines generate the error messages:
Msg 15410, Level 11, State...
July 15, 2013 at 2:40 pm
Some more info. I ran the SQL script attached to SQL Express using my Windows account. My account has the SysAdmin role assigned to it, so I would think it...
July 15, 2013 at 1:41 pm
Hi Lowell,
Well, as it turns out other priorities demanded my time, so I'm only now getting back to this. Here's the SQL Script that I came up with, based upon...
July 15, 2013 at 11:05 am
I work in a small shop (just 2 of us), and so having direct access to tables & views is SOP. Sorry.
July 11, 2013 at 8:20 am
Viewing 15 posts - 1,486 through 1,500 (of 1,939 total)