Forum Replies Created

Viewing 15 posts - 10,006 through 10,020 (of 13,876 total)

  • RE: Need help

    This is not easy without knowing more about your data and table structures.

    Please follow the link in my signature to see how to post easily consumable DDL and sample data.


  • RE: Access to the path in [File System Task]

    Could the fact that 'Destination' is spelt incorrectly in the following be a factor, or is it just a typing error?

    "Access to the path 'D:\Destinaion' is denied."."


  • RE: Update Query - The table x is ambiguous

    Shadab Shah (4/7/2013)


    Scott Thornton-407727 (11/9/2011)


    wow, that worked.

    I had no idea you could use Alias's in the UPDATE clause.

    Thanks!

    Hi experts,

    This solution is working for me as a butter on a hot...


  • RE: Need Help in SQL Pivot Query

    TheSQLGuru (4/6/2013)


    Please put the stuff up as a TEXT document. I don't download files that can run code. :hehe:

    Word's .docx files cannot run code, as far as I know...


  • RE: How to get result sets when using dynamic query

    Saying that something "isn't working" is not that helpful.

    More useful is if you post error messages or expected behaviour vs actual behaviour.


  • RE: Insensitivity: A Good Technique?

    Surely dogs speak Doggish? 😀

    Yep, please excuse me: it's Friday afternoon and nearly beer time.


  • RE: Need help

    andrewalex.r (4/5/2013)


    MY employee Table contain CREATE TABLE EmployeeTable(ID INT IDENTITY NOT NULL PRIMARY KEY,Department_ID INT,

    Employee_Name VARCHAR(100),Designation VARCHAR(100),Salary BIGINT,DOJ DATETIME)

    I think these r the requirments u need........

    Please read the link. Here[/url]...


  • RE: Need help

    andrewalex.r (4/5/2013)


    By using Trigger i need to get the sum(salary) of Employee's from employee table,on tanother table,send me the code

    How can any human who lacks supernatural powers provide code for...


  • RE: Determine which columns should be updated during an incremental load

    Paul Hernández (4/4/2013)


    Hi Phil thanks for your answer.

    Now I'm trying to persuade my colleagues to go directly to the database and not over the web service. They allege that write...


  • RE: Determine which columns should be updated during an incremental load

    Can you get to the database directly, or do you have to use the web service method?


  • RE: A Hazard of Using the SQL Merge Statement

    natalirozin (4/3/2013)


    This is good article for "MERGE inro" topic - helps to understand the basics. Thanks!

    Obviously , "WHEN NOT MATCHED BY SOURCE THEN DELETE" behaves as designed clearly...


  • RE: A Hazard of Using the SQL Merge Statement

    It is good to use subset of the source table, considering that you don't need the whole table content.

    I don't understand what you mean - please elucidate.


  • RE: Creating instances of excel file

    Right - I've never done that.

    It might be worth creating another thread & posting your C# snippet, if it's not too complex.


  • RE: Creating instances of excel file

    rs80 (4/3/2013)


    I'm using the DtsRunTime.package to call the package and package.Execute to run the package. In the same library, I'm using DtsRunTime.Variable to pass the variables to the package....


  • RE: Creating instances of excel file

    rs80 (4/3/2013)


    I spoke too soon 🙂

    Phil's approach is working. But when I try to run the package thru a batch job passing variables for the template path (source) and report...


Viewing 15 posts - 10,006 through 10,020 (of 13,876 total)