Forum Replies Created

Viewing 15 posts - 1,156 through 1,170 (of 7,164 total)

  • RE: What happens if new records are inserted in a source table during a package execution?

    Paul Hernández (5/3/2013)


    Hi Folks,

    I have a package that loads records in a CRM destination using a Web Service. This execution takes around let´s say 3 hours. I would like...

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

  • RE: Database modifications reported in Error or other log?

    jhager (5/6/2013)


    Thanks for replying; my supervisor and I were mostly concerned with the "who and why" with the sudden data growth, then later settling back to normal levels...as we didn't...

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

  • RE: Problem with SQLCLR in VS 2012 / Net 4.5

    jordanovskibojan 74807 (5/5/2013)


    Hello guys,

    I have problem that I can't resolve ..

    I want to make simple store procedure using .net 4.5 and I cant deploy my project ..

    I have...

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

  • RE: Replicate from Non-Partioned Table (Publisher) to a Partitioned Table (Subscriber)

    You may need to initialize the Subscription without a Snapshot or with special Schema Options such that the DDL is not affected on the Subscriber when initialized but other than...

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

  • RE: Database modifications reported in Error or other log?

    Shrinking your data files is considered a bad idea unless you;re in an emergency situation. It fragments your indexes terribly and inevitably the files will likely grow to their original...

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

  • RE: Rebuild Indexes

    Are you rebuilding every index? Maintenance Plans do this.

    Consider using a tool that inspects the fragmentation levels and only rebuilds indexes that actually need it. Here is a good...

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

  • RE: High CPU Issue

    From SQL Server 2008 R2 Diagnostic Information Queries by Glenn Berry[/url] you can grab a quick view of your highest CPU procs:

    Find highest CPU use by DB:

    -- Get CPU utilization...

    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?

    At the Windows level I think you can intercept and prevent attempts by the sqlservr.exe process to spawn instances of cmd.exe. I am guessing this is done using WMI but...

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

  • RE: Creating a comma-separated list (SQL Spackle)

    Jeff Moden (5/5/2013)


    opc.three (5/5/2013)


    I think Wayne already called out that the comment was misplaced.

    http://www.sqlservercentral.com/Forums/FindPost1046450.aspx

    I thought you were taking things in a different direction.

    Yeah, but I need to call it out.

    Why?...

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

  • RE: Creating a comma-separated list (SQL Spackle)

    I think Wayne already called out that the comment was misplaced.

    http://www.sqlservercentral.com/Forums/FindPost1046450.aspx

    I thought you were taking things in a different direction.

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

  • RE: Creating a comma-separated list (SQL Spackle)

    ...when this is so easily done without it and it works in a stored procedure or a function without having to somehow get to the command line to do it?

    How...

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

  • RE: Save all DTS pakges to location

    Are you sure you are looking for help with extracting DTS Packages (SQL 2000 technology) from SQL 2008? DTS Packages can be stored in msdb in SQL 2008 but it...

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

  • RE: Script to open encrypted, dynamic excel files

    Mainly because it is native. One less dependency.

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

  • RE: SSIS For Each Loop - Multiple wildcards

    No, but you can search for *.zip and then use Precedence Constraints within your Loop container to run different paths of code based on the actual file name.

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

  • RE: Script to open encrypted, dynamic excel files

    Nice job Lowell.

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

Viewing 15 posts - 1,156 through 1,170 (of 7,164 total)