Forum Replies Created

Viewing 15 posts - 46 through 60 (of 605 total)

  • RE: Data Extraction Methods Part 2

    I can understand your point of view. Some article do take some wading through before you get the gist of what is going on.


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: Data Extraction Methods Part 2

    Bill. I think your comments are rather harsh.

    It read quite well to me and was completely understandable and well presented even if the grammer was slightly lacking.

    Remember, the people...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: Data Extraction Methods Part 2

    The main problem is always re-running warehouse population when using the check last day inserts/updates/deletes etc. With that logic you can end up inserting duplicate rows if you need to...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: Need to run a select and output to csv file daily

    Take a look at osql.

    Basically, you can write a query that will send the output directly to a text file with a few parameters thrown in for formatting.

    Take a look...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: Is that SQL SELECT possible

    If this is going to be a popular re-runnable query, a quicker response will be gained by using another idea.

    Create a linked table from the source table which includes patientID...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: how to query with formula and listing by group?

    To query this information going forward is not recommended. Basically, you are going to have to find the last c/f figures by groups and do the same for new and...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: DTS Scheduling and Leap Year

    I'm pretty sure that if the date does not exist then dts will not run it.

    If you can afford to wait for a week, try scheduling something to run on...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: DTS Transform Data Task

    DTS is not a dynamic tool in terms of mapping source and destination columns.

    In you case, I suggest you use osql to output directly to a text file using dynamic...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: Query to retrieve row level value as Column wise

    Interested to see for what purpose you want this format.

    Anytime I want to display the data in a different format, I use the application that the data will ultimately be...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: Fixed Server Role to run DTS

    If he is only reading data out of the table then give him db reader on the database.

    If he wants to insert as well give him db datawriter additionally.

    That should...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: global variables with hidden values

    The only other way is to pick the values up from an ini file.

    You can put nt file restrictions on the ini file to sort of hide the text.

    Use the...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: Fixed Server Role to run DTS

    It's not so much dts authentication, rather it's at database level.

    As long as the account has authority to the objects in the package (eg database connections, stored procs etc), then...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: Roll Back All Transformations in DTS package

    Never really looked into it. I have found good articles on this sire before. Maybe it will help you out.

    http://www.databasejournal.com/features/mssql/article.php/3327681

    Come back to the forum with an answer if you get...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: What if I have deleted the DTS package

    If you have a back up of msdb you can get it back from there.

    However, do not install it over your current msdb as it will probably cause you big...


    ------------------------------
    The Users are always right - when I'm not wrong!

  • RE: Importing Data to SQL from Access with a workgroup file

    Nice workaround. Workgroups must be the worst type of security EVER on any database and caused me major headaches when I used to administer a pool of access databases back...


    ------------------------------
    The Users are always right - when I'm not wrong!

Viewing 15 posts - 46 through 60 (of 605 total)