Viewing 15 posts - 811 through 825 (of 1,062 total)
Besides me, it seemed all the women replied on this thread love their jobs and would encourage their children to major in computer science.
So why did the data show women leaving...
February 13, 2007 at 10:11 am
I work in IT for 20 years. Being a woman in the IT field, I definitely can feel the discrimination. First thing about salary, it does not matter I can do...
February 13, 2007 at 7:56 am
I have a teenage son and a lot of my friends have teenage children ready to go to college, 9 out of 10 will not take computer science as major. In...
February 13, 2007 at 7:41 am
I always feel liked I am working three jobs (7 days a week). I count I spend more time in the office and in my car. When I am home,...
February 12, 2007 at 2:25 pm
Rudy
You are lucky that you always ended up working for #1. I rarely worked for manager #1. Sometimes I worked for managers #2, that I would be happy.
In some...
February 12, 2007 at 11:18 am
February 12, 2007 at 8:34 am
Will, it was a joke to you but not to me. The Errorlog table I created was using to check the procedures not the database. When the connection is down or...
February 9, 2007 at 6:26 am
I also looked at the split function. It is not supported by Sql server 2000 and it was written using CHARINDEX.
I don't like the idea that using something that...
February 9, 2007 at 6:19 am
From the error message, it seemed that your data file had a problem. Did you check your data file and make sure it does not have EOF mark somewhere?
What happened...
February 8, 2007 at 2:58 pm
You can use PATINDEX or CHARINDEX to get all the values from Nodes in Table A.
February 8, 2007 at 2:01 pm
You already posted this question in the DTS section.
February 8, 2007 at 1:50 pm
In the title you said import/export using csv file but in the content you use a text file.
Assume you have an input text file with fname, Lname and...
February 8, 2007 at 1:45 pm
Yes, I use DTS all the time to retrieve data from Oracle to SQL Server all the time. I have an Oracle connection and a SQL Server Connection and use...
February 8, 2007 at 12:00 pm
Actually I have an ErrorLog table in my database. Whenever any procedure fails, it will write an entry to the errorlog table and also send out an email to the...
February 8, 2007 at 11:55 am
Did you set up an ODBC connection for Oracle ? If not how do you get Oracle data ?
February 8, 2007 at 9:17 am
Viewing 15 posts - 811 through 825 (of 1,062 total)