Viewing 15 posts - 631 through 645 (of 1,366 total)
Msg 2601, Level 14, State 1, Procedure sp_flush_commit_table, Line 15
Cannot insert duplicate key row in object 'sys.syscommittab' with unique index 'si_xdes_id'. The duplicate key value is (55822684521).
The statement has been...
January 28, 2013 at 7:34 am
As Bhunesh mentioned that users will have system admin rights.
if you want a particular login to have full access on particular db give that user\login db_owner rights.
January 25, 2013 at 7:06 am
Thanks Anthony,
Any solution?? Anyway to find what this causes??
January 23, 2013 at 5:52 am
Thanks Satish for the reply.
I have already gone through that and wont help in this situation.
We have SQL Server 2005 SP4
January 23, 2013 at 5:05 am
Bhuvnesh (1/21/2013)
Tara-1044200 (1/17/2013)
January 22, 2013 at 6:13 am
Perry Whittle (1/17/2013)
January 17, 2013 at 4:03 am
Thanks Suresh,
Drives are almost same.
The thing is we need to stop the services for moving files right?
January 17, 2013 at 3:28 am
Thanks Perry,
So first we have to run the ALTER database MODIFY FILE and then only we have to take database offline right?
January 17, 2013 at 3:27 am
Thanks Gail,
i used the command
ALTER DATABASE ABC MODIFY FILE ( NAME = ABC_log FILENAME = 'H:\Log\SQL8\ABC_log' )
January 17, 2013 at 3:22 am
Thanks Gail and Perry.
What i have to do now?? I followed http://msdn.microsoft.com/en-us/library/ms345483(v=sql.105).aspx this article which caused all this issues.. How can i move the .ldf file now to another drive??
January 17, 2013 at 3:11 am
winmansoft (1/16/2013)
So shrinking only log file will not increase the fragmentation?
Are you talking about index fragmentation??
If yes it happens only if you shrink data file or the whole DB
January 16, 2013 at 7:34 am
george sibbald (1/16/2013)
Ratheesh.K.Nair (1/15/2013)
January 16, 2013 at 6:00 am
Viewing 15 posts - 631 through 645 (of 1,366 total)