1
vote
2answers
35 views
Abstracting a Foreign Database reference
I want to query database two from database 1. Easy, right?
SELECT * FROM database2.dbo.TableName
Sure. But what if the actual name of database2 changes? I have to go back and cha …
7
votes
7answers
387 views
Ajax phpmyadmin alternative?
I must say, I'm bored of phpmyadmin. We are in 2009 and have to work with this usefull tool and to wait everypage to reload after every action. Are any ajaxed alternatives outhere? …
2
votes
6answers
127 views
Am i right to sacrifice database design fundamentals in this case for the sake of speed?
I work in a call centre that used single table Access database for its calling which I moved to a SQL server based system. Theres a data list table (not normalized) and a calls ta …
0
votes
0answers
28 views
Data list management and recycling for telesales database
We use a custom database for agents to call on in a call centre, each month a new data list is loaded in and each day some of these records along with some previous data list recor …
2
votes
4answers
58 views
backwardly compatible database changes
I had a discussion with our DBA about how to change a database schema. His opinion is that all changes must be reversible. For example:
Obsolete tables/columns should not be drop …
3
votes
7answers
103 views
What permissions should Developers have in the Dev database instance
...and how should those permissions be granted. I work in a large IT dept with 70+ applications, some in SQL server and most in oracle. Each system has a prod, QA and Dev instanc …
0
votes
2answers
30 views
Backup up Transaction logs
Is it possible copy the physical Transaction log file for SQL 2005?
Currently our databases are backed up every night with hourly Transaction logs taken during the day. Is it p …
1
vote
2answers
108 views
MySQL Monitor Replication
Hi,
Does anyone knows any free alternative MySQL Enterprise Monitor?
I need some tool, that allows me to monitor my 3 servers with replication without having to open ssh console …
3
votes
8answers
225 views
Developer to DBA?
I have an opportunity to make a career move to dba from developer. I graduated college two years ago and enjoy development but I feel like I need to be researching new technologies …
5
votes
6answers
183 views
What are the essential dba skills a developer should learn?
Creation of objects like tables and indexes are fairly essential, even if the code has to be authorized or created by the dba. What other areas normally carried out by dbas should …
6
votes
10answers
587 views
How can I learn to become a DBA?
Question for you DBA's and such. How do you go about learning the skills to become a DBA without having the 'on hands' or OJT?
My experience in DB work has been messing with MySQL …
4
votes
11answers
266 views
When is it worth getting a DBA?
I've now worked at a few tech companies ranging from 10 people to ~150 and I've never encountered a real DBA. How big does a company need to get before it merits getting a DBA? Wha …
0
votes
8answers
144 views
Should I use strings as primary keys for a Web site that’s big on SEO?
Hi.I'm building a web site that's showcasing a large amount of products.
I want the URL to be human-friendly and optimized for search engines, so I want the filtering of products t …
-1
votes
0answers
87 views
Quadcore or Dual QuadCore? [closed]
As a DBA, which would you pick for your workstation? QuadCore 2.4GHz with 12GB ram or Dual QuadCore 2.0GHz with 6GB ram?
2
votes
2answers
3k views
Oracle - How to grant to a user the rights to another user’s objects
I need to give to user TARGETUSER the rights to select/insert/update to all tables of user SOURCEUSER (I can figure this all out from here) and the ability to run all their stored …
