Forum Replies Created

Viewing 15 posts - 3,856 through 3,870 (of 7,164 total)

  • RE: Transactional Replication

    It provides a way for the the replication engine to identify a row unambiguously. Unlike unique keys, primary keys do not allow NULLs. Why do you have tables with no...

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

  • RE: Low disk space alert

    Perry Whittle (6/6/2012)


    Ah that's ok then, you're running SQL server 2000 on this box?

    One is running SQL 2000 Standard Edition x86...it's a memory bound old beast serving data for ColdFusion...

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

  • RE: Low disk space alert

    Perry Whittle (6/6/2012)


    opc.three (6/6/2012)


    Win32_Volume is not a class on all the servers that I support.

    Which OS\service pack?

    They still have some 2000 boxes around.

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

  • RE: Low disk space alert

    Perry Whittle (6/6/2012)


    best way, the way i use...

    😛

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

  • RE: Low disk space alert

    Win32_Volume is more appropriate in some server environments. I use Win32_LogicalDisk in this environment as Win32_Volume is not a class on all the servers that I support.

    Here is how...

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

  • RE: SQL Server Agent - who ran that job?

    pveilleux (6/6/2012)


    This is good stuff, info I couldn't find in any of the BOL.

    So, here's what I have:

    JobA is owned by sa. SQL Agent and SQL Server are both...

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

  • RE: SQL Server Agent - who ran that job?

    SQLKnowItAll (6/6/2012)


    In msdb, some of the users in sysadmin are in all 3 of the SQL Agent roles..

    If someone is a sysadmin, they are automatically in all fixed database roles....

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

  • RE: SQL Server Agent - who ran that job?

    pveilleux (6/6/2012)


    opc.three (6/1/2012)


    pveilleux (5/31/2012)


    Hello, all,

    In digging around on one of our servers, I found what appears to be someone logging in as the SQL Server/Agent service account and running jobs....

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

  • RE: Low disk space alert

    Jeff Moden (6/5/2012)


    opc.three (6/5/2012)


    Please do not enable OLE Automation procs unless absolutely necessary...

    Please explain why or provide a link that does.

    Issues I have with the OLE Automation procedures:

    Issue #1

    From BOL...

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

  • RE: Ruuning Update Stats

    When an index is rebuilt or reorged only the stats for that index are updated. This is why I suggest also updating column statistics if you have time. If you...

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

  • RE: Config File in SQL Server Database

    The use of a table is in lieu of a file. Have a look at the link I posted. It explains all the types of package configs.

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

  • RE: Bulk Insert from inside a CLR trigger - permissions issue?

    Andre Ranieri (6/4/2012)


    My project involves creating a CLR trigger which will take a jpg file out of an NTFS share in bulk insert into a SQL table.

    The CLR trigger is...

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

  • RE: Config File in SQL Server Database

    Right-click your Control Flow design surface and choose Package Configurations...

    Click Enable, then Add, and you can choose SQL Server:

    Look for the "SQL Server Configurations" section in this article:

    Understanding Integration Services...

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

  • RE: Upload a file to HTTPS Website from SSIS

    Via what? REST? SOAP? FTP?

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

  • RE: OPENROWSET VS SSIS

    They're two ways to do the same task. SSIS OLE DB Destination with Fast load uses OPENROWSET to leverage the BULK INSERT interface. OPENROWSET when used from T-SQL with a...

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

Viewing 15 posts - 3,856 through 3,870 (of 7,164 total)