Viewing 15 posts - 4,246 through 4,260 (of 4,745 total)
Steve, thanks for the feedback. I only asked because I had a prius as a loan car for a month, and I hated it, there was no sense of 'involvement'...
July 30, 2008 at 9:21 am
Dugi (7/30/2008)
the same post herehttp://www.sqlservercentral.com/Forums/Topic542536-146-1.aspx#bm542562
plz mods merge it!
aaah....thats annoying................
July 30, 2008 at 7:30 am
Suresh B. (7/30/2008)
5GB is not that big.It is recommended to keep .mdf and .ldf on separate drives.
Suresh is correct. 5Gb is not big so no need to start splitting out...
July 30, 2008 at 3:47 am
Steve, as someone who obviously likes cars, and even owns a 911 (and survived), do you actually enjoy driving the Prius?
July 30, 2008 at 3:36 am
Trader Sam (7/29/2008)
Timothy (7/29/2008)
...showed a graph of automobile fuel economy in different countries; the U.S. was dead last by a long shot.
Yes, but where else in the world can...
July 29, 2008 at 3:32 pm
if its a VLDB you can backup at the filegroup level.
I this ia for an exam question do yourself a favour and google filegroups, plus check out BOL and MSDN
July 29, 2008 at 2:55 pm
got to agree it is worth keeping at least two backups on disk, especially as if you have to recover a database its always possible it is required to recover...
July 29, 2008 at 2:43 pm
which reminds me, any columns SQL generates statistics on (_WA_sys*) are possibly candidates for indexes as the optimiser has obviously decided it needs info on those columns.
July 29, 2008 at 9:22 am
if you only want one day then yes make retemtion period 23 hours or less depending on how long backup takes. time recorded on .bak file is when it completes,...
July 28, 2008 at 3:08 pm
since you mention SQLAgent I dont think that should affect the group in the event of it stopping as SQLAgent is not critical to an app functioning so why have...
July 28, 2008 at 6:52 am
what Perry and Terry (great name for a double act) are saying is with 64 bit SQL you should set max memory of sql server to about 2Gb less than...
July 28, 2008 at 6:46 am
if you want to ascertain which backups have failed why are you querying the master database, surely you want to query msdb anyway. (you won't harm that either)
July 28, 2008 at 6:41 am
Also....could be useful to post your table definition.
Is the date column defined as a datetime and are you entering a time as well as a date, or just 00:00:00 for...
July 27, 2008 at 3:19 pm
this date field would not be a good candidate for the clustered index, or any other index, because it is not very selective, with only 7 distinct dates each value...
July 27, 2008 at 3:00 pm
Viewing 15 posts - 4,246 through 4,260 (of 4,745 total)