Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
esambath
Yak Posting Veteran
89 Posts |
Posted - 2009-01-31 : 10:10:59
|
| Hi guys,Please help this I am facing a strange problem theses days with my database.Like, the database is currently saved in English Language ant display by the UI is as iddto "" a"aa"a"ldtrlimrtldimtimtimtimttimtmitimttimtimttimtimtimtimtimtimtimtmitimtimtmitmitimtimtmtimtimtimtimtimtmitmita"a"a"RegardsSambath Kumar |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-31 : 10:14:37
|
| didnt get that. you mean junk characters? looks like a data corruption attack |
 |
|
|
esambath
Yak Posting Veteran
89 Posts |
Posted - 2009-01-31 : 10:36:57
|
quote: Originally posted by visakh16 didnt get that. you mean junk characters? looks like a data corruption attack
Hi visakh16Thank you for your Replyyes the datas corruption.could you please tell me the problem and how to they solve the problemplease tell meRegardsSambath Kumar |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-01-31 : 13:22:20
|
| it seems like some sql injection attack has happened and somebody has run code to corrupt data. do you have a latest backup of db from which you could restore the db? |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-01-31 : 15:32:07
|
Run this and post in Database Corruption topic if you have.DBCC CHECKDB (< Database Name > ) WITH NO_INFOMSGS, ALL_ERRORMSGS |
 |
|
|
|
|
|