December Month UG session scheduled

Written by admin. Posted in CSSUG

We are ready for December month session, please goahead and register for the same.

Venue: Microsoft Training centre, Radhakrishnan Salai, Chennai
Landmark: Opposite to President hotel
Timings: 10:00 AM to 01:00 PM
Date: 19th Dec 2009

Please register for the sessions using the following URL,
Click Here to Register

Session details are as follows:

#1. Regular Expressions

Speaker – Madhivanan
Duration – 45~60 minutes

In this article Madhivanan will be presenting a great session on Regular expressions.

#2. Replication Basics

Speaker – Deepak Rangarajan
Duration – 45~60 minutes

Replication basics will be covered in this session

Contact persons:

Vidya Sagar – kvs1983@gmail.com
Deepak – deepak.rangarajan@gmail.com

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