Viewing 15 posts - 721 through 735 (of 1,048 total)
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...
January 21, 2013 at 11:38 am
nice question and excellent explanation from you guys
January 16, 2013 at 2:32 am
it exists on my same PC...
Can I create another instance with version 10.50.2500 on same PC ?
January 10, 2013 at 8:18 am
can we improve the %of table scan elements in Query execution plan?
December 30, 2012 at 11:13 pm
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?
December 21, 2012 at 8:12 am
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]...
December 21, 2012 at 4:10 am
Viewing 15 posts - 721 through 735 (of 1,048 total)