Forum Replies Created

Viewing 3 posts - 1,216 through 1,219 (of 1,219 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...

    [font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]

  • 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...

    [font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]

  • 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...

    [font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]

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