ManagerJosh
Sat 18th Dec '04, 6:00pm
I pruned a bunch of users off my vB database, but realized I forgot to update a script, so it didn't prune a mirror database.
So wanting to write a quick script to see how I can accomplish this...but can't figure out at the moment...aahaha
I know this...
Select UserId from AltDatabase
Select UserID from vBulletin Database
If UserID from AltDatabase Exist In UserID From vBulletin Database -> Skip, Move On
If UserID from AltDatabase !Exist in UserID from vBulletin Database -> Remove Entry
Suggestions on how to accomplish this? :)
So wanting to write a quick script to see how I can accomplish this...but can't figure out at the moment...aahaha
I know this...
Select UserId from AltDatabase
Select UserID from vBulletin Database
If UserID from AltDatabase Exist In UserID From vBulletin Database -> Skip, Move On
If UserID from AltDatabase !Exist in UserID from vBulletin Database -> Remove Entry
Suggestions on how to accomplish this? :)