| 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 KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
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.. |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-03-03 : 22:09:07
|
| Do they put their data in a database?Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
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 |
 |
|
|
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 KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
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. |
 |
|
|
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 KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
jsessions
Starting Member
7 Posts |
Posted - 2008-03-04 : 17:02:40
|
| Alright, thats all i wanted to know. Thanks. |
 |
|
|
|