Search:

Type: Posts; User: AM_GEEK; Keyword(s):

Search: Search took 0.00 seconds.

  1. SQL Re: updateing the record with mapping different column

    Have your tried this

    UPDATE l
    SET l.pin = 8351
    FROM line l
    join line_esl le on le.line_id = l.line_id AND le.mdn = '4042108351' AND le.esn = '09900311161'
    join account a on a.account_id =...
  2. Answers
    2
    Views
    3,898

    SQL Server - Re: how to alter normal column to identitycolumn

    There is no way to modify the identity property of a column through scripts.
    You can try doing it from enterprise manager and generate the change scripts it follows the steps as below

    - create a...
  3. Answers
    2
    Views
    3,864

    ASP.NET Re: Side by Side Execution of multiple versions

    Hi,
    If it's a web application, you will either need to need create two virtual directories pointing to the appropriate folders

    or you will need create two website that are hosted from two...
Results 1 to 3 of 3
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact