Forum Replies Created

Viewing 3 posts - 1,216 through 1,218 (of 1,218 total)

  • RE: Problem in executing bunch of Insert statements

    There is something that does not seem quite right here. You say that you retrieve StartDate and EndDate, but your sample query only has two columns.

    Your error message barfs about...

  • RE: system sp permission

    To find the permissions required for a specific catalog view or DMV, look up to the topic for the view in question in Books Online. There is usually a permissions...

  • RE: Implicit conversion using COALESCE or CASE

    To expand a little on Luis's answer, SQL Server has a strict data type-precedence which says that when two types meet, the type with lower precedence will be converted to...

Viewing 3 posts - 1,216 through 1,218 (of 1,218 total)