I'm trying to set up a very simple blog application but I want it to have support for multiple blogs running from a single database. a lot of mysql applciations do this, using table prefixes to differentiate between the different installations...
i'm assuming then that these mysql applications all use dynamic sql to generate the queries on the fly so that they can access a specific table... so my first question is this: aren't they not supposed to do that? how do they prevent attacks?
but my main question is, how can I match this functionality using sql server 2000? or can it not even be done?
thanks!
-SelArom
i'm assuming then that these mysql applications all use dynamic sql to generate the queries on the fly so that they can access a specific table... so my first question is this: aren't they not supposed to do that? how do they prevent attacks?
but my main question is, how can I match this functionality using sql server 2000? or can it not even be done?
thanks!
-SelArom