Activity overview
Latest activity by pkellner
Does sql data compare write out all data or do inserts/sel
That is, is it reasonable to try and use sqldata compare to copy a 5 gig database (to azure).
if it is doing insert into (select..) then I'd think it's OK. If it's writing out raw insert statement...
I chose .net 4.0. Should I try .net 3.5? how to I switch? reflector prompted me when I first ran, but don't see how to switch now. / comments
I chose .net 4.0. Should I try .net 3.5? how to I switch? reflector prompted me when I first ran, but don't see how to switch now.
reflector does not see namespace system.data.services
I'm trying to look at the namespace system.data.services and reflector does not show any information.
Here is a link to what I'm looking for in WCFhttp://msdn.microsoft.com/en-us/library ... 3(v=VS...