August Month Meeting Presentation Materials

Written by admin. Posted in CSSUG

The Chennai SQL Server UG for the month of August was held on 22nd of this month, refer this link for the details. It was a great learning experience and a good space for SQL networking. There were two sessions.

*) Introduction to Change Data Capture

Speaker: Deepak Rangarajan
Duration: 60 minutes
Download the presentation
cssug-aug-1

You can download the presentation for Change Data Capture along with the scripts with which we showed the Demo. Please feel free to let us know your thoughts/feedback.


We had a 15 minute break where refreshments were provided by us
.

Speaker: VidyaSagar
Duration: 60 minutes
Download the presentation
cssug-aug-2

You can download the presentation for Transparent Data Encryption along with the scripts with which we showed the Demo. Any feedback is most welcome.

Thanks to our MVP lead, Abhishek Kant who helped us in getting the required permissions to take photographs of our presentations.
cssug-aug-3

We’ll probably have our next UG on the September 19th 2009. Once the dates are confirmed we will blog about it. In the forthcoming sessions we are planning to cover something on the performance as well.

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