MyBB Community Forums

Full Version: Help with a MSSQL Query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
DENIED SUPPORT = DENIED PARTICIPATION

Im off, heading to vBulletin

Sorry guys
if this is MS SQL, then your DB owner is in the wrong spot and you should wrap the select in ()

INSERT INTO o2jamfinal.dbo.member (userid,usernick,sex,passwd,registdate,id9you,vip,vipdate,activation_code,email,activateip,regip,activated ) 
(SELECT userid,usernick,sex,passwd,registdate,id9you,vip,vipdate,activation_code,email,activateip,regip,activated FROM oldo2jam.dbo.member)
DENIED SUPPORT = DENIED PARTICIPATION

Im off, heading to vBulletin

Sorry guys
doedws

(SELECT userid,usernick,sex,passwd,registdate,id9you,vip,vipdate,activation_code,email,a​ctivateip,regip,activated FROM oldo2jam.dbo.member)

return data or the error? be sure that you are "using" o2jamfinal database, as this will very cross database connectivity.
DENIED SUPPORT = DENIED PARTICIPATION

Im off, heading to vBulletin

Sorry guys
yeah it does, the code block is doing something weird. I deleted the spaces from the stuff I pasted and it showed back up upon posting.

glad you got it working