Forum Replies Created

Viewing 15 posts - 91 through 105 (of 126 total)

  • RE: Restore Copy of Live DB to Production Server?

    I don't want to go off-topic but..

    Upgrade scripts, Data-Tier Applications plus numerous other approaches

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: How to find out total number of immediate children of a parent in HierarchyID

    Look at the heirarchy data type - If you use that can, I seem to remember you can get that info very quickly

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: Script to get full deadlock info

    Many thanks

    Always helpful

    Cheers

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: Script to get full deadlock info

    Thanks for the responses but maybe I didn't explain my situation very well.

    I am currently running the global traceflags 1204 & 1222 which give the nodes involved and all...

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: UDF Isolation

    Thanks - It was for a search form that did not worry about dirty data

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: TSQL function to detect SQL Agent job state

    Already mentioned SP_HELP_JOB with the parameters but also worth looking at :

    SP_HELP_JOBACTIVITY

    SP_HELP_JOBHISTORY

    🙂

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: Automating Daily Checks with Powershell

    You could add the date parameters into the Xp_readerrorlog stmt if you wish to limit the initial result set?

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: 70-453 Re-Test

    Many thanks for your prompt response.

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: IdentifySQL Services Restart

    Hi there - apologies for the lateness of the response.

    There are numerous software packages out there that will notify you on the basis of evt log messages or if...

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: XP_cmdshell DIR

    No worries, not an issue.

    I find SSIS a useful tool for various different reasons incl. graphical interface for the devt env, ease of deployment with use of the manifest file...

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: XP_cmdshell DIR

    Sorry Jeff - I was anticipating using a script task from within SSIS to get the info that you were after. It should be a relatively easy script that...

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: Sp_ExecuteSQL headache

    Many thanks for your responses - I am not in the office for a while but I will check as soon as I return.

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: converting text to untyped xml error

    I may be being thick but the error that you are getting states that the XML is not well formed. Put a try..catch block to eliminate the badly formed XML....

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: IdentifySQL Services Restart

    Check the Evt system log - It stipulates the user that sends the stop and start control for the service.

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

  • RE: XP_cmdshell DIR

    SSIS?

    SQL DBA
    Every day is a school day, and don't trust anyone who tells you any different.
    http://sqlblogness.blogspot.co.uk

Viewing 15 posts - 91 through 105 (of 126 total)