June 16, 2008 at 10:12 am
nice.
June 16, 2008 at 10:23 am
IDENTIFIED BY is not part of SQL Server's create role statement. The form of create role is
CREATE ROLE role_name [ AUTHORIZATION owner_name ]
so, as an example,
CREATE ROLE buyers AUTHORIZATION dbo
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 16, 2008 at 10:36 am
What's a "promotional DBA"
June 16, 2008 at 10:40 am
was supposed to be funny. i guess cultural references dont work on forums;)
June 16, 2008 at 10:42 am
OK, but what did it mean?
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
June 16, 2008 at 10:51 am
travis.whitley (6/16/2008)
was supposed to be funny. i guess cultural references dont work on forums;)
I think we all missed the joke.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 16, 2008 at 11:02 am
Ah, interesting. Which culture?
Promotional here means advertising or announcing.
I can't think of one, but I'm sure that there would be something funny to use in the US. Maybe Pseudo-DBA
June 16, 2008 at 11:16 am
Provisional-DBA? But that'd be true & not funny.
Uhm... wanna-be-DBA?
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
June 16, 2008 at 11:25 am
Promotional activities are those that advance software thru the various phases such as usability testing, functionallity testing, performance testing and finally to productions.
For the US, the Sarbanes-Oxley Act titled "Public Company Accounting Reform and Investor Protection Act of 2002", most companies use a Change Control process that requires that promotional activities may not be performed by any personnell involved in the development of the software.
I seem to spend of lot of my Saturday nights as a promotional DBA.
I also spent most of this morning tracking down an un-authorized changes that was made to a production application this weekend.
SQL = Scarcely Qualifies as a Language
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply