Viewing 15 posts - 736 through 750 (of 1,062 total)
In most of my workplace, even I am the 'only' woman in the IT department. I was treated liked one of the guy, no special treatment.
As for special conference, I...
April 5, 2007 at 7:38 am
There are many ways to avoid using cursors depending on how and what you want to do. I never use extended stored procedure but I am able to avoid using...
April 5, 2007 at 7:25 am
You can still make it as dynamic as possible, writing a procedure to do it is much easier. I just spent a few minutes to think about it so it...
April 5, 2007 at 6:56 am
The job description is a DBA job description not a manager.
Salary is mid-forties depending on education and experience with excellent benefits package.
Even a college graduate earns more than mid-forties in...
April 4, 2007 at 2:11 pm
Loner - if you do everything the men in your office do, and you have the same (or better) qualifications, and you are being paid less, you need to do...
April 4, 2007 at 2:02 pm
IF (SELECT COUNT(*) FROM [Header$] WHERE [Project#] IS NOT NULL) > 0
THEN
RAISERROR(.......)
April 3, 2007 at 2:40 pm
Frank,
The fact is woman get paid less than man in the same position. Yes even in IT, some programmers do database programming, some programmers do web programming. But if a...
April 3, 2007 at 2:35 pm
What do you mean by the columns are different for different clients but the database structure is the same?
Do they share the same table?
April 3, 2007 at 2:06 pm
Frank
There are more men than women in the work force. In the recent study there was only 26% women in the IT industry. Don't start with men work working long...
April 3, 2007 at 12:10 pm
Frank
I work 50 hours a week and I don't have any special previlige over man, and I have more experiences and outperform them. That makes me earn less !!!!!
April 3, 2007 at 8:17 am
It is stink that woman still earn 10% less than man and I believe that is true. What really makes me upset is salary should be based on skills not...
April 3, 2007 at 8:14 am
Usually the company set up a standard for the table names. So it is up to you how to name your tables. The most important thing to me is to...
April 2, 2007 at 7:33 am
Are you using SQL Server 2000? I never saw 'dispatch' type before.
http://www.microsoft.com/mspress/books/sampchap/4945f.aspx
This web site showed all the global variables data type and there was no 'dispatch' type.
April 2, 2007 at 7:29 am
There are many ways to do it. Where is the data warehouse reside?
April 2, 2007 at 7:21 am
Steve,
You picked the right name for the topic. Just liked I said the religious people sticked to their rules and their 'BIBLE'. They also liked to preach to other people...
March 30, 2007 at 11:09 am
Viewing 15 posts - 736 through 750 (of 1,062 total)