Forum Replies Created

Viewing 15 posts - 1,471 through 1,485 (of 1,518 total)

  • RE: SQL Agent job not running simple SSIS package

    You wrote:

    "I'm getting a DLL error when I connect to Integration Services instance from SSMS. This is another seperate issue I'm troubleshooting also."

    What is the error?

    "Cannot find SSPI context"?

    If...

  • RE: SQL Agent job not running simple SSIS package

    (1)

    Is it possible for you to run the package in debug mode using Visual Studio locally on that server?

    Would it run successfully?

    I assume that when you were developing and testing...

  • RE: How many hours are you expected to work?

    I'm totally on board with the notion that in a crisis situation I need to be there for my workplace.

    I also think I am a fairly ambitious and driven individual,...

  • RE: CLR object to return Windows groups that a Win acct is a member of

    ALZDBA (2/15/2008)


    Just keep in mind to have your first aid kit available. 😀

    Also there are # of articles/forumQ regarding CLR at ssc.

    I have done some ASP.NET development in the past....

  • RE: CLR object to return Windows groups that a Win acct is a member of

    ALZDBA (2/15/2008)


    Very nice demo indeed ! 😎

    Keep in mind CLR is a double edged knife.

    You can easily cut your finger with it.

    Sometimes, cutting a finger is what it takes...

  • RE: SQL Agent job not running simple SSIS package

    davidsalazar01 (2/13/2008)


    Hello,

    The error I'm getting is that it can't create or access the "filename".csv file on the local drive. I have all the SQL Services running under the doman...

  • RE: SQL Agent job not running simple SSIS package

    RDP as the domain acct to the machine on which the SSIS package is running.

    Can you access the drive, using the same path as the one specified in the package?

  • RE: How many hours are you expected to work?

    In my experience, employees just starting out in the IT industry are more likely to be victimized into working an insane no. of hrs.

    I started out a few years back...

  • RE: CLR

    Matt Miller (2/14/2008)

    I'm however averse to making SQL Server the automation tool to run other things, like - file maintenance, Active directory security, etc.... There are good reasons that...

  • RE: CLR

    In my workplace we have recently started replacing xp_cmdshell calls with specialized calls to database objects (sprocs/UDFs) that perform file system manipulation tasks, eg. file deletion, directory listing, detection of...

  • RE: CLR object to return Windows groups that a Win acct is a member of

    Thanks Todd! This is great!

    I will not be able to try the download as yet, but I'm taking a note of it so I can try it when I'm back...

  • RE: Why my tempDB log bloted?

    kirk (2/10/2008)


    I have been trying to figure out how my tempDB ballooned to over 18G. I think I know why but I want to get expert opinion on my...

  • RE: Database Blocking

    Ziljan4 (2/12/2008)


    What are some of the ways to know that Blocking has indeed occur in your database, and what would you do resolve it? is killing the spid only option?

    &

    What...

  • RE: Database Blocking

    exec sp_blocker_pss80;

    "sp_blocker_pss80" gives blocking-specific output.

    Look it up and download from the web. Install in master db.

    Transient blocking is a normal occurrence and a consequence of database concurrency. It becomes an...

  • RE: TEMPDB Administration

    tempdb data files should be in their own drive, preferably separate spindle.

    Log can be placed in the same drive as the other log files.

    create as many tempdb data files as...

Viewing 15 posts - 1,471 through 1,485 (of 1,518 total)