Viewing 15 posts - 46 through 60 (of 67 total)
Thanks. I will try it.
April 24, 2009 at 9:54 am
Actually the Gail's response worked.
Thank you
April 1, 2009 at 12:43 pm
Thank you so much Gail.
Faye
November 8, 2008 at 6:33 pm
I appears that the job owner is sa. However, sa can not open up a particular databas to carry out the task of 'Check Database Growth'.
Does anyone know the...
October 24, 2008 at 10:20 am
Actually upon further reading I realised that sql 2005 does not allow connection to linked servers via integrated security. A sql server login needs to be created on both servers...
October 17, 2008 at 7:31 am
I ran this code putting the correct server name and a login and a password for the remote access:
EXEC master.dbo.sp_addlinkedserver @server = 'SQLServername, @srvproduct='SQL Server'
EXEC master.dbo.sp_addlinkedsrvlogin @rmtsrvname='servername',@useself=N'False',@locallogin=NULL,@rmtuser='remotelogin',@rmtpassword='########'
Then I right...
October 16, 2008 at 1:24 pm
Thanks I will try it later today and will let you know if it worked.
Faye
October 16, 2008 at 6:11 am
How about using openrowset?
First I tried to establish linked server, but I keep getting the message:
SQL Server 2005: “Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'”.
I searched the internet how to...
October 15, 2008 at 1:57 pm
Thanks for the reply.
suppose I don't install anything more than I already have on my SQL server which are SSMS, business Inteligence, and SSRS SSAS. Can I run a...
October 7, 2008 at 7:25 pm
Thanks. I figured it out. I put the text file on my computer then when building the SSIS package instead of using SQL Server connection I used OLE DB connection...
October 2, 2008 at 6:13 pm
Viewing 15 posts - 46 through 60 (of 67 total)