January 2012 UG Scheduled

Written by admin. Posted in CSSUG

First of all Happy new year to everyone. Hope it should be a good start for everyone. We have planned user group meeting this month. Going to start with fresh look on SQL Server Denali aka SQL Server 2012. SQL Server 2012 is expected to reach market by this year, so this month topic is based on SQL Server 2012 only. Venue and topic details below

VN:F [1.9.13_1145]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

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

VN:F [1.9.13_1145]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

September 2011 UG Scheduled

Written by admin. Posted in CSSUG

Next session is ready for this month. We skipped last month as we had a session on first week of August so lets have a wonderful UG this time

VN:F [1.9.13_1145]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

July 2011 UG presentation Material

Written by VidhyaSagar. Posted in CSSUG

We had wonderful session this month. I reached the venue on time and I could see some of the participants and after some time everyone started reaching the venue. I really appreciate all the participants who came to the session , it’s really nice to see you guys. I have started my session and then followed by Amit Bansal and then by Madhi. Surprising we had a volunteer speaker who wanted to take a 10 min session.

VN:F [1.9.13_1145]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

July 2011 Month UG Scheduled

Written by admin. Posted in CSSUG

We are back again this month. We are going to post pone this month UG a week , that is to first week of August.  You know why ? We have a fantastic SQL Server guest for UG this month. He voluntarily  wanted to take a session for Chennai folks. It’s none other than the Mr. Amit Bansal. He will be visiting Chennai first week of August , we have postponed our UG on first weekend of August so that Amit can gave a wonderful session for you folks.

VN:F [1.9.13_1145]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

Recent Comments

Matt Mason

|

Great help. Thanks. I never thought to look in the event logs.

Lekss

|

Hi FANOFHADR,

Yes , indeed you can use both the names ( primary and listener) to connect to the databases. But it makes more sense to include your listener name as data source in your connection string to make your apps listen to the current primary group of databases if a disaster has occurred.

If you are using your primary instance name in your connection string it means that everytime a failover occurs you need to update your connection string.

VidhyaSagar

|

Thanks for the reply Mohamed

Mohamed Azlan

|

Referring to my comment dated January 7, 2012 at 5:59pm

After struggling for so long i found a solution to this.

Before you reinstall SQL server using Mixed Mode Authentication. (I know the pain of doing that. Sometimes, it wont work for this because you backup your database.mdf under the non permissible user and when you attach it after reinstalling SQL it still shows the same 15247 error)

What worked for me is;

Logged in under windows authentication

1) Went to Database\Security -> Right clicked on my role -> Selected all the necessary permissions

2) Went to \Security ->Right clicked on my role -> Selected all the necessary permissions

3) Restart SQL

4) Log in using SQL authentication

5) Repeat steps (1) & (2)

By God’s grace it should work. If not, try reinstalling SQL with a positive mind :)

Mohamed Azlan

|

Thank you for the very thorough troubleshooting guidelines you have provided in this website. Although my problem still remain unresolved I have picked up a tip or two from here.

Recently to deploy my site I changed my authentication from windows to SQL authentication. Successfully added the user to ‘Security\Logins’. But having problem enabling database role membership as it returns error 15247. I believe error 15151 is also that of permission issues.

If anyone have come across this problem before I really hope to get a few input to work around on this.

Thank you in advance.