No announcements
Found 851231 threads
-
2 Votes
table compare
I have 2 tables to compare.Answered | 3 Replies | 1865 Views | Created by pjonas - Thursday, February 9, 2012 4:54 PM | Last reply by Jack D Leach - Friday, February 10, 2012 1:05 AM -
1 Votes
Table Compare
I want to be able to compare words and sentences in a data aware memo field (different table) .Answered | 1 Replies | 613 Views | Created by Maldwin - Thursday, February 7, 2019 10:08 PM | Last reply by WhTurner33 - Saturday, February 9, 2019 10:54 AM -
0 Votes
Data Table Compare
Did you check the option from VS database project (data tool) to compare data between database tables?Answered | 5 Replies | 800 Views | Created by KKailasamoni - Thursday, February 25, 2016 4:34 PM | Last reply by appsqldev - Thursday, February 25, 2016 6:11 PM -
0 Votes
Compare two tables in a database?
Hi, You can find a good article here Ways to compare and find differences for SQL Server tables and data among the many ...Answered | 7 Replies | 1320 Views | Created by chcw - Tuesday, January 19, 2016 2:56 AM | Last reply by ShabSQL - Wednesday, January 20, 2016 7:36 AM -
0 Votes
Comparing 2 lightswitch tables
Reference:Answered | 1 Replies | 797 Views | Created by Ivan Rossouw - Thursday, April 24, 2014 2:18 PM | Last reply by Angie Xu - Friday, May 2, 2014 9:37 AM -
0 Votes
Missing tables in data compare
Do the tables have primary keys or a unique index?Answered | 1 Replies | 9874 Views | Created by Jonathan Miller - Tuesday, August 31, 2010 4:05 PM | Last reply by Nantox - Tuesday, August 31, 2010 4:41 PM -
2 Votes
Compare two table with comments
Create table #A (Code varchar(10), CodeExecdate varchar(10), Codedesc varchar(10)) insert into #A values ('1289','2016-12-01','REC') insert into #A values ...Answered | 3 Replies | 516 Views | Created by Kevin Ruth - Friday, March 10, 2017 4:52 PM | Last reply by Jingyang Li - Friday, March 10, 2017 7:08 PM -
0 Votes
Schema Compare is not showing tables or SPs
As soon as I unselected the Users as part of the Schema Compare ignore list, all the tables, etc showed up fine.Answered | 8 Replies | 3513 Views | Created by VG_Developer - Tuesday, July 14, 2009 1:13 PM | Last reply by Jill McClenahan - Friday, July 17, 2009 7:45 PM -
1 Votes
Compare two table values in vfp
Hello, Although, the utility is one step forward for comparing various FoxPro Files in Beyond Compare, this utlity converts DBF files also to TXT/XML files.Answered | 9 Replies | 12918 Views | Created by Creative_Pro - Friday, June 17, 2011 5:39 AM | Last reply by S Bans - Wednesday, July 6, 2011 9:07 AM -
2 Votes
Compare and update tables with update
Treat table B as source table and tempA as lookup table.Answered | 3 Replies | 4006 Views | Created by seunny - Monday, April 12, 2010 4:58 AM | Last reply by Nitesh Rai - Monday, April 12, 2010 5:12 AM -
5 Votes
Table columns comparing
However, I have only one table <EntityList > and I need to compare and update the flag and reason in the EntityList table that's it.Answered | 9 Replies | 915 Views | Created by Neilcse - Tuesday, March 5, 2019 4:50 PM | Last reply by Will_Kong - Friday, March 8, 2019 7:55 AM -
0 Votes
Comparing two tables in SSIS
I landed all the data in to other a staging table and performed distinct delete and insert in to a fact table.Answered | 6 Replies | 3722 Views | Created by Kaish - Tuesday, October 11, 2016 3:41 PM | Last reply by Seif Wang - Tuesday, October 18, 2016 2:24 AM -
3 Votes
Compare 2 tables
Are you looking for the below: Drop table T1,T2 create Table T1(servername Varchar(20),ip Varchar(20), status bit) Insert into T1 Select ...Answered | 5 Replies | 1220 Views | Created by slowscripter - Wednesday, February 13, 2013 9:22 AM | Last reply by Jingyang Li - Wednesday, February 13, 2013 2:46 PM -
1 Votes
Compare Consecutive Rows in a table
I have one more scenario now, with the same data, i want the output like this <table> ...Answered | 4 Replies | 1159 Views | Created by Nitin Malik1 - Wednesday, February 11, 2015 11:24 AM | Last reply by Nitin Malik1 - Thursday, February 12, 2015 7:05 AM -
1 Votes
Comparing two tables
You can't say your records are in same sequence in both the tables and so you can go ahead.Answered | 5 Replies | 2561 Views | Created by Sharath048 - Monday, October 17, 2011 10:07 AM | Last reply by Shkumar - Monday, October 17, 2011 10:23 AM -
0 Votes
Comparing tables
Hi, Check this out: create table #test1 ( Item int ) insert into #test1 values (1),(2),(3) create table ...Answered | 3 Replies | 534 Views | Created by Y a h y a - Saturday, August 26, 2017 3:25 PM | Last reply by Xi Jin - Monday, August 28, 2017 1:35 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 | 10066 Views | Created by Reddy84 - Thursday, July 16, 2009 12:32 PM | Last reply by Sudeep Raj - Thursday, July 16, 2009 3:53 PM -
2 Votes
Comparing records between two tables
By definition I need to get the first row from table1 and compare with all rows from table2.Answered | 4 Replies | 853 Views | Created by EASX - Tuesday, September 29, 2015 1:11 PM | Last reply by EASX - Tuesday, September 29, 2015 7:37 PM -
2 Votes
How to Compare two Data Tables?
foreach (DataRow row1 in table1.Rows) { foreach (DataRow row2 in table2.Rows) { You're comparing each row of the first datatable with all the ...Answered | 7 Replies | 8912 Views | Created by nk812 - Thursday, November 8, 2012 4:47 PM | Last reply by San3Pra - Wednesday, April 24, 2019 1:51 PM -
0 Votes
Compare 2 different tables
It might take a while, but the except statement will do the trick: Select * from Table1 Except Select * from ...Answered | 3 Replies | 1098 Views | Created by Khushi N - Monday, August 19, 2013 2:51 PM | Last reply by Taherul673 - Monday, August 19, 2013 3:28 PM - Items 1 to 20 of 851231 Next ›
No announcements