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.
| Author |
Topic |
|
Danaldinho
Starting Member
2 Posts |
Posted - 2008-05-14 : 08:53:26
|
| I have created a couple of fansites now on my favourite music artists and I do the menu on the left hand side of the page. You can see the menu on one of them here: http://www.chamillionairechat.comAnyway I am getting more and more people who want to affiliate with me and it takes me a long, long time to add their link into the box as there is hundreds of pages like all the lyrics page.Anyway I was just wondering is it possible for me to do this a quicker way by using SQLI haven't really used it before except for some phpbb modsThanks, Daniel Mousdell :) |
|
|
TG
Master Smack Fu Yak Hacker
6065 Posts |
Posted - 2008-05-14 : 09:39:07
|
| Assuming that:- these affiliations are controlled by data in sql server- you have direct access to the sql server- you have permissions to modify the data- you know the data model sufficiently to know what to change (without breaking any functionality)- you know how to code T-Sqlthen it is possible to make the changes using sql.I don't know if it will be faster than using the site as you are now.Be One with the OptimizerTG |
 |
|
|
Danaldinho
Starting Member
2 Posts |
Posted - 2008-05-14 : 09:46:12
|
| Would it be easier using an iframe then? |
 |
|
|
cat_jesus
Aged Yak Warrior
547 Posts |
Posted - 2008-05-14 : 16:45:04
|
| It depends.An infinite universe is the ultimate cartesian product. |
 |
|
|
|
|
|