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 Wanet Telecoms Ltd 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. jitter

    Making MSWord2007 invisible?

    Not sure if this is what you want and probably a better way but here is the following. Normal.ThisDocument.Application.Visible = false This is within a word module itself so may differ with your code. Hope this helps........ Instead of shooting where I was, you should have shot where I was...
  2. jitter

    User location

    Thanks franklin. I have checked all that. I don't know. I am learning active directory so i will just keep playing. thanks, how many roads must a man walk down..... Instead of shooting where I was, you should have shot where I was going to be. - Lrrr (Planet Nintendooo64)
  3. jitter

    User location

    I have a domain and on one of the client machines I would like to add a domain user to the local administrator group of the client machine. I have done this so many times without any issues until now. I cannot get it to let me change location on the add form for add the user to the group. It...
  4. jitter

    DBCC statement is not supported

    Nevermind....my duh!!!! Instead of shooting where I was, you should have shot where I was going to be. - Lrrr (Planet Nintendooo64)
  5. jitter

    DBCC statement is not supported

    I had been messing with the SQL 5K CTM. I opened up sql analyzer and connected to the 2000 instance to shrink a file and running some checks. When I try to run a dbcc command I get the following: Server: Msg 7959, Level 16, State 1, Line 2 I have uninstalled SQL5K and have even uninstalled...
  6. jitter

    .NET Framework 2.0

    My bad. I did not investigate enough. I guess out of luck till I start using VS 2005. Instead of shooting where I was, you should have shot where I was going to be. - Lrrr (Planet Nintendooo64)
  7. jitter

    .NET Framework 2.0

    Is there anyway to associate .NET Framework 2.0 to be used with VS 2003 or is it exclusively built to be used with VS 2005? Thanks, Instead of shooting where I was, you should have shot where I was going to be. - Lrrr (Planet Nintendooo64)
  8. jitter

    VPN Client

    Thanks for the reply. We tried that with no luck. I got my one machine working. I used msconfig and disabled all startup items. It worked after that. I then started to enable the items one by one and it kept working. I got lazy and just enabled them all again and it still worked. I did notice...
  9. jitter

    VPN Client

    We are using a SonicWall 2040 standard. The VPN works fine except for a couple of computers. I have several computers at home and all of them work perfectly except for one. Two of the machines including the one that does not work are running XP Pro. Another one is running XP Home and others are...
  10. jitter

    Cisco Client Connection

    Our office uses SonicWall but this pertains to Cisco connection. We have one project going that has three developers working on it and they VPN into the agency without any problems and I did not have to change a thing with our network. Now there is another project with three developers on it...
  11. jitter

    SonicWall VPN Client Linksys Wireless Router

    Sorry, I have been away but thanks for the options to try. I will try them when I get home and let you know what I find. Thanks, Jitter Instead of shooting where I was, you should have shot where I was going to be. - Lrrr (Planet Nintendooo64)
  12. jitter

    SonicWall VPN Client Linksys Wireless Router

    We are using SonicWall Pro 2040. I have the VPN Client installed and it works great as long as I am plugged in to the Linksys router. If I try to use the wireless card it will not connect to the VPN. Anyone have this problem? Thanks, Jitter Instead of shooting where I was, you should have...
  13. jitter

    Terry?

    Not related to anything but just wondering if anybody knew Terry and what happened to him. He WAS the MAN. jitter Instead of shooting where I was, you should have shot where I was going to be. - Lrrr (Planet Nintendooo64)
  14. jitter

    QA - color coding

    Thanks gmmastros. I tried that. I ended up just rerunning setup and that got it. I hate doing that but could not find much about the problem. thanks again for your reply. jitter Instead of shooting where I was, you should have shot where I was going to be. - Lrrr (Planet Nintendooo64)
  15. jitter

    QA - color coding

    I have just lost all the color coding when working with QA. Has anybody run into this? Would like to find a resolution but no biggie for me to just reinstall and see what happens. Thanks, jitter Instead of shooting where I was, you should have shot where I was going to be. - Lrrr (Planet...
  16. jitter

    stupied question -what is a definite difference between view and query

    Look up the following in BOL views-SQL Server, overview This should give you some information to get started. Basically views can help with security. You can use a view to only show certain data while keeping sensitive data away from the user running the view. This allows you to not give any...
  17. jitter

    when talking about the network library , what is shared memory

    I don't know a lot about it under the hood but know the following: From: BOL - Shared Memory The shared memory Net-Library is used only for local connections, and does not use a network. The shared memory Net-Library is always active; it cannot be enabled or disabled. From...
  18. jitter

    Need help w/sql server login option when registering server in EM

    You can right click the server in question in EM. Select properties and select the Security tab. There you can see what kind of authentication the server is using. It sounds like it is setup for Windows Authentication only. You can change this on the security tab from above. Hope this helps...
  19. jitter

    XP_CMDSHELL problem

    Here is some info that might help: http://support.microsoft.com/default.aspx?scid=kb;en-us;248391&sd=tech http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=45799&whichpage=1 Maybe these might help you. jitter Instead of shooting where I was, you should have shot where I was going to be. -...
  20. jitter

    SQL 6.5 repair suspect database

    you might try this. Set the SQL Server configuration option Allow Updates to "1". This will allow you to directly edit the master database. Using the query tool, issue a command similar to the following: use master go sp_configure "allow updates", 1 reconfigure with override go...

Part and Inventory Search

Back
Top