Forum Replies Created

Viewing 15 posts - 1 through 15 (of 40 total)

  • RE: Having Count

    could you add it to the previous query so i can get the correct result please? i dont know what else to put in the query. thanks

  • RE: Having Count

    im sorry but im confused as to where to put what in the statement??

  • RE: Having Count

    so what would be the syntax for that?

  • RE: Having Count

    basically i have de-duped and flagged all duplicated as a duplicate, then i have linked them to its master record using the master records dqid. therefore all masters have thier...

  • RE: Having Count

    data is attached, 2 spreadsheets in one file

  • RE: Having Count

    /****** Object: Table [dbo].[Branch data 2009 - 2012] Script Date: 03/28/2012 09:22:56 ******/

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    CREATE TABLE [dbo].[Branch data 2009 - 2012](

    [DQID] [nvarchar](255) NULL,

    [ID] [int]...

  • RE: Having Count

    So i am looking for 1 Master record which only has 1 duplicate, and then 1 master with 2 dupes, i have already flagged the dupes and linked to the...

  • RE: .ldf deleted and now cant attach database

    To be fair, it wasnt critical data and i could have rebuilt manually but would have taken alot longer than using that script.

  • RE: .ldf deleted and now cant attach database

    Hi,

    I found this from googleing my problem and it worked!

    Create database with same name as MDF file you have.

    Stop SQL Server and swap MDF files. Make sure you also keep...

  • RE: Could not find server '' in sys.servers.

    but can you tell me why the from clause is the table i am updating? i thought it should be where the data is coming from i.e. DQMeta1

  • RE: Could not find server '' in sys.servers.

    yes that was it, thanks very much

  • RE: Update with Inner Join

    257,474 rows in target table, but i may have over looked; that because the criteria i was selecting on was duplicated maybe 4 times in the joining table that in...

  • RE: Update with Inner Join

    so are you saying that the nearly 100k record count is not a true version of the data? it is replicating some of the records?

  • RE: Update with Inner Join

    yes that is correct

  • RE: Update with Inner Join

    yes i have and there are 75k that have not been updated

Viewing 15 posts - 1 through 15 (of 40 total)