Viewing 15 posts - 421 through 435 (of 712 total)
use "Microsoft sql server best practice analysizer" it will suggest you the best practices.
August 24, 2012 at 4:39 am
500 rows are smaller tables you can think of move old data to different table/DB once it is over 4 or 5 millions records in a table.
are you facing any...
August 24, 2012 at 1:33 am
[quote-0but I'm not sure where to store this database. I'm also unsure of how to get my information from the servers that are outside of the trusted network to my...
August 23, 2012 at 9:36 am
Database usage report.
what are you going to do on this?
August 23, 2012 at 9:32 am
as robin said your explainations are confusing, can you reply to his first reply.
August 23, 2012 at 6:30 am
do you want to keep old backup for 7 days?
August 23, 2012 at 5:55 am
follow this as well and answer the above if this is not your query
http://www.sqlservercentral.com/Forums/Topic1348066-146-1.aspx
August 23, 2012 at 4:20 am
Indianrock (8/22/2012)
August 23, 2012 at 1:19 am
If they don't want to spend for more disk space then don't accept any new business from your customers.
🙂
Not harsh like this, but space management involves backup space on a...
August 22, 2012 at 10:35 am
can be done for a date range or so by having multiple partitions
As lynn specified if it is done correctly everything will be good.
August 22, 2012 at 10:32 am
oh god, we are moving to windows authentication now, what to do?
August 22, 2012 at 9:08 am
are you talking about only few tables? if then try import/export.
August 22, 2012 at 7:30 am
clayman (8/22/2012)[hrWhy manually? Why master is not included?
great, i missed it, try to included clayman ideas as well.
August 22, 2012 at 6:58 am
in the current scenario you may have max 1 day data loss, if the DB crashes before defferential.
if it is ok , you have defferential to restore back.
if you cant...
August 22, 2012 at 6:51 am
Maintenance plans are built in SSIS packages and T-SQL are sql code.
both of them has to use jobs to execute at certain intervals or time.
it is your option and nothing...
August 22, 2012 at 5:00 am
Viewing 15 posts - 421 through 435 (of 712 total)