Viewing 14 posts - 1 through 14 (of 14 total)
Hello,
I also think that the ODBC source must be declared as System DSN.
There is also an error in your second T-SQL command:
EXEC sp_addlinkedsrvlogin
@rmtsrvname = '24sunix_se',
@userself = 'false', <<<<<<<<-----must...
May 27, 2005 at 3:30 am
Yes, it's posible. You have to define a "Linked server". SQL Server Enterprise Manager-> <Your server> -> Security -> Linked Servers
You can use a working ODBC defined connection as the...
May 13, 2005 at 1:48 am
YEEESS! I've found the solution for my problem.
The problem was the level of compatibility of the database. It was set to Level 65 (because this database was started in SQL...
March 11, 2005 at 8:10 am
It is a user database.
select suser_sname(): sa
select user_name(): dbo
SURPRISE!
I've created a new database in the same server and there I have no problems!. I...
March 11, 2005 at 7:46 am
Product: SQL Server Standard Edition
Product Version: 8.00.878 (SP3)
March 11, 2005 at 2:50 am
No no, I can open the window for creating a new one, but when I click 'check syntax' or try to save, the same error appears!
March 11, 2005 at 1:44 am
Yes, the link appears, and I can click it, showing an empty list of UDF's.I can also rigth-click it to access the option for creating a new one...
March 11, 2005 at 1:31 am
I don't have any UDF, so in Enterprise Manager I can't see any UDF...
March 10, 2005 at 10:05 am
Still not working.
Thanks for responding.
March 10, 2005 at 9:44 am
It doesn't work. In fact, I tried to create the most simple UDF:
create function calc ( @i int)
returns int
as
RETURN(@i)
end
and it is still not working!
I'm sure I'm doing the things right, so I...
March 10, 2005 at 8:50 am
The problem appears when I want to create the function, I can't create it, and I'm doing it as SA user.
March 10, 2005 at 4:34 am
Thank you very much, Antares686.
I updated my sql server to level 878 and the problem was solved. Now BE services run. Thanks for the links. (I hope no new problems arise)
I...
January 7, 2005 at 10:04 am
Thanks for the ideas. I'm still waiting for an email response from Veritas.
I don't really know how to uninstall the hotfix. Can you help me? How can i do it?
Thanks in...
January 7, 2005 at 7:33 am
November 10, 2004 at 2:24 am
Viewing 14 posts - 1 through 14 (of 14 total)