Viewing 15 posts - 16 through 30 (of 36 total)
MasterDB (1/18/2012)
Thanks a lot for quick response.Autoclose option is set to false.Now i started profiler to check.
I can't find any thing from SQL ErrorLogs.
I'm a little confused, you said the...
January 18, 2012 at 5:07 am
GilaMonster (1/18/2012)
Detailed shows you all the levels of...
January 18, 2012 at 4:36 am
Firstly I think you should be automating your CHECKDB.
Secondly, if you saying it's not in the log but your query say's it has been run then that's odd.
The way I...
January 18, 2012 at 4:31 am
I shall find out now and let you know.
Thanks,
Nic
January 11, 2012 at 5:13 am
I knew I forgot something, the log buffer.
Thanks for clearing that up for me Gail, we were talking about CHECKPOINT and I got myself confused (again).
Enjoy the new year.
Nic
December 30, 2011 at 4:22 am
Cracked it, I was being silly, the DBCC dbinfo() command takes the dbname, so I can just pass it in to that.
Problem solved.
Regards,
Nic
December 21, 2011 at 3:43 am
My final issue now is getting it to run on a specific database, rather than just on the master db.
SELECT *
FROM OPENROWSET('SQLNCLI', 'Server=SERVERNAME;Trusted_Connection=yes;',
...
December 21, 2011 at 3:14 am
Think I may have resolved it, bit more research and it turns out the below works;
'SET NOCOUNT ON; SET FMTONLY OFF; exec (''dbcc dbinfo() WITH TABLERESULTS'')')
It's the FTMONLY OFF which...
December 21, 2011 at 2:47 am
Great question.
Got it wrong as I did not fully read the INSERT statement.
Still, it's ok, the lesson learnt today is, always read the question properly, even on a Monday morning....
December 19, 2011 at 2:51 am
I've spent a few hours, before I noticed the bug.
It may just be me, but I wouldn't class this a bug, if that's what are you are saying, the AS...
November 29, 2011 at 2:53 am
Thanks for the question Steve.
It was one of those nice ones where I knew the answer, but thought, hmmm, is there a trick to this.
Made me think a little, but...
October 13, 2011 at 9:56 am
Grant Fritchey (9/29/2011)
September 29, 2011 at 6:03 am
Thanks Gail, that makes a lot more sense now.
Nic
September 27, 2011 at 10:01 am
Viewing 15 posts - 16 through 30 (of 36 total)