Forum Replies Created

Viewing 15 posts - 5,161 through 5,175 (of 7,429 total)

  • RE: Can linked servers get to vsam data

    I have not tried this but almost any data source that has at least an ODBC driver can be reached thru linked server. I seem to recall VSAM being done...

  • RE: Indexing Views

    Unfortunately we run the two that can here. But you are right Standard does not support indexed views.

    "Don't roll your eyes at me. I will tape them in place." (Teacher...

  • RE: Admin login failure

    Sounds like an assumption piece programmed into Access.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: "Views" only for end-user display?

    No offense, I am a lowsy writer and I know it. In fact I usually have my wife read over important stuff first before I email or put out.

    "Don't roll...

  • RE: Sa login failure

    Could be virus or a hacker. There is a worm on the net going around in regards to SQL. I suggest you get in touch with the Admin of the...

  • RE: Derived or Temp?

    I also need the tally table. But you big problem will be your subquery. a SET SHOWPLAN_TEXT ON to get the execution plan would be helpfully to give a good...

  • RE: Audit Trail

    quote:


    For our applications we have legal requirements to keep a full audit trail, including data retrieval. Also, we need to be able...

  • RE: Unable to start service

    Ok try this. Open Services Control Panel and find the Analysis Services item. Right click and choose properties. There you will find path to executable, open Windows Explorer and drill...

  • RE: job hunting

    My opinion is apply, even if they don't take you for that posiiton the networking is to your bennefit. Soemtimes they even have unposted positions open that they may look...

  • RE: Transactions in stored procedure

    How are you retrieving the error returned? What Call are you making?

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: "Views" only for end-user display?

    First let me thank Andy for a bit of clarity on somethings. I appologize that is not my strong point. Now for

    quote:


    Another...

  • RE: Performance hit for cross-db queries?

    Just as a affermation. We tested breaking a database into year databases but some reports are based on three years. Each contained at least 50000+ records and we saw no...

  • RE: wrong query result

    If she is pulling a wrong record and you can tell from the data it shouldn't have pulled then the query would have to have been the issue. If the...

  • RE: Unable to start service

    %1 is a replacement position. I would suggest try uninstall Analysis Services and reinstall first to see if the install flaked. Then if same problem let us know.

    "Don't roll your...

  • RE: Compare on Update

    One possible way you could handle this would be a trigger. Just a thought but you could try something like.

    CREATE TRIGGER tr_CheckChanges

    FOR UPDATE

    AS

    IF NOT EXISTS (SELECT * FROM inserted i...

Viewing 15 posts - 5,161 through 5,175 (of 7,429 total)