Forum Replies Created

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

  • RE: Partitioned views based on DATETIME field

    i guess i misunderstood what you were after. i assumed that your date was a date entered, date created, or some such, where the range of allowable values is bounded....

  • RE: Partitioned views based on DATETIME field

    you're using the IN operator in your check constrainst which apparently is not allowed for partitioned views. from BOL:

    "The CHECK constraints can only use these operators: BETWEEN, AND, OR,...

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