Viewing 15 posts - 196 through 210 (of 245 total)
Sorry the title was wrong- i am asking about AMAZON Web Services -EC2 and not RDS.
February 7, 2013 at 1:11 pm
Thanks for the reply. Can i know what is the difference between AWS EC2 and AWS RDS?
RIght now i am using Bastion server to RDP to SQL server.
FOr backup and...
January 9, 2013 at 8:32 am
I have tried Backup and restore from my local instance to AWS SQL instance and it worked.
Is i am missing something here?
January 7, 2013 at 3:10 pm
Thanks.
Any particular ports need to be opened inorder to import data?
As from local SSMS i cannot connect to AWS SQL instance? then how can we import data into tables?
January 7, 2013 at 12:48 pm
When I said files are growing what I mean to say is it's using the free space. I used the query
select
a.FILEID,
[FILE_SIZE_MB] =
convert(decimal(12,2),round(a.size/128.000,2)),
[SPACE_USED_MB] =
convert(decimal(12,2),round(fileproperty(a.name,'SpaceUsed')/128.000,2)),
[FREE_SPACE_MB] =
convert(decimal(12,2),round((a.size-fileproperty(a.name,'SpaceUsed'))/128.000,2)) ,
NAME = left(a.NAME,15),
FILENAME = left(a.FILENAME,30)
from
dbo.sysfiles...
December 17, 2012 at 10:40 am
I am really sorry if I missed something or I might not be able to convey the exact point. I never said there's a reduction in the file size....
December 14, 2012 at 11:17 am
As far as I know backup log truncates the log and we can reuse it. Log truncation cannot occur during a backup or restore operation or if we have replication...
December 14, 2012 at 7:28 am
I am sorry. There's no auto shrink enabled or no shrink job. There's log shipping setup on this database. The values captured at 9:53 AM clearly says both the...
December 13, 2012 at 8:21 am
Gila,
It's not working like that in our environment. Please find the attached document for the log sizes captured at different times.
Thanks,
December 13, 2012 at 7:59 am
I also agree with Gila. But the problem here is I am not observing the sequential increase in the file growth.
December 11, 2012 at 1:40 pm
But the log is set to grow to 2TB. How come it's not growing to 2TB and then taking over the second log file.
December 11, 2012 at 8:50 am
Delete rows in batches and don't forget to rebuild the indexes after deletes based on fragmentation percentage.
November 13, 2012 at 1:33 pm
Viewing 15 posts - 196 through 210 (of 245 total)