Viewing 15 posts - 38,326 through 38,340 (of 39,720 total)
I think you will start to see more people that take a DBA class and then become a DBA. I hired such a young lady a couple years ago. She...
February 7, 2002 at 2:38 pm
I've got DSL and for an extra $35, I got static IPs. It is nice, but you have to understand some networking, plus you want to secure your boxes.
I understand....
February 7, 2002 at 2:36 pm
Check their terms, but in searching for colocation, I've found they are all about the same. Especially if you are the little guy, you will be low in the priority...
February 7, 2002 at 2:02 pm
February 7, 2002 at 1:55 pm
February 7, 2002 at 1:51 pm
Maximum ASP looks good. Never used them, but reasonable prices.
Data Return worked great, but a little $$.
This site runs is hosted by a friend of mine. Not sure he wants...
February 7, 2002 at 10:39 am
Brian, sounds like an article ![]()
Here I'm not sure I improved the SQL servers. I did upgrade from SQL 7 to 2000.
I also helped architect an inhouse...
February 7, 2002 at 10:37 am
Looks like this is not working in parallel. Perhaps there is some single threading behind the connections? Not sure.
Steve Jones
February 7, 2002 at 10:29 am
I've done something similar, but I include a datetime field in my sql staging. Then I track when the process runs and only work with rows that have a timestamp...
February 7, 2002 at 10:28 am
Let em add one more qualifier. If I had a good design tool, then I'd use that. At a former job, we had Er-Studio from Embarkadero and I did all...
February 7, 2002 at 10:24 am
This doesn't make sense? What does not work?
Assume server MAC is "AA" and you have clients with "BB" and "CC" as their MACs.
In sysprocesses, you will see:
SPID ...
February 7, 2002 at 10:19 am
February 7, 2002 at 10:14 am
You can use your select statement as a derived table.
select
article
, armazem
, quant
, sum(total)
, type
from ( insert...
February 7, 2002 at 10:09 am
You could implement a delete trigger to write this information to an audit table. However, keep in mind that the hostname is dependent on the client app to send it....
February 7, 2002 at 10:03 am
Since development and testing have the ability to have "untested" code, which could potentially peg the CPU, I'd avoid hacing them on the same server. I have seen queries that...
February 7, 2002 at 9:57 am
Viewing 15 posts - 38,326 through 38,340 (of 39,720 total)