Forum: MS SQL Apr 12th, 2005 |
| Replies: 2 Views: 10,148 It's pretty easy.
CREATE FUNCTION MyFunction(@variableOne datatype)
RETURNS datatype
AS
BEGIN
-- put function logic here
RETURN @variable |
Forum: Networking Hardware Configuration Apr 8th, 2005 |
| Replies: 12 Views: 2,829 What brand/model router are you using? You might want to try flashing the router with the most recent firmware. There have been issues with firewalls and long URLs, in particular Cisco PIX... |
Forum: Windows NT / 2000 / XP Apr 8th, 2005 |
| Replies: 3 Views: 14,117 How did you install Windows 2003? It should have edited your boot.ini file. However, you should be able to edit it to look like this and it should work.
[boot loader]
timeout=20... |