August Month Meeting Scheduled
August month meeting is scheduled. Details below
Date: Aug 22th 2009 3PM till 530PM
Venue: Microsoft Office
Radhakrishnan Road
Chennai
August month meeting is scheduled. Details below
Date: Aug 22th 2009 3PM till 530PM
Venue: Microsoft Office
Radhakrishnan Road
Chennai
Microsoft is Offering Free SQL Server and other products Techinical training in India. This is an online event. Please use the link below to register.
PASS is organizing for a 24 hours free SQL Server training using Live Meeting on Sep 2nd 2009. Please register to get benefits of the same. The registration can be done on 24hourssqlpass
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.
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
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 !!!!