Viewing 15 posts - 301 through 315 (of 712 total)
hope this is querying AD.
we dont have access.
April 18, 2013 at 5:14 am
simon.murin (4/17/2013)
Jpotucek (4/17/2013)
I have a Database (about 1GB) with 2 log files (one at about 4GB and one at about 13 GB)
Just a note - a SQL Server database...
April 18, 2013 at 1:41 am
yes but DBCC SHRINKFILE (1) will shrink the data file - avoid this
April 17, 2013 at 8:49 am
Truncate log will break the backup chain.
in order to create a new chain you have to start with a full backup and then proceeded by log backups.
do remember once the...
April 17, 2013 at 8:32 am
shrinking the log - Bad option.
file will grow again to the size it required.
Is it that space crunch?
April 17, 2013 at 8:09 am
thanks gail
hope i understand that we cant do through sql.
April 17, 2013 at 12:35 am
Hello,
Forgot to mention we (our team) dont have access to do that.
is there a way to indentify the state and alert.
April 16, 2013 at 4:19 am
Hello,
Is your windows account locked or password expired?
April 2, 2013 at 6:25 am
if you dont want the log keep the DB in Simple recovery.
why are you switching it to simple and full.
is this simple but if you dont have full backup you...
March 29, 2013 at 2:24 am
while select * , just try to trace the query and see how IO performs.
try moving (copy) the table to another DB which is on another drive and check performance...
March 12, 2013 at 12:06 am
I accept Jonathan's comments check the security part.
March 8, 2013 at 1:22 am
look at the failed jobs and look at the other jobs which runs around the same time. take running time also into consideration.
can you post more details like what is...
March 7, 2013 at 12:58 am
Viewing 15 posts - 301 through 315 (of 712 total)