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 bkrike 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: *

  • Users: tosberg
  • Content: Threads
  • Order by date
  1. tosberg

    How to import many Stored Procedure scripts

    Here's the skinny: I wrote about 200+ Stored Procedures and I want to import them into a SQL SErver DAtabase. How can I get all of these scripts into SQL Server without having to copy and paste every single one of them. Is there some kind of command line utility or import procedure where...
  2. tosberg

    DataMember Implementation in Design Time

    Here's the skinny: I want to implement a DataMember and DataSource property for a control i'm building. In design time, I get a drop down list box for the DataSource property but cannot get one for the DataMember property. If you look at MSDN documentation on the DataMember property...
  3. tosberg

    Binding to a user control

    Here's the skinny: I am making a user control that I want other controls (textbox, combobox, etc...) to be able to bind to. When I add the user control to a form and go to the (Databindings) property, I cannot see my user control. However, I can see the datasets and dataviews I also have...
  4. tosberg

    Access creates new database upon opening one

    Here's the deal: Whenever I open MS Access2002 and select an existing database, let's call it "Payment.mdb", Access will suddenly create a Copy of it and call it "Payment1.mdb". So any changes (as I am now working with the copy)I make are made to the...
  5. tosberg

    Iterating through all controls on a form

    Is there an easy way to go through all the controls on a form, including child controls of other controls (like a controls on a panel or tab page)?
  6. tosberg

    locking icons

    How can I lock Icon on a users desktop so that users cannot delete it? I still want them to be able to run the program but not delete the actual icon.
  7. tosberg

    Group Policy not being applied to Groups

    Here's the scenario: I have all of my users in an OU called "CompUsers". I have another OU called "CompDepts" where each dept in our company has its own OU underneath "CompDepts". In each dept is the group I created for that dept. For example, the...
  8. tosberg

    Group Policy not being applied to Groups

    Here's the scenario: I have all of my users in an OU called "CompUsers". I have another OU called "CompDepts" where each dept in our company has its own OU underneath "CompDepts". In each dept is the group I created for that dept. For example, the...
  9. tosberg

    Here's the scenario: I have all

    Here's the scenario: I have all of my users in an OU called "CompUsers". I have another OU called "CompDepts" where each dept in our company has its own OU underneath "CompDepts". In each dept is the group I created for that dept. For example, the...
  10. tosberg

    Applying group policy to groups

    Anyone know how to apply group policy to an OU that has nothing but groups in it? If so, please explain because I am running out of hair that I keep pulling out trying to get it to work.
  11. tosberg

    Mail problems through ISA Server

    Here's the straight dope: We currently have our Exchange server connected to our ISA server and the ISA server is the connection to the Internet. About once (maybe twice) a week our users complain that their mail is not working, or that it won't send it to a particular site (however...
  12. tosberg

    MMC.EXE process hangs after logoff

    Here's the skinny: Whenever I log off of our server, the mmc.exe proces hangs and eventually the "end process" console appears. Sometimes up to 3 times before it will kill it. Anybody have any idea where this might be coming from? Sometimes it doesn't happen at all, but more...
  13. tosberg

    Remote Access

    Is it possible to give someone VPN or dial-in access to a specific PC on the network and that one only? If so, then how? Thanks!
  14. tosberg

    Adding aprinter to an OU

    We have several network printers available. I want to add them to the Printers OU in AD but it always asks me what machine they are on. What I mean is I can't just put in the IP address. How can I add these printers to AD so I can apply group policies to them? Do I have to run them all...
  15. tosberg

    Hiding a username

    Here's the skinny: How can I hide a sender's name from the recipient? Is this possible through AD Users and Computers? I still want to send mail to that recipient but I don't want them to know who sent it. We need to implement a "tell the mgmt" policy where any user can send an...
  16. tosberg

    Deploying Software to A group using Group Policy

    Here's the 911: I have created a group (called 'Test Group') inside an OU (called 'Test OU'). I have created an MSI package (of Adobe 5.0) and applied it to that OU. However, the members of Test Group do not receive the package when they log in or restart their machines. I have looked at...
  17. tosberg

    Outbound mail inexplicably stops working!

    Here's the 911: Several times since we have installed Exchange2000 Server, the outbound mail has stopped working. Users will get the error message that their mail did not reach some or all of the intended recipients or that it was being delayed and will be retried. I've forced the...
  18. tosberg

    Redirected Folders and Roaming Profiles

    Heres the skinny: I want to set up all of my users with Roaming Profiles and a Redirected My Documents Folder. I did a test run with this and stored the profiles in a directory called "Profiles" and the redirected folder in a folder called "ReDir" on the same server. I...
  19. tosberg

    Group Policy

    So here's the 911: I want to redirect everyone's My Document folders from their local drive to a network server (the "home" directory). I've selected the group/OU I wanted to do this for, created the new object, set the UNC path (\\server\share name\%username%) to the share in...
  20. tosberg

    Retrieving Mail from old Exchange5.5

    We took our old Exch5.5 server off of the network and put in a new Exch2000 server. Is there a way for me to copy mail from the 5.5 server onto a disk and add it to the 2000 server? Or what is the easiest or best way to do it?

Part and Inventory Search

Back
Top