Viewing 15 posts - 5,761 through 5,775 (of 6,025 total)
If the application developers want the data pivoted in some funky way, then grant them select permission on the tables, and tell them to create the SQL dynamically. There is...
January 7, 2011 at 3:32 pm
What's called a database in Oracle is an instance in SQL Server.
What's called a schema in Oracle is a database in SQL Server, and SQL Server may contain multiple databases.
SQL...
January 7, 2011 at 3:14 pm
jkelly (1/5/2011)
January 7, 2011 at 2:14 pm
sqldba_icon (1/7/2011)
Thanks. If i give only exec permissions on the procedures,lets say i am deploying 80 procs( which we do) then i will need to individually grant exec perm to...
January 7, 2011 at 1:37 pm
Brandon Carl Goodman (1/6/2011)
You are recommending against the use of all 12 columns as a primary key? Just want to make sure that I understood your reply.
Technically speaking, you...
January 7, 2011 at 12:42 pm
sqldba_icon (1/6/2011)
January 7, 2011 at 12:16 pm
It not what's important to me personally as a DBA or developer, but what's important to the business: users, clients, and management. Technically speaking, a partial restore that's still functional...
January 7, 2011 at 11:21 am
Resender (1/7/2011)
January 7, 2011 at 9:23 am
Resender (1/7/2011)
January 7, 2011 at 7:40 am
jay holovacs (1/6/2011)
January 6, 2011 at 1:01 pm
If an application accesses the database though an account with ad-hoc query privillages, then how is a DBA to know there has been a breach? There would have to be...
January 6, 2011 at 12:31 pm
We can't expect a good result simply by wrapping process around un-trustworthy people. The fast food and financial industry have proven that. More can be done in less time by...
January 6, 2011 at 11:46 am
TravisDBA (1/6/2011)
Or even better, just offshore their job to India. Seems like the thing to do nowadays anyway.:-D
I think that as more Indian developers purchase their first home, while a...
January 6, 2011 at 10:39 am
jishar (11/20/2008)
Hi all, I need to find out the size of selected rows in a table of Sql server 2005.
For what it's worth, the dynamic management view [sys.dm_db_index_physical_stats] returns...
January 6, 2011 at 8:23 am
I think it's best to have a small and well thought out number of business policies (or personal principles or religious doctrines), and dedicate our time and engergy to upholding...
January 6, 2011 at 7:33 am
Viewing 15 posts - 5,761 through 5,775 (of 6,025 total)