Viewing 15 posts - 256 through 270 (of 707 total)
Thank you somuch...
I was not aware about it.. Thanks a lot.
Smith.
February 8, 2012 at 5:58 am
Thanks.. that was the problem.
The database dropped was the default DB of the logged in user.
And I dint know any other login password to set it.
Anyways, it was done...
February 7, 2012 at 4:27 am
Robert Davis (2/2/2012)
It doesn't have to have huge transactions. If you're not backing up the log, it adds up. Obviously it is that busy because the log had to grow.
Yup..Am...
February 3, 2012 at 12:11 am
Thank you. Let's wait and see if anyone else replies to this thread.
February 2, 2012 at 7:31 am
My general rule of thumb is that you should back up the log AT LEAST every half hour. If the database is busy, then do it more frequently. The busier...
February 2, 2012 at 12:42 am
Thanks Gila
Not regulerly. Since it had grown too big shrunk it once.
By the way, Mirror database is in "Restoring...." mode.
I mean, it's NOT displayed as "Synchronized/Restoring"..
Its just DBName(Restoring.......). is anything...
February 1, 2012 at 6:15 am
Fine. I will try that and revert.
Thank you somuch again.
Smith.
January 26, 2012 at 6:05 am
Do we need to check it on both the servers ?
It has to be be in-process or out-process ?
How to change it as well.?
Thanks a ton.
Smith
January 26, 2012 at 5:31 am
Gianluca Sartori (1/26/2012)
Which server product is the linked server? SQL server?How is the provider loaded? In process or out of process?
It's SQL Server only.
How to check is the provider is...
January 26, 2012 at 4:55 am
Yes......... This is working.
So what could be the issue and how to resolve it
Procedure is executed from an application which cannot modify.
Thanks a lot. Kindly guide how to resolve...
January 26, 2012 at 4:40 am
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near 'linkedservername'.
Able to select data from tables.
Thanks,
Smith.
January 26, 2012 at 4:14 am
EXEC master.dbo.sp_addlinkedserver @server = N'linkservername', @srvproduct=N'SQL Server'
GO
EXEC master.dbo.sp_serveroption @server=N'linkservername', @optname=N'collation compatible', @optvalue=N'false'
GO
EXEC master.dbo.sp_serveroption @server=N'linkservername', @optname=N'data access', @optvalue=N'true'
GO
EXEC master.dbo.sp_serveroption @server=N'linkservername', @optname=N'dist', @optvalue=N'false'
GO
EXEC master.dbo.sp_serveroption @server=N'linkservername', @optname=N'pub', @optvalue=N'false'
GO
EXEC master.dbo.sp_serveroption @server=N'linkservername', @optname=N'rpc', @optvalue=N'true'
GO
EXEC master.dbo.sp_serveroption...
January 26, 2012 at 3:55 am
Hi,
Thanks. In fact I have checked those settings as well.
It was allready done on both the servers. I am getting lost now.
Thanks.
Smith.
January 26, 2012 at 3:10 am
Thanks for all the responses.
I have checked all the configurations including "RPC & RPC Out". Both are allready set to TRUE only.
Settings all are done properly. Any other possibilities ?
Thanks,
Smith.
January 25, 2012 at 11:35 pm
Markus (12/27/2011)
Bizzare.... just bizzare.... the jobs are succeeding now....Thanks everyone for your input.
Nice to hear that the issue is resolved. 🙂
By the way, could you identify what exacly was the...
January 2, 2012 at 3:11 am
Viewing 15 posts - 256 through 270 (of 707 total)