Forum Replies Created

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

  • RE: Troubleshooting SSIS package

    The Replay Trace will capture everything. I would setup the package to use a unique Application Name in the connection string so I could filter on that in the Trace...

  • RE: Low disk space alert

    Perry Whittle (6/6/2012)


    You'll need to use xp_fixeddrives to get the free space and disk name

    Well, someone may. I use PowerShell + WMI for disk space monitoring and I check all...

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

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

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

  • RE: Low disk space alert

    Perry Whittle (6/6/2012)


    best way, the way i use...

    😛

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

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

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

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

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

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

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

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

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

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