Forum Replies Created

Viewing 15 posts - 811 through 825 (of 7,168 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...

  • 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...

  • 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...

  • 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...

  • RE: How to prevent ANY use of xp_CmdShell?

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

  • 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...

  • RE: Today's Random Word!

    Entitlement

  • RE: get schedule description

    Thanks for posting this code Matthias. Very helpful!

  • RE: Today's Random Word!

    Aggregate

  • 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...

  • 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...

  • RE: Query error

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

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

  • 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...

  • 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...

  • RE: hihio

    Oops, try again?

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