Viewing 15 posts - 3,496 through 3,510 (of 4,745 total)
A look in the options available in maintenance plans will give you a clue.
Core jobs would be backups (full, transaction, perhaps differential)
Integrity checks
Index defragmentation (either rebuilds or reorganise but not...
July 4, 2009 at 4:48 am
ta.bu.shi.da.yu (7/3/2009)
Swirl80 (6/15/2009)
July 3, 2009 at 3:24 pm
I think I would take this from the i/o perspective as that is the usual bottleneck , especially in an OLTP system where concurrency is paramount.
I am not sure what...
July 3, 2009 at 3:17 pm
Swirl80 (6/17/2009)
what i'd like to have is 2 sites, each with its own load balanced (active/active) clustered environment and SAN...
July 3, 2009 at 2:54 pm
exactly, they increase the chances of getting past the non-technical people who tend to do the initial screening. It ticks one of their boxes.
July 2, 2009 at 8:39 am
Niyala (7/2/2009)
Thanks again. I was wondering if you could give me information or guidelines about how to failover. I have not witness. I have only the principal and the mirror....
July 2, 2009 at 4:17 am
sorry no. have you tried BOL - search on 'Setting Up Database Mirroring (Transact-SQL)'
Otherwise it looks like there is a problem with the server name or port.
July 2, 2009 at 3:55 am
have you tried the freetext function? that should return any word that contains the word 'red'
select * from addressinfo
where
freetext(address1,N'red')
Its not as precise as contains so you should compare results.
July 1, 2009 at 5:32 pm
steve jones, editor of this site, maintains the best list I know of. Search for SQL Build List, that should find it.
July 1, 2009 at 5:11 pm
A cert shows that at least you have been prepared to sit down and put some study time in, which is a good sign you take your career seriously.
without the...
July 1, 2009 at 5:07 pm
thanks guys for the feedback. If I use hyperbac it would be mostly on SQL 2005 and even some 2000 (all standard edition).
I will of course test this but as...
July 1, 2009 at 3:56 pm
AlexSQLForums (7/1/2009)
rambilla4 (7/1/2009)
Is it legal to use developer edition of sql server 2005 for monitoring purpose in production environment?
yes, because its not supporting a production application itself.
Can you point me...
July 1, 2009 at 10:04 am
else, set up just one via the GUI and then use the script option on the mirroring tab of properties to create the base script for you.
July 1, 2009 at 8:43 am
I think you are missing the grant connect statement to the endpoints.
July 1, 2009 at 8:40 am
Viewing 15 posts - 3,496 through 3,510 (of 4,745 total)