Forum Replies Created

Viewing 15 posts - 3,991 through 4,005 (of 7,168 total)

  • RE: PowerShell - Get Permissions

    A solution using PrimaryFilePath will only account for the location of the primary data file for the database specified. If that database has multiple data files and one of those...

  • RE: Help with sp_help ( HOw do you capture the output to a table )

    mw112009 (5/22/2012)


    Is this tool free of charge ?

    I am sure you will find all the information you need at the link I provided 😉

  • RE: How to delete by object of SSIS (SQL 2008 R2) ?

    How many rows is your query trying to delete? What else is happening on that table while you are running your delete? Are you running the delete in a transaction...

  • RE: AWE Changed - Maintenance Plan not working

    It sounds like you did not do all the steps or you may not have a current enough build. What does this return on your system:

    SELECT SERVERPROPERTY('Edition') AS Edition,

    ...

  • RE: Help with sp_help ( HOw do you capture the output to a table )

    If all you are looking for are insert statements generated from an existing table then I would recommend the SSMS Tools Pack:

    Generate Insert statements from resultsets, tables or databases

    Insert statements...

  • RE: How to insert/update/delete into destination table

    pradeep.mohan (5/22/2012)


    you mean 'Data conversion' component using next to multicast (OLE DB Source --> Multicast --> Data Conversion --> OLE DB Commend)

    It will depend on the destinations. If all destinations...

  • RE: How to insert/update/delete into destination table

    pradeep.mohan (5/22/2012)


    In my package source table and destination table datatype is different.

    So is it possible to transfer the data from Source to Destination?

    Yes. Look into using the Data Conversion transformation...

  • RE: Hash Partitioning

    What I see a lot of people chasing when thinking about implementing partitioning is 'partition parallelism'. The idea that if a query asks for data from multiple partitions were parallelized...

  • RE: Hash Partitioning

    So would you say this is simply one area where the concept does not transfer from Oracle to SQL Server? Oracle touts partitioning as a way to improve performance by...

  • RE: Hash Partitioning

    GilaMonster (5/19/2012)


    You are highly unlikely to achieve anything other than adding complexity and wasting time. Partitioning is not a performance optimisation (mostly), it's for ease of maintenance, loading and deleting...

  • RE: SSIS 2K8 script task to CLR function

    Uripedes Pants (5/17/2012)


    opc.three -

    you've helped me before and I really appreciate you and all the good folks on this forum. sorry it took so long for me...

  • RE: SSIS - File Watcher Task

    Jeff, your comments helped settle me down. It's nice to have a timeline now on when I might see the article accepted and potentially published. Thanks as always for all...

  • RE: SSIS - File Watcher Task

    Jeff Moden (5/18/2012)


    Any idea when the first one is coming out, Orlando?

    I do not. I have not received any feedback since submitting the article earlier this week. This being my...

  • RE: SSIS - File Watcher Task

    Raunak Jhawar (5/18/2012)


    I want to do one. One fo you and one for me 😛

    Well, I was going to do three that build on one another so it would be...

  • RE: SSIS - File Watcher Task

    Raunak Jhawar (5/18/2012)


    I can take one on 'File Watcher Task", but will this article describe more about .NET classe "FileSystemWatcher" or any other task or .NET class in particular?

    I got...

Viewing 15 posts - 3,991 through 4,005 (of 7,168 total)