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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Error in the log -urgent

Author  Topic 

gurusamy.senthil
Yak Posting Veteran

65 Posts

Posted - 2007-03-07 : 10:31:44
Please find the below link which contains the error message that I received in the log file yesterday.

http://imageshack.us/slideshow/index.php?url=http://img185.imageshack.us/img185/4532/errorfl1.png&optsize=320x240&action=transload

Can anyone tell me what is the cause for this error in sql?

X002548
Not Just a Number

15586 Posts

Posted - 2007-03-07 : 11:58:05
why don't you just tell us what the error is? The link doesn't work...and what the error is from


Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page

pareshmotiwala
Constraint Violating Yak Guru

323 Posts

Posted - 2007-03-07 : 14:53:50
hmmmmmmmmmm.
Senthill, I could see the image, but not sure what error you are referring to....

X002548: this is the text of the error:

Select CONVERT(CHAR(30).sc.name),sc.type,sc.usertype,sc.length,sc.status from syscolumns sc where sc.id=object_id('cpassword')

[Kill Process][Refresh][close]
Go to Top of Page

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2007-03-08 : 15:18:12
it appears to be info from dbcc inputbuffer but invoked from the ssms

but what is the error? did you get a lock or something?

--------------------
keeping it simple...
Go to Top of Page
   

- Advertisement -