Parameters

Technical Article

RE: How to verify number of CALs?

  • Reply

Keep in mind that this is manually maintained.  If you purchase CALS there is no requirement to update this field.  If you don't update it there is no impact except you may forget how many CALS you have or a new DBA may have a hard time finding out.  It is only for documentation so […]

2005-04-15

Technical Article

RE: Change Data Appearance, Vertical to Horizontal

  • Reply

SELECT P.Period, d1.VariableLabel, IsNull(dbo.GetUsedValue(P.BusinessPeriodID, D1.CalculationVariableID), '') as valueFROM VW_LMS_BusinessPeriods AS PLeft Join #DetailTempTable AS D1             on dbo.forceDate(P.EffectiveDate) = dbo.forceDate(d1.EffectiveDate)            and d1.BusinessClassID = P.BusinessClassID             and P.BusinessID = @BUS_ID            and d1.VariableLabel in(SELECT CV.VariableLabelFROM VW_LMS_CalculationVariables AS CVINNER JOIN VW_LMS_BusinessPeriods AS PON CV.BusinessClassID = P.BusinessClassID AND dbo.forceDate(P.EffectiveDate) = dbo.forceDate(CV.EffectiveDate) WHERE P.BusinessID = @BUS_ID) This is more what I […]

You rated this post out of 5. Change rating

2004-08-20

Technical Article

RE: Deceptively hard - xfering single records to another database

  • Reply

Here are some sources of DTS information if you decide to investigate John's suggestion further.Executing DTS from ASP: see http://www.sqldts.com/default.aspx?207Control access to DTS packages with owner and user passwords. see "Handling Package Security in DTS" in BOL.You can pass parameters to a DTS package by using a Dynamic Properties Task and global variables.  See both […]

You rated this post out of 5. Change rating

2004-05-11

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers