Viewing 15 posts - 976 through 990 (of 1,539 total)
Krasavita (6/17/2009)
1.CheckDatabaseIntegrity
2.ShrinkDatabase
3.Reorginize...
June 20, 2009 at 10:22 am
Well it looks as if someone's put his exam question papers here to be solved ..:-D
http://www.sqlservercentral.com/Forums/Topic738841-146-1.aspx
June 20, 2009 at 10:09 am
Well that's lot many questions and each one of them require(perhaps) separate threads.
narinder (6/20/2009)
1.SP1 version number like (2047)
What is the question here?
2.How many type of mirroring[/quote] If you're running...
June 20, 2009 at 9:59 am
you need to figure out what's preventing the log file to be truncated. that you will come to know by seeing log_reuse_wait_descr as suggested by Gail earlier in the thread....
June 20, 2009 at 9:42 am
take backup of the log now and then check the used/unused space by firing dbcc loginfo...
June 20, 2009 at 6:59 am
to connect to database server from across network from a diff machine, you mention the server name, user id and password in the connectionstring. obviously if there is enough network...
June 20, 2009 at 6:54 am
lol, lots of ideas to get last few characters from a string.:-D
June 20, 2009 at 6:37 am
JamesNZ (6/20/2009)
Thanks Paul, no I'm using Snapshot replication so I don't have a Log Reader Agent.
What else could I check to try and find out how to clear/process this huge...
June 20, 2009 at 6:36 am
this site tells you what transactions are not allowing log shrinkage.
http://www.tek-tips.com/faqs.cfm?fid=345
This site tells you on how to forcefully shrink a log file
http://www.broad-lea.com/sql_server/sql_reduce_log_size.html
June 20, 2009 at 2:09 am
select substring(srcString, charindex(targetString, SrcString),len(srcString)-charindex(targetString, SrcString)+1)
This is a generic statement to be used in place of Right() where srcString is the main string and targetString is the string to be found...
June 20, 2009 at 1:49 am
thang_ngo_2002 (6/19/2009)
Now I'm also clear:
- No need SQL Enterprise version
- Backup FULL one or more times daily, backup LOG frequency hourly
- Quite same as Oracle Data Guard, but...
June 20, 2009 at 1:40 am
thang_ngo_2002 (6/19/2009)
Now I'm also clear:
- No need SQL Enterprise version
- Backup FULL one or more times daily, backup LOG frequency hourly
- Quite same as Oracle Data Guard, but...
June 20, 2009 at 1:37 am
MothInTheMachine (6/19/2009)
June 19, 2009 at 8:54 am
thats right. It'll fail 2nd time in this case.
the logic is you restore full backup on the secondary and all transaction logs in sequence in norecovery mode. In log shipping...
June 19, 2009 at 8:52 am
Viewing 15 posts - 976 through 990 (of 1,539 total)