Viewing 15 posts - 31 through 45 (of 284 total)
You probably made other configuration changes to your server that are more likely to impact throughput than just adding memory.
What else changed? A new OS is fraught with peril...
December 11, 2002 at 10:32 am
http://www.microsoft.com/misc/unsubscribe.htm
They might be arrogant but at least they often admit to found holes. Subscribe to the Microsoft security newsletter and you'll be as informed as everyone else.
December 11, 2002 at 10:22 am
quote:
How do you get all DTS packages, maint. plans, jobs, and make sure that all security issues are migrated?
December 10, 2002 at 8:39 pm
quote:
don1941 can you tell me what those undocumented stored procs are.
No, they're undocumented.
December 10, 2002 at 8:36 pm
quote:
http://dictionary.reference.com/search?q=byte
So like I said: a byte's a byte.
In C/C++ and other HLL, there is a...
December 10, 2002 at 8:34 pm
Consider using indexed views on the tables if the data is relatively static. The server materializes a physical table with the values as columns. The computation is performed...
December 10, 2002 at 8:19 pm
My experience is that a clean build is better than an upgrade. I upgraded from NT4 -> 2k -> XP and had some weirdness. After a reformat/reinstall, smooth...
December 10, 2002 at 4:28 pm
There are some "undocumented" stored procs that let you format and print the transaction log. It would show the time of events like this. But, again, it's undocumented.
...
December 10, 2002 at 1:57 pm
delete
...
where code = 'a'
or code='b'
or code='c'
works too.
December 10, 2002 at 1:56 pm
the "rowID" can be calculated with a subselect similar to:
select RowID=(select count(*)
from Table where xyz.Keys < Keys)
from Table xyz
For your 1000 rows, you will have an additional 1000 selects to...
December 10, 2002 at 11:40 am
I second the "no views in views" position. It's easy enough to break things with the broken things breaking other things too!
December 10, 2002 at 11:37 am
Like most open ended questions: It depends.
As noted, farming out responsibility can be a good thing. It offloads the app design tasks to the folks who know the app. Your...
December 10, 2002 at 11:02 am
If you don't already, I would subscribe the newsletters from Microsoft. I get 5-6 of them and they overlap quite abit. But better too many notices about...
December 10, 2002 at 11:01 am
Like most open ended questions: It depends.
As noted, farming out responsibility can be a good thing. It offloads the app design tasks to the folks who know the app....
December 10, 2002 at 10:58 am
Viewing 15 posts - 31 through 45 (of 284 total)