Forum Replies Created

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

  • RE: String functions not helping

    Hi

    Thank you very much for your help. I have added the replace function in the select that forms part of my cursor

    declare cr_test cursor for

    select replace(location,char(39),char(34)) from test_table

    open cr_test

    fetch next...

  • RE: String functions not helping

    Hi

    Thank you very much for your help. I have added the replace function in the select that forms part of my cursor

    declare cr_test cursor for

    select replace(location,char(39),char(34)) from test_table

    open cr_test

    fetch next...

  • RE: Linked server privileges

    Hi Yelena

    Thanks for the reply. I have granted them execute privileges on sp_addlinkedserver and -login. They are able to execute it from QA, however it is not updated in EM.

    They...

  • RE: Dynamically determine DB and create stored proc??

    Thanks. I have monthly DBs, so I use getdate() to determine the correct DB to create the stored proc in.

    I have tried it and although the query prints out correctly...

  • RE: NT authenticated db owner

    Thank you very much guys.

    The application needs to modify database objects and therefore db owner, however we need to track more accurately who's doing what, therefore NT authentication. The whole...

  • RE: Lock eventing

    Thanks for your help.

  • RE: Append tables to view

    Thanks so much. I've developed a script which generates the view from scratch.

    All your help is much appreciated.

  • RE: Schedule a transaction log backup via T-SQL

    Thank you very much.

    You've helped tremendously!

     

  • RE: Clustering - Builtin Administrator?

    Thank you very much! The link had exactly the answers I needed.

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