Forum Replies Created

Viewing 15 posts - 2,386 through 2,400 (of 7,164 total)

  • RE: Index rebuild fragmentation criteria confusion

    Yuri55 (1/6/2013)


    Thanks guys for all your answers-

    just to summarize- for index maintenance we need to take into account both logical fragmentation and page density. Still have couple questions left:...

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

  • RE: Problem with using SQL Server linked server to MySQL database

    I am unable to recreate the scenario, i.e. I am able to delete from remote tables referenced by 4-part naming using an IN with a temp table to achieve a...

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

  • RE: SQL ADVANCE COPY/MOVE AND RENAME FUNCTIONS

    Security and risk mitigation have to be layered and the risk-to-benefit ratio for xp_cmdshell simply makes it a non-choice for me. I put SQLCLR objects with EXTERNAL_ACCESS and UNSAFE in...

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

  • RE: DB Block Size

    Assuming you mean the allocation unit size defined when you format a Windows drive then it will depend on the workload but 64 KB is usually a good place to...

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

  • RE: SSIS Packages - Best Practice

    You can develop in and against production if you like but it is not recommend and typically will not bring you the best results in terms of releasing quality software...

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

  • RE: Problem with using SQL Server linked server to MySQL database

    Could you please script out your Linked Server definition and post it here minus any sensitive information? Also, which MySQL driver, type and version, are you using?

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

  • RE: SQL ADVANCE COPY/MOVE AND RENAME FUNCTIONS

    Jeff Moden (1/13/2013)


    I think having the ability to audit is definitely the definitive reason to use CLR over xp_CmdShell. I think it's great that the user the hacker broke...

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

  • RE: SQL ADVANCE COPY/MOVE AND RENAME FUNCTIONS

    Lynn Pettis (1/13/2013)


    I know how to enable CLR. The problem with your solution comes in when you AREN"T allowed to use CLR. That is all I was saying.

    No...

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

  • RE: SQL ADVANCE COPY/MOVE AND RENAME FUNCTIONS

    Lynn Pettis (1/13/2013)


    Of course, using SQLCLR is also dependent on whether or not you are allowed to use it in your environment as well.

    Naturally. It, like sys.xp_cmdshell, is disabled by...

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

  • RE: How to rename the file on the base of the query output in SSIS

    Jay Pete (1/7/2013)


    Hi All,

    I want to rename the file on the base of query output in SSIS.

    Example:

    File name: report.txt

    Query: Select MAX(Batchlog) from Account -- Query Output is 100

    So, file name...

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

  • RE: Trigger Help

    SQL Server already keeps track of this in the SQL Error Log. SQL Server adds an entry to the Error Log whenever a server configuration option changes.

    What are you trying...

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

  • RE: SQL ADVANCE COPY/MOVE AND RENAME FUNCTIONS

    One of the many advantages of using the SQLCLR over xp_cmdshell for interacting with the file system is that if the user connected to SQL Server under Windows Authentication you...

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

  • RE: Question about Optional Parameters in Stored Procedures

    Jacob Pressures (1/9/2013)


    The TVP seems, at least in my head, like an alternative method although It would probably still not allow for query optimization and would put a lot of...

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

  • RE: Passing Object Type Variable to Child Package

    I am assuming this was your post on MSDN and it is now resolved:

    http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/d00bb280-77bd-487c-8785-658beb08e296

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

  • RE: logging output from Execute T-SQL task

    Here is a tutorial on how you might be able to capture the number of affected rows into a variable, depending on how your SQL Statement in your Execute SQL...

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

Viewing 15 posts - 2,386 through 2,400 (of 7,164 total)