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
 SQL Affiliates

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.com

Anyway 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 SQL

I haven't really used it before except for some phpbb mods

Thanks, 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-Sql

then 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 Optimizer
TG
Go to Top of Page

Danaldinho
Starting Member

2 Posts

Posted - 2008-05-14 : 09:46:12
Would it be easier using an iframe then?
Go to Top of Page

cat_jesus
Aged Yak Warrior

547 Posts

Posted - 2008-05-14 : 16:45:04
It depends.





An infinite universe is the ultimate cartesian product.
Go to Top of Page
   

- Advertisement -