Viewing 15 posts - 2,266 through 2,280 (of 7,429 total)
RAID 5 is best for RAID as just reads and still have a good redundancy, if not worried about down time lengths then gain space with RAID 0, just make...
February 26, 2004 at 7:28 pm
One of these days I have to write the review. I find that the methods in AdeptSQL (http://www.adeptsql.com) and ApexSQL (http://www.apexsql.com) are faster than RedGate (http://www.red-gate.com). I did during...
February 26, 2004 at 7:21 pm
You have to name your parameter or it will assume it the first parameter is being entered.
Conn.Execute("search_orders_1 @xGroup_Name = '" & request.form("Group_Name") & "'")
February 26, 2004 at 7:15 pm
That's note fair, most of it's disfunctionality was stolen from EDIT back in the DOS days, now there was a slick no bull OS.
February 26, 2004 at 2:53 pm
However as for those with certs. Unfortunately many of those take prep tests and learn from the braindump sites. So you have a fair number of folks with an idea...
February 26, 2004 at 1:34 pm
Sorry if I came across as saying that a person using the WYSIWYG tools for .NET is a poor coder. Heck I would hate to have to hand code a...
February 26, 2004 at 12:16 pm
That would be a toughy. Fortunately my largest DB got to be 75 GB that I recall and that one I refused to care about except a once a week...
February 26, 2004 at 10:36 am
I am also a self taught C++'er. In fatc my first project in it was the reason I learned it. It is a server and a client. The entire client...
February 26, 2004 at 10:25 am
Unfortunately I still am fighting the battle of who has SA access, I have started segmenting people based on needs but since I am a developement group and the manager...
February 26, 2004 at 10:21 am
Yes, that is what I am saying and I think the originator is getting at. .NET is a framework and in essence is not the root of the problem but...
February 26, 2004 at 9:51 am
The key thou is the garbage collector only does so much. Some objects can be created and because they are not set to a specific condition the collector doesn't even...
February 26, 2004 at 8:58 am
Yes they do and in fact you are supposed to stop using the titles as soon as yours expires, but I still run into MCP for Windows WFW (3.11) who...
February 26, 2004 at 8:33 am
However there are some times when destroying may be too early and much garbage collection code (not all and only around many things like ADO which seem to have a...
February 26, 2004 at 6:27 am
Could be the cache had enough data to perform without reads and the cost could go down. I suggest trying multiple times and see what happens. However thare could be...
February 26, 2004 at 6:21 am
$125 US a pop. There is a number on the certification site to sign up and ask questions.
http://www.microsoft.com/learning/mcp/default.asp
Look under
| How do I register for... |
February 26, 2004 at 6:09 am
Viewing 15 posts - 2,266 through 2,280 (of 7,429 total)