Forum Replies Created

Viewing 15 posts - 4,501 through 4,515 (of 7,164 total)

  • RE: How to create connection manager for a HTML file ?

    Can yoi post the file? If not comfortable posting on the Forum send me a personal message (PM link on posts) and I'll send you my personal email address.

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

  • RE: SQL Agent Schedule being missed

    glugingboulder (4/12/2012)


    A case of what?

    Schedulers misbehaving by nature at small intervals or always induced by high workload?

    Both. Under duress especially. Even when systems are mostly idle you'll see jobs that...

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

  • RE: automating object scripting

    SSMS leverages SMO for that, which is installed with the client tools. I do these types of tasks with PowerShell referencing SMO. To my knowledge there is no command-line access...

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

  • RE: ssis transfer sql server objects task copy all logins made the destination server unaccessible

    Try after launching SSMS using "Run as Administrator".

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

  • RE: How to run a DTS package in schedular job

    You'll need to install the Microsoft SQL Server 2005 Backward Compatibility Components (SQLServer2005_BC.msi, SQLServer2005_BC_x64.msi or SQLServer2005_BC_ia64.msi). Then you can use DTSRun.exe to execute a SQL 2000 DTS package from the...

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

  • RE: Filter data without using Conditional Split

    PGV (4/12/2012)


    Hi,

    I am writing an SSIS package that imports data from a text file into SQL Server.

    I have a data flow for that with a flat file source and an...

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

  • RE: Powershell and remote registry

    I tried your code against a few of my servers (Server 2008R2 w/ SQL 2008 instances and Server 2003R2 w/ SQL 2005) and it worked fine (mostly, see below), although...

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

  • RE: Increase in the size of '.mdf' file when trying to add a column to a table

    It sounds like you were using the Table Designer in SQL Server Management Studio to add your column. I sometimes use the Table Designer for viewing existing tables but we...

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

  • RE: How to create connection manager for a HTML file ?

    If it's HTML, then it's XML...have you tried parsing it in SSIS using an XML Data Source?

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

  • RE: Powershell and remote registry

    Check the "Remote Registry Service" on those machines you are not able to access, see if it was turned off / disabled.

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

  • RE: Abnormal SQL issue

    tt-615680 (4/12/2012)


    Brandie Tarvin (4/12/2012)


    Why does the replacement user need similar privledges? You're just shooting yourself in the foot.

    Remember, least permissions needed to do the job (figuratively and literally) should be...

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

  • RE: SQL Agent Schedule being missed

    It's the case with a lot of schedulers, not just SQL Agent.

    One word of caution, make sure you delete your job history for this particular job quite often as it...

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

  • RE: Abnormal SQL issue

    Brandie Tarvin (4/12/2012)


    What Gail said on the above. Except, if I recall correctly, does the job run under the credentials of the person running it (if it's run manually?), or...

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

  • RE: How to store a sqldatareader returned from from script code to database table?

    MissyDaisy (4/12/2012)


    Your suggestion will work optimally. Unfortunately, I can't implement it as the service account does not have write permissions on Database2 tempdb and never will.

    So I...

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

  • RE: SQL Server 2005 Windows authetication

    sanj_love89 (4/11/2012)


    how to check weather the client and server is the part of the same domain

    For the client operating system follow this article.

    For the server, since you've posted in the...

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

Viewing 15 posts - 4,501 through 4,515 (of 7,164 total)