Viewing 15 posts - 106 through 120 (of 1,539 total)
Just a thought. Does your application has some sort of db maintainence code written in it which truncates log if it is getting full?
btw, i ran profiler and captured...
November 23, 2010 at 3:41 am
tried to simulate your situation.
create database testdd on primary(name='testdd', filename='c:\testdd.mdf')
log on (name ='testddlog', filename='c:\testddlog.ldf')
-- setting database to offline mode
alter database testdd set offline
-- now deleting mdf file
xp_cmdshell 'del "c:\testdd.mdf"'
-- trying...
November 23, 2010 at 3:31 am
Patricia Johnson (11/22/2010)
I have looked at all...
November 22, 2010 at 7:41 am
You can take a backup of the database, copy the backup to target server and restore over there.
November 22, 2010 at 4:07 am
csoloway (11/21/2010)
Memory 4G on Server, but SQL is limited to it's annoying 2GSlow network
You can increase SQL Server memory usage to upto 3 GB by using /3gb switch.
You mentioned slow...
November 22, 2010 at 4:06 am
Gail, just checked and its showing NTUsername for my user. i am connected using a local userid/pwd.
Login name it's showing as machinename\username
November 19, 2010 at 1:44 am
What is scheduler?
Do you mean the scheduler which is mapped to logical CPU? or something else?
November 19, 2010 at 1:28 am
mpsathiskumar (11/19/2010)
I want separate SQL 2008 profiler individual user trace with different machine with any of the filter option.
What do you want to trace? What do you mean...
November 19, 2010 at 1:25 am
zeeyenyes4u (11/18/2010)
From principal server i have sent the data to an individual server which is not in DB MIRRORING..... what will be the result?
can u clarify more.
November 18, 2010 at 5:31 am
DataDog (11/18/2010)
connection 2 - get lock on index B
connection 1 - waits for lock in index B
connection 2 - deadlocks on lock for...
November 18, 2010 at 5:07 am
yes. It would be better if you zip the backup and then copy. this would reduce copy time.
November 18, 2010 at 2:31 am
GilaMonster (11/18/2010)
ps. (11/18/2010)
Only difference is it will be destroyed when u disconnect (Prefixed with #)There are other differences internally around logging, caching when dropped and the like.
Thanks Gail. Need...
November 18, 2010 at 1:30 am
You need to find out which particular log backup file didn't get restored. If you cannot dig into what caused the failure, simply take a backup of production and restore...
November 18, 2010 at 1:14 am
Viewing 15 posts - 106 through 120 (of 1,539 total)