vote up 1 vote down star
1

Hi, Can any one out there suggest a microsoft tool similar to Red Gate's sql promt,sql compare,sql data compare etc.Any help is appreciated.Thanks

flag
@LG - freeware you looking for? – Stuart Jun 29 at 6:51
No,Need not be freeware, any microsoft tool that does the same functionality – L G Jun 29 at 6:56

4 Answers

vote up 0 vote down

I do not think that microsoft produces anything of the sort. What are you trying to achieve? use MS only tools? or MS technology? (Red Gate tools are all .NET to my understanding). I have seen other 3rd party SW for comparing DBs, etc. but RedGate remains the strongest overall in my opinion. Matej

link|flag
i need sql promt(intellisense),datbase schema comaprison,data comparison,data synchronization – L G Jun 29 at 8:19
vote up 0 vote down

No. Microsoft does not produce tooling with equivalent functionality. If they did there would be no market niche for Red Gate. Essentially you have to persuade your PHB to get something made by somebody other than Microsoft.

Note that this is also not unusual in Oracle circles - Quest Software do very nicely out of third party tools for Oracle that plug similar gaps in the tooling Oracle provides.

link|flag
FYI - Quest does the same thing for SQL Server as well. We have Toad for SQL Server, Change Director for SQL Server, etc. – Brent Ozar Jun 29 at 12:13
vote up 0 vote down

SQL Server comes with a command line tool called TableDiff (located inside the SQL Server Program Files directory).

This can compare the data in two tables. It is primarily used for replication, but is sometimes useful when you want a quick comparison of the contents of two tables.

link|flag
vote up 1 vote down

Guys,Thanks for you replies.I think Visual studio team system databse edition has got all these feature.I have to try it out.Thanks once again

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.