No announcements
Found 1727568 threads
-
0 Votes
Compare 2 datasets
I think you need to do two comparisions 1) Where the id matches and the fileds are different 2) Where table 2 has an ID that is not in ...Answered | 2 Replies | 3615 Views | Created by C-Sharp Mamba - Monday, August 26, 2013 1:30 PM | Last reply by Joel Engineer - Monday, August 26, 2013 2:37 PM -
1 Votes
Compare 2 database field
Download the latest SQL Server Data Tools and do a Schema Compare.Answered | 6 Replies | 1043 Views | Created by Surbakti - Wednesday, September 23, 2015 10:46 AM | Last reply by Surbakti - Friday, September 25, 2015 3:05 AM -
0 Votes
Comparing 2 lightswitch tables
Reference:Answered | 1 Replies | 806 Views | Created by Ivan Rossouw - Thursday, April 24, 2014 2:18 PM | Last reply by Angie Xu - Friday, May 2, 2014 9:37 AM -
3 Votes
Comparing 2 cells
Hi Recio, According to your description, you need to compare two column values from two different table, right?Answered | 3 Replies | 949 Views | Created by recio - Wednesday, May 20, 2015 10:00 PM | Last reply by recio - Monday, June 1, 2015 4:03 PM -
0 Votes
Compare 2 SDF Files
You could use ExportSqlCe, and compare the 2 resulting files: http://exportsqlce.codeplex.com/Erik Ejlskov Jensen, MCTS: WM App, MCITP: SQL 2008 Dev - ...Answered | 5 Replies | 9766 Views | Created by lekfir - Sunday, July 12, 2009 4:32 PM | Last reply by lekfir - Monday, August 10, 2009 10:26 AM -
1 Votes
Compare 2 CSV Files
http://download.cnet.com/Beyond-Compare/3000-2242_4-10015731.html Knowledge is the only thing that I can give you, and still retain, and we are both better off ...Answered | 5 Replies | 1622 Views | Created by Storo1975 - Monday, June 30, 2014 7:54 PM | Last reply by Storo1975 - Tuesday, July 8, 2014 1:33 PM -
3 Votes
comparing of 2 strings
that works wonderful haha. anyway to make it either .ToUpper or .ToLower as well instead of make 2 seperate string?Answered | 6 Replies | 848 Views | Created by CSNewbie - Thursday, May 30, 2013 9:03 AM | Last reply by Frank L. Smith - Thursday, May 30, 2013 2:58 PM -
1 Votes
Comparing 2 SQL Database --Utility
and also can i compare oracle database with sql database ?Answered | 6 Replies | 5311 Views | Created by Sainath IRP_MJ_CREATE - Monday, May 11, 2009 1:38 PM | Last reply by Ewan - Tuesday, May 12, 2009 9:20 AM -
0 Votes
Compare 2 rows in 2 tables
This is what I ended up using: update a set flag= case when a.fn<>b.fn then 1 else 0 end ^ case when a.bd<>b.bd then 2 else 0 end ^ case ...Answered | 4 Replies | 4333 Views | Created by g_smotherman - Thursday, April 1, 2010 2:21 AM | Last reply by g_smotherman - Thursday, April 1, 2010 1:32 PM -
0 Votes
comparing 2 datasets in SSRS
The lookup functions in SSRS, as you mention, are limited compared to what can be achieved at the database/dataset level.Answered | 3 Replies | 1857 Views | Created by Ravi Subbiah - Friday, March 8, 2013 8:22 AM | Last reply by Josh Ashwood - Tuesday, March 12, 2013 10:07 AM -
0 Votes
Compare 2 c# .cs files
There are two conditions that we do not compare two files.Answered | 5 Replies | 5376 Views | Created by Phani25485 - Wednesday, August 4, 2010 4:56 AM | Last reply by Larcolais Gong - Wednesday, August 4, 2010 7:44 AM -
0 Votes
Compare 2 Arrays
I have 2 arrays and I would like to compare the 2 arrays.Answered | 1 Replies | 2457 Views | Created by hiyatran - Friday, December 16, 2011 1:28 AM | Last reply by Jeff Sanders - Friday, December 16, 2011 2:25 PM -
0 Votes
Any tools that compare 2 databases?
Have you looked at Visual Studio database schema compare option - http://msdn.microsoft.com/en-us/library/aa833435.aspxThanks, LeksAnswered | 2 Replies | 6732 Views | Created by bh0526 - Monday, April 18, 2011 10:04 PM | Last reply by Lekss - Monday, April 18, 2011 10:48 PM -
3 Votes
compare results of 2 select statements
Then use a process like what is found at http://sql-server-tool.com/compare-two-tables.htm to compare the #verify table against the ...Answered | 2 Replies | 5961 Views | Created by G2010West - Friday, April 29, 2011 4:04 PM | Last reply by Cor Ligthert - Saturday, April 30, 2011 7:19 AM -
3 Votes
Compare 2 tables
Hi, i have 2 tables in my Database Table1 has the columns Servername - ip_address - status Table2 has the ...Answered | 5 Replies | 1231 Views | Created by slowscripter - Wednesday, February 13, 2013 9:22 AM | Last reply by Jingyang Li - Wednesday, February 13, 2013 2:46 PM -
0 Votes
Compare 2 different tables
Dear all, I have 2 table of 5,000,000 rows.Answered | 3 Replies | 1111 Views | Created by Khushi N - Monday, August 19, 2013 2:51 PM | Last reply by Taherul673 - Monday, August 19, 2013 3:28 PM -
0 Votes
Compare 2 list objects
You could try something like this: List<Employee> oldEmp = new List<Employee>(); List<Employee> newEmp = new List<Employee>(); ...Answered | 2 Replies | 732 Views | Created by nextwarren - Tuesday, October 1, 2013 9:33 AM | Last reply by Magnus (MM8) - Tuesday, October 1, 2013 9:52 AM -
1 Votes
Compare 2 tables using SSIS
In case of merge join u will have to use 2 OLEDB Connections for the 2 tables u wish to compare.Answered | 10 Replies | 10081 Views | Created by Reddy84 - Thursday, July 16, 2009 12:32 PM | Last reply by Sudeep Raj - Thursday, July 16, 2009 3:53 PM -
0 Votes
[Suggestion] Use schema compare to compare 2 versions of a database
What would be involved in writing a VS/TFS add-in as a custom compare engine that would;- When I right-click a database project, offer ...Answered | 8 Replies | 5258 Views | Created by Jamie Thomson - Friday, August 7, 2009 3:32 PM | Last reply by noonie - Thursday, June 30, 2011 12:25 AM -
0 Votes
Compare 2 SQLTable
You are just comparing one column COL1.Answered | 4 Replies | 1469 Views | Created by Rihan8585 - Tuesday, January 8, 2013 12:56 PM | Last reply by SqlShan - Wednesday, January 9, 2013 5:41 AM - Items 1 to 20 of 1727568 Next ›
No announcements