There are times when you want to know who the users are in a particular group. Depending on your level of privileges, there are various ways to get this information: 1. You can find out about it using the SQL Server Management Studio or Query Analyzer: EXEC xp_logininfo ‘DOMAIN\group_name’,’members’ To run this, you will need [...]
Archive for July, 2009
How to Find Out the Members of a Group
Posted in SQL Server, Windows, tagged security, Windows group on 27 July 2009 | Leave a Comment »
Mobile Phone Tragedy
Posted in General, tagged mobile phone, surviving accidents, tips on 24 July 2009 | Leave a Comment »
This is one of my not-so-technical blog entries… but keep on reading because you never know it might hit you one day To cut the story short, I was visiting a friend the other day and my mobile phone fell into the toilet. I’m being nice as to spare you the details, but yeah I [...]
Some Useful ASP/HTML Tips
Posted in Programming, tagged ASP, tips on 14 July 2009 | Leave a Comment »
I know this is kinda outdated, but it’s still good to know… I admit ASP/HTML programming is not really my strong suit and my knowledge is least to say about 5 years old, which also says I don’t remember much… Anyway, I compiled these tips some time last year and thought it would be good [...]
Replication Status Performance Critical
Posted in SQL Server, tagged error, replication on 8 July 2009 | Leave a Comment »
In my course of work, I monitor several replications regularly. When everything goes well, it just takes literally a couple of minutes. But when a problem strikes, it may eat up half my day. Just this morning, when I thought everything was looking dandy, there was one replication that has its status turned to ‘Performance [...]