Forum Replies Created

Viewing 15 posts - 5,266 through 5,280 (of 11,678 total)

  • RE: cook book

    SQL Guy 1 (8/8/2013)


    Aparently the topic starter meant a book called "SQL Cookbook" and how to install examples from it.

    I thought the same thing. But the OP could be...

  • RE: cook book

    ChrisM@Work (8/8/2013)


    GilaMonster (8/8/2013)


    ChrisM@Work (8/8/2013)


    Sounds like a Sisyphean task, similar to those given to raw recruits of some services - "Get me a Portuguese handpump and bring a bucket of steam...

  • RE: Are the posted questions getting worse?

    Sean Lange (8/8/2013)


    Well I guess the joke is lost now as the topic has apparently been removed. :hehe:

    It was hilarious. You had to be there.

  • RE: Exports other than bcp/Data Flow tasks

    BIML also exists for 2008. It's included in BIDSHelper.

  • RE: Exports other than bcp/Data Flow tasks

    You could try to create SSIS packages dynamically (for example with BIML), so that shortens the development time.

  • RE: One or two fact tables?

    OK, now that I see the data, I think you should have 2 fact tables, because indeed they are at two different grains.

    Recovery is at the treaty level, while total...

  • RE: deleting duplicate

    Probably because Oracle is a sucky DB engine who evaluates the expression row by row, while SQL Server evaluates them all at the same time, resulting in both rows being...

  • RE: Query Help - To delete old files

    You could create an SSIS package that uses .NET in a script task.

    You can schedule SSIS with SQL Agent.

  • RE: Query Help - To delete old files

    Is there a particular reason you want to do this in TSQL?

    .NET would seem much more fit for the task.

  • RE: Update

    karunakar2351 (8/8/2013)


    update #InwardTransDetails set Branch='BP66' where Branch='NG26' and logindate='2013-08-07'

    is not working why?

    Is there an error?

  • RE: cook book

    Who told you that? Any links?

  • RE: One or two fact tables?

    The total_recovered value in claim (100) is not the same as the sum of the recoveries in claim_recoveries (2 x 25). Is this normal?

  • RE: cook book

    Where did you get the idea there is a cookbook?

  • RE: Transactions in SQL

    IT researcher (8/8/2013)


    Does nested transactions only supported in Transaction Statements(Transact-SQL ) ? In coding i am using 'sqlconnection' object. But inner transaction gets comited even though outer transaction fails

    Don't...

  • RE: One or two fact tables?

    Is it possible to post some sample data (this may be fake).

    It would be easier to wrap my head around. 🙂

Viewing 15 posts - 5,266 through 5,280 (of 11,678 total)