Forum Replies Created

Viewing 15 posts - 61 through 75 (of 312 total)

  • RE: Getting confused by an SSIS SQL Task failure

    (Doh! School boy error)

    Keon, Well done! It appears I had the Force Execution result set to failure! I can only assume it's something I've done in testing...

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: Getting confused by an SSIS SQL Task failure

    no - nothing starting Error:

    I haven't configured a result set, as nothing should be returned and I dont believe i set the task to fail regarldless of result, but I...

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: Getting confused by an SSIS SQL Task failure

    no. SSIS reports

    Progress: Executing query "EXECUTE [etl].[up_time_dim_build] @p_start_date =". - 100 percent complete

    Task SQLT - etl up_time_dim_build failed

    .

    thats it. The stored procedure however, was executed and...

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: How to remove left space from string

    Use LTRIM or RTRIM for left and right spaces on string in T-SQL

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: SQL Server job problem

    Excellent.

    I've clearly spent too long programming 😀

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: SQL Server job problem

    I can't see anything wrong with your vb script (not a VB expert mind, but it looks simple enough). have you tried to copy the file, rather than move...

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: SQL Server job problem

    couple of questions / comments

    from what I can see, SP4 is a 'Release To Manufactures' version, so to quote MS - may not be fully ready for genereal use.

    Secondly, ...

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: Using Disparate File Paths in SQL Server Database Mirroring

    good article and good tip for addining files without the need to do a full backup and restore.

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: SSIS Lookup or Merge Join To Get Specific Dimension Key

    ok - i've resolved the first issue of mathing the keys, by changing my look up SQL

    select *

    from

    (select * from [dbo].[location_dim]) as refTable

    where [refTable].[location] = ?...

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: SSIS Lookup or Merge Join To Get Specific Dimension Key

    Julian Kuiters (2/9/2006)


    Sound similar to something I wanted to do a long time ago. I quickly knocked up an example today, so here's an article I wrote for you:

    <a href="http://www.juliankuiters.id.au/article.php/ssis-lookup-with-range">SSIS...

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: Can't assign T-SQL parameter in OLE DB Source

    well,

    to a large extent, I've got the choice, with few little restrictions on what I choose to do - the only limiting factors really are potentially data related.

    I'm moving...

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: Can't assign T-SQL parameter in OLE DB Source

    Paul

    sorry to bother you again - this is a performance question - but related to my original post.

    When creating a stored procedure, an the execution plans is created...

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: How To: Connect a mainframe VSE, COBOL App to SQL Server

    HI all,

    I appreciate this is an old post now but hopefully one of you might know if it's possible or not.

    In a nut shell, we run cargo operation systems and...

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: Performance Monitoring - Basic Counters

    Jack Corbett (11/11/2005)


    I liked the article as it was concise and gave good tips for where to start. Is anyone out there using the SQLH2 tool available from MIcrosoft. I...

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • RE: Cant Access Reporting Services Using FQDN

    No problem, pleased you resolved the issue.

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

Viewing 15 posts - 61 through 75 (of 312 total)