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!

Recent content by willdevelope

  1. willdevelope

    BGP Routing

    How can you verify the next route the router will take if you shutdown one of the routers. By the way there is no diagram to look at. It's OSPF routing protocol.
  2. willdevelope

    What server could be used to handle 500 Mac user?

    The server will have to host the username and passord for account purposes. The network will be used for School system and they are only allowed to use mac in the classroom.. This is from the ground up project.
  3. willdevelope

    What server could be used to handle 500 Mac user?

    Ok,What would is the recommendation to set up 500 enduser mac enviorment and what server to purchase? What should the infrastrure be and bandwith recommendation. The site will heavily use online training, such as live streaming
  4. willdevelope

    What server could be used to handle 500 Mac user?

    I come from windows enviroment and not really familiar with Mac,but a colleague would like to know, what server to purchase to setup for 500mac users for streaming video and youtube? Any advice would be appreciated
  5. willdevelope

    messagebox

    How do I create a message box to pop up, if text box is empty once clicking on button using asp.net C# 2. How do I click on command button and display whatever date typed in text box to display in message box back to the user in asp.net C# I am rookie so any extra advice would be helpful...
  6. willdevelope

    Create default unique id such as U82300001 etc

    How do you create unique identifier such as U82300001 ,U82300002 and U82300003 etc to autogenerate for each row ?
  7. willdevelope

    Get current user

    This script returns login information from the default trace created in SQL Server 2005. When the sys.server_principals data is null that would mean the login is allowed via a Windows Group. sys.traces provides the information for the default trace such as the file path and the max files...
  8. willdevelope

    where do you purchase license for 2005 ?

    Where do you go to purchse a legal license for 2005 ?
  9. willdevelope

    SQL SERVER 2005 DB Encryption

    Try these guys out http://www.vormetric.com/ They provide support on how to encrypt your database and any technical question on problem you may have while using the software
  10. willdevelope

    Compare Two Database Fields On Report

    I am new to crytal a rookie How can I compare two database field on report, such as OnSite and Offsite Example if onsite don't match offsite alert "don't match" Thanks in advance
  11. willdevelope

    function date

    select * from table where table.ReadyDate= dateadd(day,-day(getdate( )) 1,getdate( ))
  12. willdevelope

    SQL View with TOP Clause

    Well since you want the max for a specific column try the Max function and leave everyhting else the same Example Max(activitynumvber) as Highest,***Just replace the field***
  13. willdevelope

    Help with Where Clause

    Thanks alot Mr.Mastro your SQL FU IS VERY GOOD...
  14. willdevelope

    Help with Where Clause

    Well guys, once i ran the code it did not give any error but no data was returned..
  15. willdevelope

    Help with Where Clause

    How do I write where clause to compare first two character in two differect table to show the first two don't match ***If Storage first two letters don't match Quantity please show first two letters only Ex The data tables quantity and storage Quantity.unit Storage.area CS...

Part and Inventory Search

Back
Top