Viewing 15 posts - 3,901 through 3,915 (of 4,745 total)
is the 15GB log growth the size of the physical log or actual space used, you should use dbcc sqlperf(logspace) to tell you how much actual logspace is used...
February 7, 2009 at 2:32 pm
look for evidence log backups or log truncations are happening outside of your logshipping set up. All backups are recorded in the errorlog to so look through that around the...
February 6, 2009 at 3:17 pm
JoeA (2/6/2009)
Nope, it was for Mr. Icocks, who said his key combo didn't work in SSMS 2008 🙂
:blush:
February 6, 2009 at 8:21 am
JoeA (2/6/2009)
I had this issue with a similar key sequence where an HP diagnostic (or update manager?) was catching...
February 6, 2009 at 8:09 am
have you tried - sp_help_jobactivity @job_name = 'name of your job'
- one of a series in how to skin a cat
February 6, 2009 at 8:03 am
track down the spid the job is running under using sp_who2 or activity monitor. Check the login_time and last_batch time from master.sysprocesses table.
February 6, 2009 at 7:15 am
Andy Lennon (2/6/2009)
just think "Mmmm templates"
that'll work! cheers andy.
February 6, 2009 at 7:05 am
A useful feature I'd forgotten all about, thanks. Now how am i going to remember ctrl-shift-m?
February 6, 2009 at 6:45 am
if you only have 2gb memory on the server no point configuring it to use AWE
the patch you mention is SP4 but for MSDE, this is not what you want...
February 6, 2009 at 4:01 am
what Ed just said, seconded.
with the addition of place the system dbs where you want them as part of the install process, then you don't have to worry about the...
February 5, 2009 at 4:45 am
Omprakash K Deshpande (2/5/2009)
Hi All,Now we can move resource database also. Please refer the link below in MSDN.
http://msdn.microsoft.com/en-us/library/ms345408(SQL.90).aspx
thanks
that tells you HOW to do it, but we still recommend you don't,...
February 5, 2009 at 2:38 am
chris.powell (2/4/2009)
Drop the table name and then stop/start SQL Server
why?
February 4, 2009 at 8:59 am
cheers Ed. Thanks for the clarification. I was wondering about naming convention because all references to copying CDs I found referred to calling the folders servers and tools, and I...
February 4, 2009 at 5:28 am
Hey Ed, thought you would turn up here eventually.................on the subject of system dbs and installs I would be interested in your views on this (my last post in thread).....
er.....hyperlink...
February 4, 2009 at 3:54 am
Jen Hutchinson (2/3/2009)
February 3, 2009 at 1:42 pm
Viewing 15 posts - 3,901 through 3,915 (of 4,745 total)