Viewing 15 posts - 436 through 450 (of 1,062 total)
What kind of error do you want to store? System error, procedure error or data error?
January 6, 2008 at 6:21 pm
But I agree that don't make the resume too long and put in little minor things. I had read a resume that contained 7 pages. I stopped reading...
January 6, 2008 at 6:16 pm
If you set up the cascade delete correctly, that is exactly what happened.
I did one cascade delete in Oracle before and I never set one up in SQL Server.
January 6, 2008 at 6:12 pm
One already rejected me, that was a DBA job. I knew I failed it when they asked me if the database had a full backup at midnight and...
January 6, 2008 at 6:09 pm
Usually people used cascade delete when a column of one table was reference by other tables (foreign key).
For example Table A has column1 unique not null. Table B...
January 5, 2008 at 7:42 pm
It depended on your manager. If your manager was good, it was not bad but it sucked if your manager was bad (in most cases in big corporations,...
January 5, 2008 at 7:33 pm
In my previous job, the company used Lotus notes too. I could not use Net send in the job, instead there was a failure email step and successful email...
December 19, 2007 at 6:41 pm
A DBA and a scientist is two different jobs. I worked in many different companies doing totally different things. They hired me for my SQL Server skill even...
December 18, 2007 at 11:53 am
Sorry click the submit button too fast ......
WHERE CONVERT(VARCHAR(20), GETDATE(), 120) BETWEEN
CONVERT(VARCHAR(20), Schedule_info.Starting_time, 120) AND
CONVERT(VARCHAR(20), Schedule_info.Ending_time, 120)
CONVERT with 120 the date will become
yyyy-mm-dd hh:mi:ss(24h)
This way you can check the hour...
December 18, 2007 at 11:49 am
When the user comes and picks up a date form the calendar i pass the date to my SP. Then it shows up the appointment for that day. If the...
December 18, 2007 at 11:43 am
Just curious, do you have a project manager or project leader to co-ordinate the projects ?
December 18, 2007 at 11:31 am
First you only have experiences interviewing in India and you only work for outsourcing company. They are not very choosy to get a programmer.
But in UK or US, I...
December 14, 2007 at 6:36 am
The same situation happens in US. If you go to Monster.com technology blog, people are getting so upset that companies hire foreign workers especially in computer business while the...
December 14, 2007 at 6:28 am
BTW, if you get caught once, your name will be in the immigration office black list. Then don't even bother to think of going back to UK.
December 13, 2007 at 4:37 pm
That was what I said, your experience had to match the job description, otherwise even the company liked to hire you, the immigration could deny your application.
Just an example, if...
December 13, 2007 at 4:32 pm
Viewing 15 posts - 436 through 450 (of 1,062 total)