Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: SQL Logical errors

    Below is the DDL for my tables.

    USE [MSIU]

    GO

    /****** Object: Table [dbo].[tbl_DISTRIBUTOR_MASTER] Script Date: 3/28/2013 7:23:14 PM ******/

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    SET ANSI_PADDING ON

    GO

    CREATE TABLE [dbo].[tbl_DISTRIBUTOR_MASTER](

    [int_DISTRIBUTOR_ID] [bigint]...

  • RE: SQL Logical errors

    How do I generate the DDL for entire my Database?

    Thanks for the responses.

  • RE: SQL Logical errors

    I think what I need is a tutorial which will teach me on how to join multiple table.

    Most of the tutorials I am getting on the internet do not show...

  • RE: SQL Logical errors

    Hi,

    I actually get duplicates when I run my query.

  • RE: SQL Logical errors

    Hi All,

    Thank you both for your responses. My query has a lot of wording because I was dragging the table names from the database tables in SQL Management Studio....

Viewing 5 posts - 1 through 5 (of 5 total)