Forum Replies Created

Viewing 15 posts - 721 through 735 (of 1,048 total)

  • RE: Restores

    Learn new thing today 🙂

  • RE: BIT data type

    nice question..

    +1 😛

  • RE: Stored Procedure for dashboard

    Can you please provide us the table structure so that we can try to solve your problem?

    Its good practice to provide detailed information so that everyone can understand problem that...

  • RE: Table Variables

    NIce basic question..

  • RE: Understanding NULL

    nice question and excellent explanation from you guys

  • RE: T-SQL

    really nice question.....

  • RE: Error in restoring database

    it exists on my same PC...

    Can I create another instance with version 10.50.2500 on same PC ?

  • RE: Query Execution Plan

    it takes about 13 min to execute 🙁

  • RE: Query Execution Plan

    can we improve the %of table scan elements in Query execution plan?

  • RE: joins

    thanks,

    I will work on this 🙂

  • RE: joins

    But all the columns on which you are suggesting to creating indexes, all are PK in their respective tables and as per my concern when we creating a PK it...

  • RE: joins

    if i cerate index on the columns in list :

    DimLocation(DimLocation)

    DimInsurance(FinsCode, dimLocationId)

    DimPatient(chartno, Fcategory, fPatient)

    DimCategory(Fcategory)

    lkpProvider(ProviderCode, ProviderCode)

    DimProcedure(fProcedure)

    TxPayPlan(Faccount, Finscode)

    query will gets less time right?

  • RE: joins

    No, I dont have have indexes..

    please find the attached current execution plan..

  • RE: joins

    these are the table structure that i am using:

    CREATE TABLE [dbo].[DimInsurance](

    [dimInsId] [int] IDENTITY(1,1) NOT NULL,

    [EtlDate] [datetime] NOT NULL,

    [dimLocationId] [int] NULL,

    [dimInsuranceGroupId] [int] NULL,

    [InsuranceGroupName] [nvarchar](30) NULL,

    [Fcategory] [nvarchar](30) NULL,

    [Fbillout] [tinyint] NULL,

    [FinsCode] [nvarchar](10) NULL,

    [Finsname]...

  • RE: Predict output

    Good Question 🙂

Viewing 15 posts - 721 through 735 (of 1,048 total)