November Month UG Presentation materials

Written by admin. Posted in CSSUG

On 21st November we have conducted our UG in Microsoft Training Center, Chennai. We are pleased to provide you the presentation materials used in user group.

New Features – SQL Server 2008 R2

Speaker : Vidhya Sagar

Duration – 20~30 minutes

Download the Presentation

Plan Cache in SQL Server

Speaker : Deepak Rangarajan

Duration – 45~60 minutes

Download the Presentation

Policy Based Management

Speaker : Vidhya Sagar

Duration – 60~75 minutes

Download the Presentation

Unfortunately due to Live Meeting Maintenance schedule, we are not able to proceed with Sugesh’s Presentation, probably he will be covering his presentation in the next UG. If you have any questions concerns please write it to us.

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

Tags:

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 !!!!