Forum Replies Created

Viewing 15 posts - 10,411 through 10,425 (of 13,879 total)

  • RE: SSMS Query Logging

    I've downloaded and installed SSMS Boost. Some interesting features and some usability issues too (eg Script Object as CREATE/ALTER fails with 'No suitable objects found at cursor position' unless you...

  • RE: Check if File Exists?

    Charmer (10/8/2012)


    Phil Parkin (10/8/2012)


    Are you doing the imports in parallel or in series?

    A no-code solution could utilise FOREACH containers - the container just does not execute if the file is...

  • RE: Check if File Exists?

    Are you doing the imports in parallel or in series?

    A no-code solution could utilise FOREACH containers - the container just does not execute if the file is not there and...

  • RE: STUFF & ISNULL

    mubarak.a (10/8/2012)


    Hi,

    I'm new in SQL Server, i want the working process of STUFF & ISNULL. How it works & how it concatenate the row level data into a single data?...

  • RE: BULK Insert zwischen Datenbanken

    Is there a chance that you could post this in English?

    Most people here communicate in English and I think you will find that you get a better response if...

  • RE: Importing XML Attributes via SSIS

    sumit.joshij (10/3/2012)


    can you plz share the sample file.

    +1

    impossible to help with this without getting an idea of what the file looks like and what you need out of it.

  • RE: Consolidate Overlapping Date Periods

    Thanks to all who have responded with their ideas. I've been away for a couple of days & will be coding my solution this coming week.

    Jeff, I have worked through...

  • RE: Consolidate Overlapping Date Periods

    CELKO (9/27/2012)


    First, let's fix your DDL. There is no such thing a “type_id” in RDBMS; read ISO-11170 or any book on data modeling. Would you say “blood_type_id”? Of course not!...

  • RE: Transfer Data from one database table to Another database table

    Have a look here and see how you get on. It does something similar to what you require.

  • RE: SSIS - OLE DB Source task Error

    Hmm - it seems that I have had a go at helping someone solve this issue in the past - check here.

    It would seem to be a problem specifically related...

  • RE: SSIS - OLE DB Source task Error

    Hardy21 (9/27/2012)


    Phil Parkin (9/27/2012)


    Is the ResultSet property of the ExecuteSQL task set to SingleRow?

    Have you mapped 'TableExists' to your package variable on the Result Set property page?

    Yes Phil. It is...

  • RE: SSIS - OLE DB Source task Error

    Is the ResultSet property of the ExecuteSQL task set to SingleRow?

    Have you mapped 'TableExists' to your package variable on the Result Set property page?

  • RE: SSIS - OLE DB Source task Error

    Hardy21 (9/27/2012)


    I am using SSIS package to read the data from Access file and import them to SQL Server table. I have total 10 tables that I need to migrate...

  • RE: Transfer Data from one database table to Another database table

    sqlstud (9/25/2012)


    Thanks Phil..

    Forgot to inform that i need to use SSIS 2005. So that i can schedule it in SQL Server Agent job to run on daily basis.

    How do we...

  • RE: Transfer Data from one database table to Another database table

    If you can, I would recommend that you change the PK definitions in the target database - they should be defined as int, but NOT identity.

    Why? So that the PKs...

Viewing 15 posts - 10,411 through 10,425 (of 13,879 total)