Viewing 15 posts - 91 through 105 (of 251 total)
On a whim I thought I would try something, and lo and behold it worked! The key was to do a UNION ALL on the below query.
March 14, 2003 at 9:03 am
We were planning on using the blades for web servers, and com+ application
servers, with sql server on the back end.
Load balancing :
*1st tier - Web servers (A...
March 14, 2003 at 8:54 am
quote:
I'm not worthy!, I'm not worthy!
Seriously, good point Brian, and Antares, I stand rebutted.
Tim C.
//Will...
March 14, 2003 at 8:38 am
The ReadDirectoryChanges API lets you know of changes. This API is a beast in VB
to implement as it requires multi threading. Their are 3rd party controls that
let you...
March 14, 2003 at 8:35 am
Ok, how are you executing this query? and does it ever work? From your post it sounds like it works for a bit, then stops, and you reinstall, repeat process.......
March 14, 2003 at 12:20 am
But the net sends are multicast are they not? So that would prevent them from going across the subnet boundary unless you could configure your router to pass the udp...
March 14, 2003 at 12:13 am
AFAIK Andy a drawback to your suggestion is that broadcast traffic (UDP) does not cross subnet boundaries, so the net send alerts would not reach the other subnet.
Tim C.
//Will write...
March 13, 2003 at 10:45 pm
Another alternative to the above perfectly fine suggestions is to use a local SW firewall on the OS. I am unsure of whether Chris meant to use a HW or...
March 13, 2003 at 10:41 pm
please don't tell me that is your REAL sa password in that post. You might want to remove that, or obscure it.
Tim C.
//Will write code for food
March 13, 2003 at 10:32 pm
I anyone wishes email me, and I will email them that combo. It alos will construct a normal where clause for you.
Tim C.
//Will write code for food
March 13, 2003 at 4:30 pm
I often use boolean logic and short circuirting to write one proc so that I RARELY, and I mean RARELY ever write dynamic sql. I also make use of this...
March 13, 2003 at 4:26 pm
I usually do somethign like this, if i want them to be able to pass in an optional parameter to a query :
CREATE PROC...
March 13, 2003 at 4:18 pm
Are talking a NAS or SAN solution? Or a RAID fibre channel?
Tim C.
//Will write code for food
March 13, 2003 at 2:09 pm
I used to be a big fan of Erwin, and Embarcadero, but here lately I have been using the Visio that comes with VS.Net architect edition, since I buy Visual...
March 13, 2003 at 1:04 pm
Viewing 15 posts - 91 through 105 (of 251 total)