Forum Replies Created

Viewing 15 posts - 46 through 60 (of 122 total)

  • RE: How to kill ?

    I am doing through UI.

    right click > Kill Process

  • RE: SQL Search icon

    comments please

  • RE: SQL query

    Ok. not an issue. Is it possible to write this in pure SQL way ? (so that I don't face database migration issue later)

    My query works fine....

  • RE: SQL query

    Dear @ChrisM@Work

    I had

    .....from student_dtl order by intDtlId desc)

    did you miss this ?

    I wanted to join with the latest record of every profile in this table.

  • RE: issue with datetime

    >>>SELECT CONVERT(datetime, '29/01/2014', 103)

    what does 103 do here ?

  • RE: issue with datetime

    BWFC (9/26/2014)


    spectra (9/26/2014)


    >>>>Remove the CONVERT and you'll be doing the date range check you want.

    how do you convert 26/09/2014 to Date ?

    then you can use Cast(CreatedOn as date)

    No.......you misunderstood my...

  • RE: issue with datetime

    >>>>Remove the CONVERT and you'll be doing the date range check you want.

    how do you convert 26/09/2014 to Date ?

  • RE: issue with datetime

    BWFC (9/26/2014)


    I'm struggling to understand what you need. Is that the only row you need returning? Can you post some sample data please.

    I have these records ..

    sample data:

    ------------------

    2014-09-26...

  • RE: issue with datetime

    BWFC (9/26/2014)


    What exactly is the problem? You need to be very careful using BETWEEN with datetime. You're much better using >= and <=.

    Column has a value 2014-09-24 14:49:35.190...

  • RE: how to shutdown ?

    Steve Jones - SSC Editor (9/20/2014)


    You can also right click the instance in Management Studio and select "stop" or click the button in the toolbar if it is visible.

    Thanks

  • RE: how to shutdown ?

    DBA From The Cold (9/19/2014)


    Safest way is through the SQL Server Configuration Manager.

    Right click the database engine service and choose stop. Be aware this will immediately stop the service!

    There is...

  • RE: how to shutdown ?

    DBA From The Cold (9/19/2014)


    Safest way is through the SQL Server Configuration Manager.

    Right click the database engine service and choose stop. Be aware this will immediately stop the service!

    what is...

  • RE: easy tool to capture data changes

    Yes ...I run that query and I get output which prints "Enterprise Edition". 🙂

    Thank you .

    Now I can use your script.

    However i am worried at one...

  • RE: easy tool to capture data changes

    I am not quite sure whether its called Enterprise version or not.

    Could you please have a look at this ...

    Can I use your script in this database ?

  • RE: easy tool to capture data changes

    We are deviating from the solution.

    The Sql Server Edition is more important

    its a SQL Server 2008 General sub forum ...right ? version is of course Sql Server...

Viewing 15 posts - 46 through 60 (of 122 total)