Viewing 15 posts - 2,836 through 2,850 (of 4,745 total)
Restricted user - only users with dbo rights on database allowed
single user - only one connection allowed, first come, first served
March 3, 2010 at 10:53 am
The closest to what you seem to be asking for is the log backup, in that a restore of a log backup will restore changes made since whatever backup you...
March 3, 2010 at 6:55 am
I'll re-phrase the above I think, certs are evidence you can use to show you have put effort into your career
March 3, 2010 at 6:45 am
not this old chestnut again!
Of itself certification does not prove anything, but at least it shows some effort has been put in on your career, and HR and management tend...
March 3, 2010 at 6:42 am
before restoring a differential backup you must first restore a full backup with the norecovery option.
This is the only way to do it.
note: differential backups are cumulative, so if you...
March 3, 2010 at 6:38 am
congratulations 🙂
March 2, 2010 at 10:53 am
Even if you have changed the recovery mode of master to FULL, it will still be operating in simple mode. Master ignores recovery mode changes.
think about it, to restore a...
March 1, 2010 at 2:45 pm
there is the waittype column in sysprocesses or the dmv sys.dm_os_wait_stats
March 1, 2010 at 7:06 am
Our OS drive would be a local mirrored drive, the database drive either local or SAN raid 5. Important thing though is only one io controller each, so its 2...
February 27, 2010 at 4:52 pm
Just to note that using a GUID as a primary key might not be a good idea if the index is created as a clustered index due to the random...
February 27, 2010 at 1:18 pm
You have 6Gb worth of data, max 18 concurrent connections and 16GB memory. sounds like you will be accessing data more from memory than disk. I would raid the disks,...
February 27, 2010 at 11:16 am
you haven't said if you have updated your stats at least?
If you have moved a db from a sql2000 instance to a sql2008 instance on the same server the overall...
February 26, 2010 at 3:04 am
Neil, I think the important thing here is you get jobs set up to backup your database (full and log backups).
🙂
February 25, 2010 at 7:45 am
some good points Tim, and perhaps a timely reminder for anyone suffering from 'forum fatigue'.
there will of course always be people who cannot accept having their points clarified, let alone...
February 25, 2010 at 3:30 am
Viewing 15 posts - 2,836 through 2,850 (of 4,745 total)