Viewing 15 posts - 2,821 through 2,835 (of 4,745 total)
GilaMonster (3/8/2010)
george sibbald (3/8/2010)
does anyone else feel that way?:-DNot at all, whereever did you get that idea from? 😀 :hehe:
just popped into my head. Pretty sure it was an original...
---------------------------------------------------------------------
March 8, 2010 at 1:29 pm
CirquedeSQLeil (3/8/2010)
george sibbald (3/8/2010)
It really frustrates me when people post replies and repeat almost exactly what I said minutes or hours earlier
does anyone else feel...
---------------------------------------------------------------------
March 8, 2010 at 1:20 pm
You know, I was just thinking,
It really frustrates me when people post replies and repeat almost exactly what I said minutes or hours earlier
does anyone else feel that way?
😀
---------------------------------------------------------------------
March 8, 2010 at 1:12 pm
you can start logshipping going whilst db is in use.
all you are actually doing is taking log backups so it will have no affect on the application.
---------------------------------------------------------------------
March 8, 2010 at 1:04 pm
Lynn Pettis (3/6/2010)
No. I need that when I rdp into the server and run ssms there as well as for any processes that run local to the server.
exactly what...
---------------------------------------------------------------------
March 6, 2010 at 10:07 am
Oh, OK, I misunderstood, so shared memory wasn't disabled on the SQL server itself?
---------------------------------------------------------------------
March 6, 2010 at 9:48 am
Lynn,
is shared memory still disabled, that doesn't sound like a good idea for any local connections.
---------------------------------------------------------------------
March 6, 2010 at 9:25 am
CirquedeSQLeil (3/6/2010)
Jeff Moden (3/5/2010)
Grant Fritchey (3/3/2010)
I am not certified. Based on my current job, salary,...
---------------------------------------------------------------------
March 6, 2010 at 9:07 am
sys.dm_io_virtual_file_stats is really only telling how the io is spread between the database files so is not really a help here.
To see if you have an improvement you need to...
---------------------------------------------------------------------
March 6, 2010 at 4:02 am
Read only mode is exactly what it suggests, the database can only be read, no updates are allowed. SQL does not use locking algorithms when a databases is readonly so...
---------------------------------------------------------------------
March 4, 2010 at 3:46 pm
Enterprise edition is more scalable so its a question of whether you can leverage the extra power enterprise can give you, i.e. support for more processors and more RAM.
see
http://www.microsoft.com/windowsserver2008/en/us/2008-ent.aspx
---------------------------------------------------------------------
March 4, 2010 at 3:15 pm
if you want to bring a database online use 'restore database dbname with recovery'
the only way to put a database in norecovery is to run a restore with that option.
---------------------------------------------------------------------
March 4, 2010 at 4:47 am
hello again.
yes it will
---------------------------------------------------------------------
March 3, 2010 at 12:45 pm
JohnnyDBA (3/3/2010)
Is it possible to add a second transaction log file to a database?
yes, but logs are sequential write so unless you have run out of space on disk no...
---------------------------------------------------------------------
March 3, 2010 at 11:00 am
Viewing 15 posts - 2,821 through 2,835 (of 4,745 total)