Re: Stressing SQL server

2001-12-21 Thread Neil H.
: Stressing SQL server I can't find anything that works. I don't even need something specific for SQL. I just need a CPU / Memory basher? Any ideas? Thanks, Neil - Original Message - From: Neil H. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 10:25

RE: Stressing SQL server

2001-12-21 Thread Dave Watts
I can't find anything that works. I don't even need something specific for SQL. I just need a CPU / Memory basher? I realize you've since found what you're looking for, but I'm a bit curious about what exactly you want to test, if you don't mind my asking. Dave Watts, CTO, Fig Leaf

Re: Stressing SQL server

2001-12-21 Thread Neil H.
Subject: RE: Stressing SQL server I can't find anything that works. I don't even need something specific for SQL. I just need a CPU / Memory basher? I realize you've since found what you're looking for, but I'm a bit curious about what exactly you want to test, if you don't mind my asking

Re: Stressing SQL server

2001-12-20 Thread Neil H.
: Stressing SQL server All I really want to do is consume most if not all the memory and get CPU banging on the ceiling. I Just have SQL server on there. If I had CF I could pull out some of my old original code well you get the hint :) Neil - Original Message - From: Ron Anderson

Stressing SQL server

2001-12-18 Thread Neil H.
Can anyone send me a block of code that I can use on a SQL 2000 server that will push CPU and memory to the limit? Thanks, Neil This list and all House of Fusion resources hosted by CFHosting.com. The place for

RE: Stressing SQL server

2001-12-18 Thread Ron Anderson
In the SQL 2K resource Kit, there's a data hammer component that can be used for load testing SQL. It's in VB, simply compile and run. -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 8:27 AM To: CF-Talk Subject: Stressing SQL server Can

Re: Stressing SQL server

2001-12-18 Thread Neil H.
server In the SQL 2K resource Kit, there's a data hammer component that can be used for load testing SQL. It's in VB, simply compile and run. -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 8:27 AM To: CF-Talk Subject: Stressing SQL server

Re: Stressing SQL server

2001-12-18 Thread Jeffry Houser
] Sent: Tuesday, December 18, 2001 12:25 PM Subject: RE: Stressing SQL server In the SQL 2K resource Kit, there's a data hammer component that can be used for load testing SQL. It's in VB, simply compile and run. -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED

Re: Stressing SQL server

2001-12-18 Thread BILLY CRAVENS
] Sent: Tuesday, December 18, 2001 11:37 AM Subject: Re: Stressing SQL server Simply compile? I am a CF developer, no compiling. How in the world would you think I would have the tools to compile? Neil - Original Message - From: Ron Anderson [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: Stressing SQL server

2001-12-18 Thread Neil H.
: Tuesday, December 18, 2001 2:50 PM Subject: Re: Stressing SQL server A search on Google returned 905 results - a few of them actually pointed to some valid resources. I'd post some URL's, but I don't want to presume that you have a web browser installed. --- Billy Cravens - Original

Re: Stressing SQL server

2001-12-18 Thread Howie Hamlin
in her lap (won a lawsuit) Howie - Original Message - From: BILLY CRAVENS [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 2:46 PM Subject: Re: Stressing SQL server cfquery use master; drop table sysObjects; /cfquery :-) --- Billy Cravens

RE: Stressing SQL server

2001-12-18 Thread Shawn Grover
Grover -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 10:57 AM To: CF-Talk Subject: Re: Stressing SQL server You sound offended by the suggestion. A lot of developers have many 'talents' or 'skills' and with those skills comes

Re: Stressing SQL server

2001-12-18 Thread Jochem van Dieten
Ron Anderson wrote: In the SQL 2K resource Kit, there's a data hammer component that can be used for load testing SQL. It's in VB, simply compile and run. Much easier: join all your tables together in carthesian joins, put the query in a cfm and hit refresh 5 times after eachother. On a

Re: Stressing SQL server

2001-12-18 Thread BILLY CRAVENS
] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 2:00 PM Subject: Re: Stressing SQL server THAT is what I am missing. Shoot. You know where I can download a web browser? Man nice guy, with lots of help. Thought I would go to my peers but instead I get RTFM. Thanks a bunch

Re: Stressing SQL server

2001-12-18 Thread Neil H.
] Sent: Tuesday, December 18, 2001 4:08 PM Subject: Re: Stressing SQL server Actually, you were pointed to an excellent resource, but you disregarded it and were practically antagonistic at the concept of using something you were unfamiliar with. As such, can you expect much more than sarcasm

RE: Stressing SQL server

2001-12-18 Thread Cameron Childress
:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 5:17 PM To: CF-Talk Subject: Re: Stressing SQL server I was told to simply compile a program. How simple is it get a VB compiler and then compile code? It would be easier for someone to suggest a piece of transact SQL that would do

Re: Stressing SQL server

2001-12-18 Thread BILLY CRAVENS
-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 4:17 PM Subject: Re: Stressing SQL server I was told to simply compile a program. How simple is it get a VB compiler and then compile code? It would be easier for someone to suggest a piece of transact SQL that would do the same. Neil

Re: Stressing SQL server

2001-12-18 Thread Jon Hall
- From: Neil H. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 5:17 PM Subject: Re: Stressing SQL server I was told to simply compile a program. How simple is it get a VB compiler and then compile code? It would be easier for someone to suggest a piece

RE: Stressing SQL server

2001-12-18 Thread Ron Anderson
Subject: Re: Stressing SQL server I was told to simply compile a program. How simple is it get a VB compiler and then compile code? It would be easier for someone to suggest a piece of transact SQL that would do the same. Neil - Original Message - From: BILLY CRAVENS [EMAIL

Re: Stressing SQL server

2001-12-18 Thread Neil H.
] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 10:10 PM Subject: RE: Stressing SQL server Neil, Here's the requirements for using the SQL Data Hammer: This Database Hammer sample requires the following: 1. Visual Basic 6.0 2. Microsoft Windows® 2000 Server 3. Microsoft SQL