Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Reading Time part from date

    Abhijit More (8/5/2009)


    hey thxs for th eprompt reply.

    As per the database records I have to convert the record to know whether it is midnight / nooon.

    And the expected results is...

  • RE: doing detective work

    If it was a SQL injection attack your log perusing should show the login that peformed the offending action was the login you have your website using to connect to...

  • RE: Set statement with single quote in statement

    Actually just putting two single quotes will give you the single quote without closing the string. You don't have to go to string addition.

    Here is an example.

    DECLARE @DESC VARCHAR(25)

    SET...

  • RE: Wrong result from count(*)

    christian.dahl (7/22/2008)


    Hi all!

    Im having a bit of a problem. I have to searvh a table to find how many rows who haves the same customerid(kunde_nr) as the customerid from a...

Viewing 4 posts - 1 through 4 (of 4 total)