Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MS SQL Data Transmission Bandwidth

Status
Not open for further replies.

sam4help

Programmer
Jul 22, 2011
74
0
0
AE
Dears All,

I am in fix one of client has asked for what size of data bandwidth usage application eat up.
Can some one help me in this? its a just simple transactions like a search a db and display simple row of data. but some time it may need to return multiple rows of data but each row will not have more than max 4-5 columns. this is the first time someone has asked such question and we know its just to show off and trouble us.

what is the normal reply given such time if someone asks?

Best regards,

Sam
 
I think your question may be too broad. Data bandwidth is more than likely related to network traffic rather than anything on the database.

You can probably provide some data based on the client statistics based on some of the sql being passed. You will need to identify some common or long running SQL being passed and run this through SQL management studio and see what the results provided.

Hope this is of some help.
 
Ok, thanks notadba. We were also thinking on the same line, and felt that it can only be judged after application development is done.
They are just trying to harass by asking such baseless questions before even developing the application .. anywayz thanks again,

Best Regards,

Sam
 
If you're cornered and must provide the data, you can start with something like this.

-----------
With business clients like mine, you'd be better off herding cats.
 
thanks philhege :) that looks like it may come helpful in some dire situation .. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top