Viewing 15 posts - 1 through 15 (of 29 total)
hi Manu-j,
I did not try your solution because as you said it is not recommented to change the system tables. If I do not have any other choice then I...
April 23, 2010 at 2:43 am
that is for both, sql 2005 and 2000?
I have just tried it on SQL Server 2005. It generate nice query
alter login [sa] with password = <hashed password> hashed --Login...
April 20, 2010 at 5:28 am
Hi,
I have such a problem: In the dbo_SSIS_ServerList I have 236 servers.
Most of the server will through the errors - I know that and I want that, the expected problem...
April 19, 2010 at 7:15 am
looks like both topics that I posted today are connected...
the biggest table in msdb database is sysmaintplan_logdetail and it has 1023312 KB
mdf is 1117568 KB
ldf is 136064 KB
October 13, 2009 at 1:55 am
Thank you for both replies 🙂
the version is 9.00.3042.00
October 13, 2009 at 1:23 am
ok, found solution:
alter DATABASE MSDB SET SINGLE_USER WITH ROLLBACK IMMEDIATE
GO
ALTER database msdb set ENABLE_BROKER
go
alter DATABASE MSDB SET MULTI_USER WITH ROLLBACK IMMEDIATE
GO
September 17, 2009 at 5:39 am
Thank you very much all of you for tips. I am now implimenting the alerts and job with failover.
Can you tell how long should last query?
ALTER DATABASE msdb SET...
September 17, 2009 at 1:20 am
mode: automatic failover, synchronous. The same for all databases
September 16, 2009 at 4:36 am
Can you give me more details how to set it up?
September 16, 2009 at 4:29 am
Hi
Thank you for reply. I want to rectify that I am talking about one database.
August 27, 2009 at 2:32 pm
Hi
At the beginning I would like to say that it is not that I did not google before I wrote the post 🙂 I did only with different sentence. I...
March 10, 2009 at 2:46 am
Thank you for your reply.
That script will be for sure useful. However I need a bit different information. The reason why I need info about store of security login permissions...
December 15, 2008 at 5:05 am
Hi
Now I have opposite problem. I have overwritten the database on the production server with the one from development. The one from development environment had different login (for example...
December 9, 2008 at 3:44 am
Viewing 15 posts - 1 through 15 (of 29 total)