Viewing 15 posts - 1,516 through 1,530 (of 3,738 total)
R.P.Rozema (4/9/2012)
You seem to be in a real hurry for an answer, but maybe you should reread your question before becoming aggitated.
Who is agitated?:-)
April 9, 2012 at 12:26 pm
GSquared (4/9/2012)
USE ProofOfConcept ;
GO
-- Set up table
CREATE TABLE #T (Col1 CHAR(1)) ;
INSERT INTO #T
...
April 9, 2012 at 12:10 pm
GSquared (4/9/2012)
April 9, 2012 at 11:27 am
Yeah, thanks for pointing that out.
What Table.Column should I JOIN ON?
April 9, 2012 at 7:56 am
Lynn Pettis (4/7/2012)
April 8, 2012 at 5:49 pm
Could I get a @@rowcount and have a column for DML Indicator, 'Insert or 'Update' and stored that information in the Table?
April 8, 2012 at 5:46 pm
If I added the column it would be at the end of the table.
I need a way to tract how many Inserts, Updates and Deletes there are for each load...
April 8, 2012 at 3:09 pm
Carlos Bossy (4/7/2012)
#1 - Yes it is common practice to compare data in staging with the data warehouse.
Don't you perform the initial load to staging. Load the DW Tables, and...
April 8, 2012 at 12:03 am
Carlos Bossy (4/7/2012)
April 8, 2012 at 12:01 am
I kept getting IE Errors and it did not apprear the my question was posted.
Please do not reply to this post.
Please reply to the following:
http://www.sqlservercentral.com/Forums/Topic1279948-363-1.aspx
April 7, 2012 at 11:22 pm
Lynn Pettis (4/7/2012)
April 7, 2012 at 10:46 pm
I'm wondering if I could add a Column to identify where the record was an INSERT, UPDATE OR DELETE? This would require editing the OPENQUERY Statement.
Any idea on the syntax...
April 7, 2012 at 10:41 pm
Could you please add a delete to the example so that I have the syntax right?
I need to add the table name & Stored Procedure Name to the output.
The reason...
April 7, 2012 at 3:16 pm
Thanks Mark.
What I need to capture is the total Number of records, Inserted, Updated & Deleted (count).
I do not care about the values inserted, updated or deleted.
I will also need...
April 7, 2012 at 3:00 pm
Lynn Pettis (4/7/2012)
April 7, 2012 at 2:38 pm
Viewing 15 posts - 1,516 through 1,530 (of 3,738 total)