Viewing 12 posts - 46 through 57 (of 57 total)
hope someone can help me get a bit more educated with sql server.
if i have a clustered index on an identity column and insert a row, what lock is taken?...
July 9, 2008 at 3:01 pm
actually, i think this works.
SELECT name FROM master..sysdatabases
WHERE substring(convert(binary, status),len(convert(binary, status))-1,1) <> 0x02
January 14, 2008 at 3:37 am
problem with that is you need to change the database context for each database or create some kind of loop to change the database name in the function. i...
January 14, 2008 at 3:04 am
or use this....
SELECT db_name(database_id),name,physical_name ,state from sys.master_files
December 18, 2007 at 1:35 am
its probably deleting errorlog.6 then and moving everything else up one so it looks like errorlog.1 has been deleted and not moving the current errorlog to errorlog.1
November 30, 2007 at 4:34 am
it looks like running sp_cycle_errorlog actually deletes the archived files from 1 to the max number. so 5 runs of the SP will delete errorlog.1 thru to errorlog.5. ...
November 30, 2007 at 4:00 am
nope, neither exec Sp_Cycle_ErrorLog or dbcc errorlog works before or after a checkpoint. cant restart the service as its prod. damn!!!!!!
November 30, 2007 at 3:47 am
it returns the archive number, date, log file size
archive number = 0
date = about 1 min ago
log file size = 4G
November 30, 2007 at 3:42 am
anyone know a fix for this? i've got a 4G error log that wont recycle
November 30, 2007 at 3:26 am
take the db offline. see if anyone complains.
or setup a job that snapshots sysprocesses for a certain amount of time and check the dbid column.
October 24, 2007 at 3:14 am
i thought 431 was the most difficult exam on the DBA certification.
May 10, 2007 at 5:00 am
if i remember correctly, there were 6 case studys with each case study having between 4 and 12 questions. the time for each case study ranged from 20 mins to 40 mins. ...
May 10, 2007 at 4:59 am
Viewing 12 posts - 46 through 57 (of 57 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy