Viewing 15 posts - 151 through 165 (of 243 total)
ananthbhaskar (3/17/2010)
March 18, 2010 at 8:13 am
Saravanan T (1/27/2010)
How to check it???? Can elaborate on it????
Are you using the ramco erp product ?
January 27, 2010 at 2:38 am
CirquedeSQLeil (1/23/2010)
It looks like you might have a corrupted registry string.Check the following:
i coud not resovle this issue by using the link which you have mentioned above. can you tell...
January 27, 2010 at 12:28 am
Saravanan T (1/26/2010)
Isolation level of my database is "Read Committed Snapshot". A deadlock as occurred , but it is showing the isolation level as "Serializable"....
January 27, 2010 at 12:22 am
Perry Whittle (1/25/2010)
are you copying and pasting the text from this site to the command prompt?if not, can you post the exact command you are using?
i have tried the same...
January 26, 2010 at 7:00 am
Mani Singh (7/13/2008)
Try this solution:Goto Start-RUN-CMD (command Prompt)then run this command. whatever the path of your SQL Binaries....
C:\Program Files\Microsoft SQL Server\90\Shared>mofcomp "C:\Program Files\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof"
hi.. i am also having the...
January 25, 2010 at 10:04 am
Lynn Pettis (1/19/2010)
Ramji29 (1/19/2010)
USE master
EXEC sp_configure 'show advanced option', '1'
go
RECONFIGURE WITH OVERRIDE
go
EXEC sp_configure 'allow updates', '1'
go
RECONFIGURE WITH OVERRIDE
go
--Now update the table u wanna update
begin tran
update master.sys.sysdatabases set status =...
January 21, 2010 at 7:18 am
george sibbald (1/10/2010)
on primary move log backups out of logshipping directory to another directory
on secondary delete log backups from log shipping directory
on primary take full backup (ensure...
January 11, 2010 at 8:56 am
Are you getting error messages while starting the sql server services manually ?
January 10, 2010 at 10:34 am
george sibbald (1/10/2010)
January 10, 2010 at 10:20 am
Jack Corbett (1/4/2010)
January 4, 2010 at 8:45 am
tosscrosby-60625 (1/4/2010)
Restore from a vaild backup, provided you have one?
No .... i do not have back up of the database.
January 4, 2010 at 8:05 am
Grant Fritchey (12/30/2009)
Shut down the server, muck with the file using an editor as Steve said, restart the server. Tada. Totally hosed database.
thanks .. data base file has corrupted successfully...
December 31, 2009 at 8:46 am
Steve Jones - Editor (12/30/2009)
Do you mean make a corrupt mdf on purpose?Use a hex editor to scribble on some random part of the file.
Yes.. ok will try and update...
December 30, 2009 at 10:30 am
Viewing 15 posts - 151 through 165 (of 243 total)