Author Archive

August Month Meeting Scheduled

Written by admin. Posted in CSSUG

August month meeting is scheduled. Details below

Date: Aug 22th 2009 3PM till 530PM
Venue: Microsoft Office
Radhakrishnan Road
Chennai

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

SQL PASS Trip Announcement for User Groups

Written by admin. Posted in CSSUG

We wanted to let you know Idera and MSSQLTips are sponsoring an all expenses paid trip from the continental United States to Seattle, Washington to attend the SQL PASS Community Summit in November 2009.

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

First CSSUG Meeting Details

Written by admin. Posted in CSSUG

We are happy to announce you that we have scheduled our first chennai sql server user group meeting. Details below

Date: July 25th 2009 3PM till 530PM

Venue: Microsoft Office
Radhakrishnan Road
Chennai

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

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