Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stressball

    Restricting Enterprise Manager access

    Hi, Thanks, that sounds like it will solve our problem, although it will impact on our servers performance and require application code changes. But even that is preferable to them seeing our entire list of databases. Stressball
  2. stressball

    Restricting Enterprise Manager access

    Hi, Thanks for that info, but we have no access to our clients site servers, all we are giving them is a username and password so that they can gain access to the databases they require, which they want to be able to do through their version of Enterprise Manager. Regards, Stressball
  3. stressball

    Restricting Enterprise Manager access

    Hi, We have no guest accounts, but yes I think you are right we are going to have to leave this as is until the next version of SQL Server, which apparently does allow you to do this.
  4. stressball

    Restricting Enterprise Manager access

    Hi, We have an offsite client who wants to access one of our databases via Enterprise Manager, I have set up a user for them with access only to their one database, however, when testing this, logging in as this user, they can only access their database, however they can view the rest of the...
  5. stressball

    Error dowloading from HTTPS page using IE6

    I had a look and the option is already turned on.
  6. stressball

    Error dowloading from HTTPS page using IE6

    IE6 already has 128bit encryption. I have disabled the download functionality in the live system for now (as it is no use to the users currently anyway) and I am testing it on the development server using IE6 SP1. Does anyone have any other suggestions or advice? It has to be an IE issue as...
  7. stressball

    Error dowloading from HTTPS page using IE6

    I have a hyperlink on one of my https jsp pages for the user to download the data on the screen to a .csv. Previous to adding SSL to the site the download worked fine, now when trying to download I get the following message: Internet Explorer cannot download reports.csv from <server_name> The...
  8. stressball

    1Z0-101 Preparation Materials

    Hi, I'm also studying for 1Z0-101, I have the Couchman book and I am getting the STS practice test, what is the Student Guide and how can I get a hold of it? Thanks.
  9. stressball

    How to blur edges of picture

    Hi, I am working on a website previously created by someone else, he has the staff photos on the website with blurred edges, I have to add a new photo and I don't know how he has blurred the edges, the background of the web page is white and so the blurring is white, the photo is a rectangle...
  10. stressball

    Profile Problem

    Nope couldn't solve it, ended up deleting my profile, now everything works nicely.
  11. stressball

    Profile Problem

    Our network consists of a NT 4.0 Server, NT 4.0 workstations, and my newly upgraded Windows 2000 workstation. After installing Windows 2000 I logged in with my usual username, password, and domain. When I log in I get the following error: &quot;Windows cannot load the users profile but has...
  12. stressball

    Books for OCP Internet application developer

    Why is it useless? Can you recommend something else?
  13. stressball

    Books for OCP Internet application developer

    I found this book on Amazon: http://www.amazon.com/exec/obidos/ASIN/0072193336/ref=pd_bxgy_text_2/002-4994873-2951236
  14. stressball

    My website looks terrible using the Netscape browser!

    Ok the url should be: http://www.vitals.nl/ If you had looked closely you would have seen the space in the url. I've checked the site in: Netscapte Navigator 4.7 - Not perfect but everythings there. Opera 6.01 - Perfect and fast Mozilla 0.9.9 - Perfect and fast Internet Explorer 6 - Perfect and...
  15. stressball

    Positioning Text

    Hi, thanks for responding, I was having a bad day! I was linking the layers thinking I was locking them, I have been using another grapic program that worked differently with layers and was getting confused! It's all sorted now, I just need to learn to have patience sometimes!
  16. stressball

    Positioning Text

    Hi, This is a kind of stupid question, but I have to ask as I am getting quite fustrated. I'm using version 5.5 and I am trying at the moment to create a simple image with a maroon background and white text on top. My problem is that once the text has been written it gets placed on the image...
  17. stressball

    Need help with stored procedure that inserts

    Thank you! I made a couple of small changes and this is the final procedure. CREATE PROCEDURE register_clients IS CURSOR id_crsr IS select client_ref from client where client_ref not in (select client_ref from client_activities); varCommCode...
  18. stressball

    Need help with stored procedure that inserts

    Hi, I desparately need some help with this procedure, I haven't worked with Oracle in while, and I'm all in a fluster about how to do this. I need to get the client_ref (the id) from the client table check that it does not exist in the client_activities table, if it does not exist then I want...
  19. stressball

    Problem with Joins

    Thanks for the info, I'm separating this query into 2 queries, one to retrieve the activities due, and one to retrieve the overdue activities, as I cannot get these out together without getting incorrect values.

Part and Inventory Search

Back
Top