Forum Replies Created

Viewing 15 posts - 2,461 through 2,475 (of 2,484 total)

  • RE: Introduction to Stored Procedures

    Good introductory article. Will you be doing a follow-up article? I'd like to see one on using the T-SQL templates which aid in quickly creating standardised SP's.

    Thanks

    Phill Carter

  • RE: Getting value based on max of other fields

    quote:


    To understand this properly can you give me what the output should be from your data posted and why?

    "Don't roll your eyes...

  • RE: Indexed View with LEFT JOIN

    quote:


    Tried tricking it maybe? Build it as a view, then build a view around it? Or how about omitting the left join...

  • RE: DTS Load Speeds

    quote:


    The fastest is to always execute at the server itself. If you do from a client machine the data wil cross the...

  • RE: Determine name of executing step

    quote:


    Hmmmmm Log to a desktop? Sounds feasable to me. These days the lines between workstation and server blur so easily.

    Now that...

  • RE: Determine name of executing step

    quote:


    Wait for approval - now that's a good one! Ok, if not full blown SQL Server, how about the MSDE engine? ...

  • RE: Determine name of executing step

    quote:


    Sounds like a nightmare. I don't suppose you could install SQL on the NT box that's downloading the files?

    Another question. ...

  • RE: Determine name of executing step

    quote:


    I have a really dumb question. Why not use the logging functionality built into DTS? What does your logging add...

  • RE: DTS on remote server

    quote:


    I thought you would have had another SQL server from which to run a package that just uses Server2 as the source...

  • RE: Determine name of executing step

    Ok Guys

    Here is what I have at the moment. I probably should have pasted this in earlier .

    Basically, from the current step I can determine the prior...

  • RE: Determine name of executing step

    Andy,

    That is just what I'm trying to do. But I can find no method of determining the current step.

    Basically I want to log a status message to a file saying...

  • RE: Parameter in DTS package

    Another method is to use the Dynamic Properties task. Using this method you can set Global Variables from an INI file, a database query, an environment variable and a couple...

  • RE: SQL 65 Device Resize

    Thought as much. We'll most likely be re-creating on a new server anyway.

    I'll generate DDL for all the objects and DTS the data over from our other SQL7 box.

    If the...

  • RE: Remote DR site suggestions

    Thanks for all your suggestions.

    Here's what I'm am proposing,

    SQL Cluster running Active/Active, One node doing database processing the other doing acting as the distributor. Each node can fail across to...

  • RE: Using pass through query in Access to SQLServer

    quote:


    How can I make the data I retrieve from a pass through query in Access updateable?

    any ideas?

    thanks in advance


    May 21, 2002 at 3:40 pm

    #429560

Viewing 15 posts - 2,461 through 2,475 (of 2,484 total)