Viewing 15 posts - 481 through 495 (of 712 total)
remove this condition and try
WHERE s.spid > 50
can you post the top 10 result with login time order...
August 6, 2012 at 5:09 am
try this i use this to see any block or not.
SELECT
s.spid, login_time, status,case when blocked = '0' then...
August 6, 2012 at 4:43 am
is there a way to split it when exceeds some size or else we have to use only no of file in configuration?
August 6, 2012 at 4:01 am
thanks and i'll read what you have given and comback incase needed.
August 6, 2012 at 3:26 am
i mean when a db is restored it should have fresh dmv data be it on same server or different.
August 6, 2012 at 3:18 am
Antony,
we have 2 servers one server is updating some data into another.
within SET XACT_ABORT on and off.
after this job added we have tremendous increase in log file growth with just...
August 6, 2012 at 3:14 am
DMV and data are different.
Data will be definitely the same , hope the dmv data will differ based on server and db.
August 3, 2012 at 6:23 am
compare the different collation data bases using
string1 = string2 collate [string1 colaltion]
August 3, 2012 at 6:18 am
Suresh B. (8/3/2012)
Is the existing instance a default instance?Is the new instance a named instance?
suresh what r u suspecting, is it another sql instance is running?
if it has another instance...
August 3, 2012 at 6:14 am
Hello,
i am not expert in clustering but still can you post the problem in details like services not starting or not pinging something more in details.
August 3, 2012 at 4:11 am
have you checked sql agent error log?
xp_ReadErrorLog 0, 2, NULL, NULL
go
xp_ReadErrorLog 1, 2, NULL, NULL
post the results for this.
August 3, 2012 at 4:09 am
forgot to mention scott 's thought is good allocate the growth size that fits your reuirement.
dont reduce it do low as db growth requires lot of resources and time. check...
August 2, 2012 at 7:04 am
Viewing 15 posts - 481 through 495 (of 712 total)