September 2011 UG Scheduled

Written by admin. Posted in CSSUG

Next session is ready for this month. We skipped last month as we had a session on first week of August so lets have a wonderful UG this timeVenue:
KaaShiv InfoTech,
Shivanantha Building,
X-41, 5th Floor,
2nd Avenue(Near Ayyappan Temple),
Anna Nagar, Chennai-600040.

Timing: 02:00 PM to 05:00 PM
Date: 17th September 2011

Session Details

Performance Troubleshooting – CPU & Memory Bottlenecks by VidhyaSagar

Lacking CPU and Memory resource in your SQL Server box? This session is about to find out why & who are utilizing the resources and how can we manage or effectively utilize the resources. Guidelines and steps to troubleshoot CPU & Memory bottlenecks.

An Introduction to Query tuning by Rami Reddy

This sessions covers basic things about query tuning stuff. In simple Do’s and Don’t when you write the query so that you can avoid bad query in the first place

<<REGISTRATION CLOSED>>

VN:F [1.9.17_1161]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Trackback from your site.

Leave a comment

*

Recent Comments

Amit Bhatt

|

Hi Deepak,

Thanks for such a nice article.

You missed one thing to add in code:
@article = ‘all’,

Hence the script will be like this:
EXEC sp_addsubscription
@publication = ‘mypublication’,
@article = ‘ALL’,
@subscriber = ‘Subscriberservername’,
@destination_db = ‘mydestinationdbname’,
@reserved=’Internal’

Error 18486 | Platformblog

|

[...] SQL-Articles » Troubleshooting Login failed Error 18456This is one of the infamous error message (and number) that most of the DBAs …. 18486. Login failed for user ‘%.*ls’ because the account is currently locked out. [...]

VidhyaSagar

|

Naveen,
I’ll check this out and get back to you.

balakiran

|

Thanks man, Very simple & easy to understand !!!!