April 2010 UG Presentation Material
We have conducted our UG this month on 17th Apr 2010 and it went fine. You can download the presentation materials and scripts used during the presentation to play with it. Incase if you need any clarification you are welcome to contact the presenter.
All about sysprocesses by Sugesh Kumar – Download HERE
SQL Server – CLR Integration by Sasi Download HERE
SQL Server and Security by Arun Jeba Kumar Download HERE
Thanks to Sasi & Arun for making them as volunteer speakers.
Tags: april ug, chnsqlug, cssug
Trackback from your site.
DotNetShoutout
| #
SQL-Articles ยป Script to get data file usage and autogrowth details…
Thank you for submitting this cool story – Trackback from DotNetShoutout…
VidhyaSagar
| #
Saeed,
I don’t think so you can stop it in SMO, instead you need to turn off password policy for that login
VidhyaSagar
| #
HI Naveed,
Could you please check the article wrote by deepak on fulltext? http://sql-articles.com/articles/dba/sql-server-2005-full-text-search/
VidhyaSagar
| #
Thanks Ashish, I’ve updated the script.
Ashish
| #
I was just searching some trace related articles and gone through your article. Found one incorrect information,
to disable the trace, the command should be
dbcc traceoff (….)
you might have by mistake mentioned it as traceon for disabling as well.