February 2010 UG Scheduled
We are ready for February month session. Please go-ahead and register for the same.
Venue: Microsoft Training centre, Radhakrishnan Salai, Chennai
Landmark: Opposite to President hotel
Timings: 03:30 PM to 07:00 PM
Date: 27th Feb 2010
Session Details Below
03:30 03:45 UG Intro
03:45 05:00 Concurrency and Isolation level by Deepak
05:00 05:15 Snack Break Time
05:15 06:15 Replication Tuning by Sugesh Kumar
06:15 06:45 Introduction to SQL Azure by Sugesh Kumar
06:45 07:00 General Discussions
Contact persons:
UG admin cssug@sql-articles.com
CLICK HERE to open Registration form.
<<REGISTRATION CLOSED>>
PS: We will be freezing registration by 26th Feb 2010 EOD
Tags: chennai sql server user group, cssug, sql-articles
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 !!!!