Forum Replies Created

Viewing 5 posts - 196 through 200 (of 200 total)

  • RE: Always recursive query

    Two questions:

    1) Have you considered using Common Table Expressions?

    2) Why would you need to store calculated values?

  • RE: Xml Question

    Using your favourite XML/XML Schema editor you should design an appropriate XML Schema and then import it into your database as an XML SCHEMA COLLECTION.

    You can then reference the schema...

  • RE: Question of the Day for 11 Oct 2006

    So the CREATE USER event was simply a distraction? Tricky, tricky, tricky...

    Anyway, you must agree that the CREATE USER event can only have...

  • RE:

    From Books Online:

    "Returns the current value of the TEXTSIZE option of the SET statement. This specifies the maximum length, in bytes, of varchar(max), nvarchar(max), varbinary(max), text, or image data that...

  • RE: ADO.NET 2.0: Assembly not authorized for PERMISSION_SET = EXTERNAL_ACCESS

    The EXTERNAL_ACCESS privilege must be granted to a database user that maps to a WindowsNT user. Usually, this is the SQL Service account.

    This, of course, may be a security risk => consult...

Viewing 5 posts - 196 through 200 (of 200 total)