create table #readerrorlog (LogDate datetime,ProcessInfo varchar(100),TextData varchar(max))
insert into #readerrorlog exec sp_readerrorlog
select * from #readerrorlog
drop table #readerrorlog
Paresh Prajapati
12:06 AM
Towards the innovative SQL ideas
Subscribe to our newsletter to get the latest updates to your inbox. ;-)
Your email address is safe with us!