Forum Replies Created

Viewing 15 posts - 436 through 450 (of 1,062 total)

  • RE: Storing Error Description in a Table

    What kind of error do you want to store? System error, procedure error or data error?

  • RE: Resume Beefup

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

  • RE: When to use cascade deletes/updates

    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.

  • RE: Corporate Programming Sucks

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

  • RE: When to use cascade deletes/updates

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

  • RE: Corporate Programming Sucks

    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,...

  • RE: Notifications using Notes (not Exchange)

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

  • RE: Databases for Scientific/Environmental Data Management

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

  • RE: help with this sql

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

  • RE: help with this sql

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

  • RE: Drowning in Agility. Where do I start?

    Just curious, do you have a project manager or project leader to co-ordinate the projects ?

  • RE: Client people expectation

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

  • RE: UK JOB & US JOB

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

  • RE: UK Consulate - Rule Change

    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.

  • RE: UK JOB & US JOB

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

Viewing 15 posts - 436 through 450 (of 1,062 total)