Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

Reporting Services and SQL Server Mirroring -


in installation 2 sql server 2008 sp2 standard servers use mirror have failover partner databases.

one of purposes of databases supply reports through sql server reporting services.

my question how set have failover of reports , keep cost @ minimum.

i can see 1 solution reporting databases mirrored user databases use. reporting services failover?

another way install 2 separate instances of reporting services on each database server reporting databases not mirrored , both running. how redirect users browsers 1 entry address running reporting service?

there's witness server running sql server 2008 express. upgraded standard , run reporting services (should able failover through native client connection), reporting service self has no failover.

i don't know if i'm missing here impossible in way without using sql server enterprise , failover cluster solution?

any ideas, thoughts , links appreciated, aware have read lot of guides , best practices around internet , haven't found answers question please post relevant links.

any info gather post, links , research , testing of course go stackoverflow future reference others can't imagine i'm 1 such solution.

  • smint

you need mirror data , manually repoint report server when data moves mirrored servers.

moving interrelated databases mirroring complicates things. if 1 goes offline reason , failes mirror, other databases fail well?

you may want have human make these decisions , use manual failover on mirroring well.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -