Top 5 SQL System stored procedures every developer should know(dotnetcube.com)

submitted by dncdudedncdude(1350) 2 years, 9 months ago

There are a number of documented and undocumented system stored procedures in MS SQL Server that are helpful for every web developer working with databases. From the developer’s perspective, here’s a list of 5 System stored procedures that are my favorite.

1 comment |category: |Views: 1028

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by mihai.gutamihai.guta(0) 2 years, 8 months ago 0

Please don't use "sp_helptext" for scripting or use its results in the editor: this stored procedure will break the text of the stored procedure in lines of up to 255 characters each. It's not a smart breaking alghorithm and if you are using any line of text longer than 255 you may end up with fragments of words or fragments of uncommented single line comments.

If you want to get the text of a SQL object for scripting purposes, use either the "SQL Server Management Studio" or syscomments.

Reply

information Login or create an account to comment on this story