August 2010 UG Scheduled
After a big wonderful event conducted last month we are back on our normal UG sessions. Please go-ahead and register for the event, hope to see all the faces again.
Venue: Microsoft Training centre, Radhakrishnan Salai, Chennai
Landmark: Opposite to President hotel
Timings: 09:30 AM to 01:00 PM
Date: 21st August 2010
Sessions Planned
Introduction to High Availability An Overview
Speaker : Vidhya Sagar
Session Time : 60 to 90 Minutes
Performance Data Collector SQL Server 2008
Speaker : Vidhya Sagar
Session Time : 60 Minutes
Questions Contact cssug@sql-articles.com
<<REGISTRATION CLOSED>>
PS: We will be freezing registration by 20th August 2010 EOD
Tags: chennai sql server user group, cssug, deepak, sugesh, ug, vidhya, vidhya sagar
Trackback from your site.
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. [...]
Setting and Changing Collation – SQL Server 2008 « Blog
| #
[...] to sql-articles.comRead more: http://sql-articles.com/articles/dba/how-to-change-server-collation-in-sql-server-2008/#ixzz1pu2S8XW… Like this:LikeBe the first to like this [...]
VidhyaSagar
| #
Naveen,
I’ll check this out and get back to you.
balakiran
| #
Thanks man, Very simple & easy to understand !!!!