Forum Replies Created

Viewing 15 posts - 61 through 75 (of 134 total)

  • RE: Maintenance Plans - Modify does not work !?

    Hi -

    Yes the user account has privileges and also tried the SA account

    -

    SSMS is 2008 R2 - Sql Server is running SQL 2005 !

    Here's a question on that topic...

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: Maintenance Plan - Unable to Modify in SQL 2005 - However after upgrade it works !?

    Hi,

    It is SQL2005 SP2 ( without Hotfix! )

    I have been reading that there is a problem reported from a windows update - I know that I was able to do...

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: Maintenance Plans - Modify does not work !?

    I have now tested this issue on the Test Server that is running SQL 2008 R2 -

    Modify is still in bold - but it does allow me to modify...

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: Date Conversion Fails in Stored Procedure - But code works in a Trigger !?

    Totally amazing when you read a piece of code so many times and blind by your own perfections.

    Have a sandwich .... have a drink .... come back ....

    Only to discover...

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: Date Conversion Fails in Stored Procedure - But code works in a Trigger !?

    Unfortunately I cannot upgrade our production server for another 6 months - so am stuck with 2005.

    But my main issue - is the fact that it is workign fine under...

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: Date Conversion Fails in Stored Procedure - But code works in a Trigger !?

    Phil Parkin (5/7/2013)


    Why not avoid the datatype conversions completely?

    declare @Today date

    declare @NowTime time

    select @Today = getdate()

    ,@NowTime = getdate()

    select @Today

    ...

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: Date Conversion Fails in Stored Procedure - But code works in a Trigger !?

    I am trying to acheive two fields, one with a DATE in and the second with a TIME in, for an audit log.

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: how to reset SA password

    You always can login using windows authentication and reset the password in SQL management studio. if your SQL installs are installed in mixed mode with both SQL and Windows authentication....

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: how to reset SA password

    There are some password reset utilities out there - Advanced Password Recovery - which can reset things. Not sure the costs - but worth a look as a last...

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: Upgrade production Server - SQL 2005 to SQL 2008 - inplace upgrade

    Hi - yes the software is fully compatible with 2008 and 2012 - there are no changes out the box as it runs on 2005 ->

    I have checked my scrips...

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: Upgrade production Server - SQL 2005 to SQL 2008 - inplace upgrade

    After running the advisor all looks well.

    Have run the upgrade on the test envoironment and again that has worked well - so planning on doing the Production server.

    A very easy...

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: Generating a counter table in SQL

    Brilliant - thanks for the advice.

    It is used for Crystal Reports printing - whereby it links the qty to print on the total - so returns the numbers of sheets/labels...

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: MERGE Statement assistance

    Thanks again - I keep looking past the obvious and think its more complicated that it should be.

    I have now created a stored procedures for this and using the output...

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: MERGE Statement assistance

    Brilliant - thats worked a treat -

    One last question - can I incorporate the OUTPUT functionality to get the result set returned ?

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

  • RE: MERGE Statement assistance

    Okay - I have now found another little problem...

    The Production Server where I want to install this is on SQL 2005 - rather than 2008 ( which my Test area...

    ________________________________________________________________________________________________
    Regards
    Steve
    SQL 2008 DBA/DBD - MCTS/MCITP

    Please don't trust me, test the solutions I give you before using them.

Viewing 15 posts - 61 through 75 (of 134 total)