Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Production deployment by lay users

Author  Topic 

ravilobo
Master Smack Fu Yak Hacker

1184 Posts

Posted - 2009-02-19 : 10:19:26
Our deployment team doesn't have DBA rites to prod. They are not supposed to know the admin credentials. We use a tool, tqcrunas.exe which wraps admin credentials and builds an exe file. The deployment team executes this exe on prod.

Is there a better approach? Are there any such similar tools?


------------------------
I think, therefore I am - Rene Descartes

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-02-19 : 12:19:05
quote:
Originally posted by ravilobo

Our deployment team doesn't have DBA rites to prod. They are not supposed to know the admin credentials. We use a tool, tqcrunas.exe which wraps admin credentials and builds an exe file.

Please elaborate on this.


The deployment team executes this exe on prod.

Is there a better approach? Are there any such similar tools?


------------------------
I think, therefore I am - Rene Descartes


Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-02-19 : 12:30:19
They aren't DBAs if they don't have rights to production.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

ravilobo
Master Smack Fu Yak Hacker

1184 Posts

Posted - 2009-02-19 : 12:32:28
quote:
We use a tool, tqcrunas.exe which wraps admin credentials and builds an exe file.
Please elaborate on this.



In lay terms,
1. Tqcrunas is a small GUI based application
2. This GUI app, accepts any executable command with parameter (e.g. sqlcmd -Sservername -Uuser -Ppwd)
3. When you save an out file gets created (out.tqc)
4. You give the out.tqc file (which is encrypted) to the deployment team
5. Deployment team would just double click out.tqc

Hope this helps.

------------------------
I think, therefore I am - Rene Descartes
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-02-19 : 12:34:07
Who do they call when it errors and they don't have the proper rights to fix it?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

ravilobo
Master Smack Fu Yak Hacker

1184 Posts

Posted - 2009-02-19 : 12:37:16
quote:
]Who do they call when it errors and they don't have the proper rights to fix it?



An error log gets created. Which will be sent back to us. We check the error and send a fix in a new tqc file.

------------------------
I think, therefore I am - Rene Descartes
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-02-19 : 12:42:26
I'm glad I don't work in your environment as a DBA. There would be no way that I would run your tool if I also wasn't sysadmin.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

ravilobo
Master Smack Fu Yak Hacker

1184 Posts

Posted - 2009-02-19 : 12:51:33
some more info..
We have around 1000 stores. Each store is a production site for us. Each store has a support team, which is not an admin team.
There is a need for separating DBA team and deployment team. Though I can remotely logon to each server, I am not supposed to do deployment because of the massive number of servers.


------------------------
I think, therefore I am - Rene Descartes
Go to Top of Page
   

- Advertisement -