Forum Replies Created

Viewing 15 posts - 61 through 75 (of 2,037 total)

  • RE: How to know new data published on a remote server?

    Forgotten...

    I'm not sure if CLR needs to be enabled. Probably you have to execute the following statement:

    EXECUTE sp_configure 'clr enabled', 1;

    RECONFIGURE;

    There are some requirements for monitored SQL statements.

    • You cannot use...

    • RE: How to know new data published on a remote server?

      Hi

      Well, without any changes, it wont work. But you don't need to change any tables or other schema objects. Service Broker needs to be enabled on remote database by following...

    • RE: How to know new data published on a remote server?

      Hi halifaxdal

      Sorry, I forgot one thing. My answer implies some .NET code. I don't know if it is possible to use Service Broker in a pure SQL environment.

      Would it be...

    • RE: Using UNION with Multiple Stored Procedures

      Hey Paul

      Thanks for the way better description. 🙂

      @dean

      One additional information. There is one more restriction with INSERT INTO ... EXECUTE. It cannot be used recursive. Means, if your...

    • RE: convert NULL value in int column to nvarchar

      If you want to change the columns data type have a look to BOL for ALTER TABLE and ALTER COLUMN.

      If you want to change the output, not the stored data,...

    • RE: how to import data from this XML file to Table

      What about having a look into BOL for XML methods like "nodes" and "value"? 😎

      Tip: FOR XML doesn't work in your case, it works to create XML, not to parse.

      Greets

      Flo

    • RE: Today's Random Word!

      Sunny

    • Viewing 15 posts - 61 through 75 (of 2,037 total)