Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Creating a DB to query game server

Author  Topic 

jsessions
Starting Member

7 Posts

Posted - 2008-03-03 : 22:00:16
Im just wondering if it is possible to use a SQL DB to query game servers, Im very new to SQL, an if it is possible please lead me in the right direction on start this.

Thanks,

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-03-03 : 22:04:42
You need to give us more information about the "game servers".

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

jsessions
Starting Member

7 Posts

Posted - 2008-03-03 : 22:07:46
What i mean is to get info from a server, like Playname, ping, Score, Kills death, ServerName ,.. etc..
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-03-03 : 22:09:07
Do they put their data in a database?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

jsessions
Starting Member

7 Posts

Posted - 2008-03-03 : 22:11:49
No, what i want it to do is Get the info from a Game Server, while it is in progress, here is an example of what I want to do..

http://www.serverspy.net/site/monitor2/skinpreview.html?skinid=1
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-03-03 : 22:32:22
It needs a data source for SQL to connect to. Contact the server admin to figure out where the data is being stored.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

jsessions
Starting Member

7 Posts

Posted - 2008-03-04 : 15:17:44
game server dont have a Data souce, they get there info while its going, then all that info is dumped after each round is over. I just twant the info to be stored into a DB then after each ggame is over to be dumped. all the info is dynamic.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-03-04 : 15:30:20
I don't see how you could get the data without modifying the games to collect the information and store them somewhere. I suppose you could screen scrape the data but that wouldn't be done inside SQL.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

jsessions
Starting Member

7 Posts

Posted - 2008-03-04 : 17:02:40
Alright, thats all i wanted to know. Thanks.
Go to Top of Page
   

- Advertisement -