Viewing 9 posts - 1 through 9 (of 9 total)
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...
April 11, 2005 at 6:29 am
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...
April 11, 2005 at 6:29 am
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...
April 11, 2005 at 5:39 am
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...
December 29, 2004 at 5:47 am
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...
September 9, 2004 at 11:34 pm
Thanks so much. I've developed a script which generates the view from scratch.
All your help is much appreciated.
May 17, 2004 at 2:21 am
Thank you very much.
You've helped tremendously!
May 5, 2004 at 12:06 am
Thank you very much! The link had exactly the answers I needed.
March 10, 2004 at 10:45 pm
Viewing 9 posts - 1 through 9 (of 9 total)