Biggest sql server event
Trackback from your site.
Trackback from your site.
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’
[...] 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. [...]
[...] 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 [...]
Naveen,
I’ll check this out and get back to you.
Thanks man, Very simple & easy to understand !!!!
Comments (1)
DBATAG
| #
Are you planning to have similar event again ?? If so, please let me know, I would love to join you even as a audience or as a Quest Speaker.
Thanks
DBATAG
Email : info@sqlServer-Training.com
http://sqlServer-Training.com/
http://dbatag.com/
Reply