Viewing 15 posts - 36,136 through 36,150 (of 39,720 total)
Don't despair newbies!! The $$ will come, but I know that I cut my teeth on many projects that were fu...err... designed by non technical people and I learned a...
June 25, 2003 at 9:20 am
I saw that one. Was concerned about W2K server performance. Most of the MS information is now focusing on W2K3, so I thought I might be missing something.
Steve Jones
June 25, 2003 at 9:16 am
hurcane and Randy are on the right track. We tagged this late last night and I'll be writing it up further in an article, but it was network, but not...
June 25, 2003 at 9:13 am
create trigger mytrigger on mytable for update
as
update mytable
set lastuser = suser_sname()
, lasttime = getdate()
from inserted
where inserted.pk = mytable.pk
Steve Jones
June 24, 2003 at 6:28 pm
same, same, same. Tempted to rebuild indexes. Update stats is a good idea. Will try later.
Steve Jones
June 24, 2003 at 6:26 pm
Execution plan on both is clustered index scan.
sp_configure is the same, all values
memory usage is about the same on both, 1,716,328 on one, 1,717,068 on the slower one.
got me stumped....
June 24, 2003 at 12:27 pm
Thanks for the link. That is interesting. I thought people were saying that performance had decreased in some benchmarks, but I haven't been able to find anything.
Steve Jones
June 24, 2003 at 11:38 am
bad idea, imho. Insert the data into some table with a timestamp and then have some job come along every minute and pick up the data and send the email.
Steve...
June 24, 2003 at 11:36 am
Thinking outside the box, having a "feeling" for the server, seeing the forest for the trees. These are tough things and I'm not sure how much you can learn about...
June 24, 2003 at 11:34 am
Not much of an Oracle guy, seems cumbersome and complex (unnecessarily). That being said, it's a more mature product and I'd guess it will scale better than SQL Server. However,...
June 24, 2003 at 9:54 am
Check the database properties. Probably set to auto close.
http://www.sqlservercentral.com/columnists/sjones/autoclosefordatabases.asp
Steve Jones
June 24, 2003 at 9:47 am
I see this sometimes in Mozilla, rarely in IE. It's a bug somewhere between Snitz and the ad server I suspect.
Apologies ![]()
Steve Jones
June 24, 2003 at 9:45 am
Not sure about SSWUG (biased as well).
PASS conference is a good place to learn and meet people, not sure about the added value of the association.
Steve Jones
June 24, 2003 at 9:44 am
Run performance monitor. Start | Administrative Tools | Performance.
Steve Jones
June 23, 2003 at 10:34 am
I'm sure Mr. Poole might give Andy, Brian, and myself a small tap on the noggin. We indeed run IIS and SQL on one box, more a matter of economics...
June 20, 2003 at 4:48 pm
Viewing 15 posts - 36,136 through 36,150 (of 39,720 total)