October 2011 UG Scheduled

Written by admin. Posted in CSSUG

Diwali Season Starts now.. We have planned session for this month before Diwali so that you guys are stuffed with information before going for festival. Session details are below
Venue:
KaaShiv InfoTech,
Shivanantha Building,
X-41, 5th Floor,
2nd Avenue(Near Ayyappan Temple),
Anna Nagar, Chennai-600040.

Timing: 02:00 PM to 05:00 PM
Date: 22nd October 2011

<<REGISTRATION CLOSED>>

Session Details

SQL Server Data Protection and High Availability by VidhyaSagar

Details related to backup and recovery, database mirroring, database snapshots, and other data protection tools and techniques.

Management DataWarehouse – Part III by Venkatesan Prabhu

This is the final session on Management datawarehouse where we are going to see how to create and run user defined reports on MDW database

Happy Diwali Folks!!

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

Trackback from your site.

Comments (2)

  • Kiran

    |

    Hey

    Your user group is listed on SQL PASS at http://www.sqlpass.org/PASSChapters/India.aspx

    Can you please submit the new link to them? the old one is pointing to a blog thats again pointing to a spam website (it looks like one)

    Thanks
    Kiran

    Reply

Leave a comment

*

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