Forum Replies Created

Viewing 15 posts - 256 through 270 (of 319 total)

  • RE: Which is better

    may i have the reason......bcoz i wud hv to us a cursor...if i do it at sql

  • RE: ODBC error: [Microsoft][ODBC SQL Server Driver]Communication link failure

    Well....I have solved my problem, I just restarted the server.But here i dint know the root cause ... something related to server/client link....and it can happen again....so can any...

  • RE: ODBC error: [Microsoft][ODBC SQL Server Driver]Communication link failure

    nope..it is with every user table....

  • RE: Support Issue

    y.koteswarrao (4/30/2008)


    hi john

    Actually the user unable to open/activate the application? can u tell me what? may the probelm

    Which error message are u getting?

  • RE: Login

    Hi All,

    I duplicated the issue.....I created a new login with a name..."newlogin".(as every one said that Login is used to log in to the sql server instance)....then I created 3-4...

  • RE: Changing the Primary data file of a DB

    Hans Lindgren (4/21/2008)


    Because of company policy we have to empty this drive and this includes removing (or moving away) any DB files on it. I have three primary files left...

  • RE: update query issue.

    Anirban Paul (4/17/2008)


    GilaMonster (4/17/2008)


    Then the interviewer is either wrong (the syntax is valid and works fine in sQL 2005) or he has something else in mind.

    If someone told me...

  • RE: update query issue.

    goodguy (4/17/2008)


    What about [Code]UPDATE inventory SET iLease = ABS(iLease - 1)[/Code]

    gud one:)

  • RE: update query issue.

    GilaMonster (4/17/2008)


    Ahmad Osama (4/17/2008)


    Well..I think that we cant use CASE statement in update query..however,

    Why not?

    CREATE TABLE [dbo].[TheTable](

    [ID] [int] identity,

    [TheName] [varchar](50) NULL

    )

    GO

    insert into TheTable (TheName) Values ('Tom')

    insert into TheTable (TheName)...

  • RE: update query issue.

    HanShi (4/17/2008)


    You can also use the Bitwise NOT function (~) by using a query like:

    UPDATE inventory SET iLease = ~ iLease

    It works:)

    What if I have varchar column .. in...

  • RE: update query issue.

    Well..I think that we cant use CASE statement in update query..however,

    any other options excluding case

  • RE: How to create a 2D matrix.

    y they have not incorporated the concept of array in TSQL like that in other programming languages....

  • RE: Job to extract data from any file exist in a folder

    Hi,

    You can use bcp utility to extract data into a table.

    refer to books online for more information.

    Cheers

    Ahmad

  • RE: Comparing Strings......

    Sergiy (3/31/2008)


    Ahmad Osama (3/31/2008)

    this will be a good logic to implement on a smaal list or one shud maintain a table right from the start.

    That's actually the logic you may...

  • RE: Comparing Strings......

    Chris Morris (3/31/2008)


    Matt Miller (3/31/2008)


    If you're trying to make sure that they don't re-enter existing clients - why not force them to go through the existing list of customers FIRST?...

Viewing 15 posts - 256 through 270 (of 319 total)