Feeds:
Posts
Comments

Archive for July, 2009

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 to have [...]

Read Full Post »

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 [...]

Read Full Post »

Some Useful ASP/HTML Tips

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 to [...]

Read Full Post »

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 [...]

Read Full Post »