Forum Replies Created

Viewing 15 posts - 811 through 825 (of 7,164 total)

  • RE: Post to a web service from SSIS?

    I do not have a ready example to send. You can find many examples online of how to call a web service from within C#, and many examples of how...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Views and their formatted text being lost

    The nice features in the Query Designer that allow you to drag and drop tables into the query, drag columns around to complete joins, etc. means the UI takes control...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to prevent ANY use of xp_CmdShell?

    L' Eomot Inversé (10/24/2013)


    opc.three (10/23/2013)


    No, it does't. A member of the sysadmin Role can simply enable it.

    You're conflating multiple issues. There is a difference between trusting someone to do...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to prevent ANY use of xp_CmdShell?

    No, it does't. A member of the sysadmin Role can simply enable it.

    You're conflating multiple issues. There is a difference between trusting someone to do all operations within the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to prevent ANY use of xp_CmdShell?

    It means xp_cmdshell is disabled within this instance, the default.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to prevent ANY use of xp_CmdShell?

    I am not sure if it was this thread, or some other related thread, but I have the same comment about the CLR as well as some other features of...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    Entitlement

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: get schedule description

    Thanks for posting this code Matthias. Very helpful!

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    Aggregate

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: case statements and UDF's

    You are passing in a VARCHAR(MAX) and treating it like a numeric type in your function. This results in an implicit data type conversion and also leaves you open to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Suggest Datatype

    SSIS does have data type suggestions but only in design mode iirc. Once you setup your metadata it's set.

    You could do some of the checks yourself using the new TRY_CAST...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Query error

    SELECT FORMAT(GETDATE(), 'MM/dd/yyyy HH:mm:ss')

    AS [try the FORMAT function available in SQL 2012 and above];

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: sql server 2012

    If you are not leveraging Kerberos for authentication then you do not need to worry about updating SPNs because you would not have any that were registered that needed to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Offsite Backups

    Specifically this is the piece I am looking for guidance on:

    Pick one that has features and costs acceptable to you/client.

    I mentioned three product solutions that I have explored or...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: hihio

    Oops, try again?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 811 through 825 (of 7,164 total)