|
I realise this is subjective, but I figure some discussion on here can't be a bad thing! The system stored procedures are pushed into the following categories in MSDN:
Which of those categories do you make use of?
(comments are locked)
|
|
for DBA code I love Ahh yes! Matt you missed off one important category : Undocumented! :)
Nov 25 '09 at 05:46 AM
Kev Riley ♦♦
(comments are locked)
|
|
I guess I would probably use these every week..... Database Engine Stored Procs
Database Mail
Security Stored Procs
SQL Server Profiler Stored Procs
SQL Server Agent Stored Procs
General Extended Stroed Procs
I upvoted this, but I missed the xp_cmdshell reference with the exclamation points. I don't use it and have it disabled on my 2005/2008 servers. If I need to do something at the Command Line level I just think SQL Server isn't the right place for it.
Nov 25 '09 at 01:39 AM
Jack Corbett
Jack: I agree about it being disabled and it is on my production boxes, but I do use it for admin tasks. In my scripts I test for the version, and if its 9 or above, turn on xp_cmdshell, do what I need to do (create folders or whatever), then turn it off again. It certainly isn't used by any application code! Me ONLY!
Nov 25 '09 at 04:56 AM
Kev Riley ♦♦
(comments are locked)
|
|
I am currently working on some back-end code to generate views, format files, etc. from metadata, and I forgot to mention I also frequently use sp_help and sp_helptext.
Nov 24 '09 at 12:33 PM
Tom Staab
(comments are locked)
|

