June 1, 2009 at 10:49 pm
What are all the basic stuffs required for DBA.
I am aware of writing sql queries ,performance tuning,Backup,Restore,Creating database,Assigning Permission.
I don't have any idea about the cursor.Is this required for DBA?
June 1, 2009 at 11:01 pm
Learning something is not bad and if u already have SP ,Triggers functions etc then go ahead and learn cursor 🙂 so that u can swithc between a developement DBA and into pure administration.
June 1, 2009 at 11:14 pm
rajendran.e (6/1/2009)
What are all the basic stuffs required for DBA.I am aware of writing sql queries ,performance tuning,Backup,Restore,Creating database,Assigning Permission.
I don't have any idea about the cursor.Is this required for DBA?
The only reason to learn about cursors is so that you can recognize when to use (very rarely) and when not to. Also so that you can work with existing code written using cursors so that you can look at rewriting those that should be written in a set-based manner instead.
I view cursors as a necessary evil, sometimes it is the right tool for the job, just not very often.
June 1, 2009 at 11:51 pm
Check out:
http://www.databasejournal.com/features/mssql/article.php/1439731/Using-SQL-Server-Cursors.htm
http://www.sql-server-performance.com/tips/cursors_p1.aspx
http://www.sqlservercentral.com/articles/Advanced+Querying/2785/[/url]
http://www.sqlservercentral.com/Forums/Topic466467-149-1.aspx
http://support.microsoft.com/kb/837957
Tanx 😀
June 2, 2009 at 6:12 am
I'd strongly recommend reading Craig Mullin's book "Database Administration." It's a few years old, but it does a fairly good job of describing what a DBA is and does.
"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 2, 2009 at 6:25 am
@rajendran.e
I think, you have posted this another time.
see your (i hope so) earlier posting here with, it has very good answers (though, this post also collects nice info :rolleyes:)
http://www.sqlservercentral.com/Forums/Topic467890-146-1.aspx?Highlight=DBA
also see,
http://www.sqlservercentral.com/Forums/Topic590432-146-1.aspx?Highlight=DBA
"Don't limit your challenges, challenge your limits"
December 9, 2010 at 2:06 am
SSC has just posted an article on this...
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply