Forum Replies Created

Viewing 15 posts - 3,136 through 3,150 (of 7,164 total)

  • RE: x-cmdShell access

    Jeff Moden (9/20/2012)


    Ok, so how will having xp_CmdShell turned off prevent that internal threat? Answer is, it doesn't because anyone with SA privs can use xp_CmdShell even if it...

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

  • RE: In SSIS package Need to Create new table Dynamically for each 1000 Records

    You could do this in a Script Component in a Data Flow setup as a Destination. Keep a counter in your code and issue a new CREATE TABLE at 0...

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

  • RE: Integration Issue

    Once didn't work, so twice is better?

    http://www.sqlservercentral.com/Forums/Topic1361171-364-1.aspx

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

  • RE: Integration Issue

    akirajt (9/19/2012)


    Goal:

    Filtrate the different integration issues. My selection is:

    Description - Customer Name - IBM

    Encoding - Sex - M = Male and F=...

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

  • RE: The package path referenced an object that cannot be found

    Variables in SSIS are case-sensitive, i.e. \Package.Variables[User::ReportID].Properties.Value is not the same as \package.variables[User::ReportId].Properties.Value, so first verify you're referencing the correct name.

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

  • RE: x-cmdShell access

    Jeff Moden (9/20/2012)


    opc.three (9/20/2012)


    Can't wait. I'll definitely read it, hell I'll even volunteer to tech review it if you like. I'll do my best to provide feedback to head-off as...

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

  • RE: Updating SQL 2005 SP2

    Most of my 2005 servers are on 9.0.5057 (SP4 + MS11-049) except for a few that we cannot upgrade because a vendor app won't certify their software for SP4, sigh.

    http://sqlserverbuilds.blogspot.com[/url%5D

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

  • RE: x-cmdShell access

    Can't wait. I'll definitely read it, hell I'll even volunteer to tech review it if you like. I'll do my best to provide feedback to head-off as many detractor angles...

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

  • RE: How do I use one column for node names and the others for elements in that node?

    dwain.c (9/20/2012)


    Eugene Elutin (9/20/2012)


    aaron.reese (9/20/2012)


    I do have to agree with the byte-bloat issue.

    Can anyone beat this? its from the NHS clinical data set upload for patient details

    <personGenderCodeCurrent>M</personGenderCodeCurrent>

    There is nothing wrong...

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

  • RE: Agent service

    In the Services manager you can have the OS run a program for you in case a service fails. This can be a PowerShell script that sends an email or...

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

  • RE: SSIS, SQL 2012 and openrowset

    Same file location?

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

  • RE: Maintenance Plan succeeds, but does not perform backup

    This should probably be moved to the SQL 2012 - General Forum. You may get more page views that way. Some very qualified folks have stopped watching the 2005 Forums...

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

  • RE: French characters into SQL Server

    Cmdlet Out-File has a -Encoding option.

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

  • RE: x-cmdShell access

    Jeff Moden (9/20/2012)


    opc.three (9/19/2012)


    It's in every SQL Server security whitepaper...

    I guess there's a whole lot of people that just don't know how to do it right. I agree......

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

  • RE: Bulk insert of large files (more then 450MB)

    Unfortunately BULK INSERT does not play nice sometimes so we have to apply a workaround. We cannot CATCH errors from BULK INSERT related to gaining exclusive access to the file...

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

Viewing 15 posts - 3,136 through 3,150 (of 7,164 total)