Viewing 15 posts - 9,406 through 9,420 (of 18,926 total)
Please post some sample data and the exact required result after the transfer has been made. That way we can all be sure of the problems you fear to encounter.
August 18, 2007 at 3:23 pm
That's why i said runt he restore on ANOTHER SERVER, or as another db if the server option is not available. Then reimport the table.
August 18, 2007 at 9:39 am
Do you have all the latest patches for XP, Access and mdac?
August 18, 2007 at 9:27 am
Good points Jeff. But I'm curious, what is the real overhead of an instead of trigger? I'm sure there is one, but I wouldn't expect it to be as bad...
August 18, 2007 at 9:22 am
Please do not cross post, we check all questions regardless of the board.
Continue this thread here : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=357&messageid=391847
August 18, 2007 at 7:10 am
Actually, why not run that code on a dev server. Then script the table, recreate it in production and import the data from dev?
August 18, 2007 at 7:09 am
Possible... I didn't think this one through before posting
.
August 16, 2007 at 11:13 am
In theory...
what about if a team plays against hitself?
August 15, 2007 at 2:24 pm
Well there's always those 2 commands
net stop server
net start server.
But that might cause some minor problems
.
August 15, 2007 at 2:05 pm
Not always. But when there is the inner join usually wins. It's also more obvious of what you want to do and it also avoids hidden cross joins!!! which can...
August 15, 2007 at 1:55 pm
Can you create a small app that will execute as SA (or any minumum privilege to put it back online)? MS Access will most likely be enough as they only...
August 15, 2007 at 1:23 pm
EXEC sp_changeobjectowner 'ObjSQL', 'prg'
Just generate the code with a select on the information schema tables.
August 15, 2007 at 12:53 pm
Viewing 15 posts - 9,406 through 9,420 (of 18,926 total)