Viewing 15 posts - 28,621 through 28,635 (of 39,813 total)
I guess most people don't use it, but the replies seem to underscore my point. Most people posting haven't given a specific area where it has or hasn't worked. It...
May 13, 2008 at 7:13 am
The SP3 message slipped in there and this has been queued for awhile. It's been edited a few times since I wasn't really sure how to phrase things. SP3 is...
May 12, 2008 at 4:55 pm
Service Pack 3 is coming. It's slated for late this year, as soon as they get 2008 to RTM, lots of resources should move to test this patch.
May 12, 2008 at 11:31 am
mediasets, mediafamilies, etc. aren't used a log. I'd save backupdevices aren't used, but some people apparently like them. I always back up to disk.
May 12, 2008 at 11:30 am
You can pick the "See More" on the front page, with the scores as well to see the top xx on there. Not sure we have a list of who's...
May 12, 2008 at 11:29 am
Snapshot is essentially a backup. If you are already doing this, and copying to another server (and you should), grab it from there. This would allow multiple restores the same...
May 12, 2008 at 11:27 am
It's definitely personal preference, which is why I wanted to point that out with this book. I like case studies and walking through samples more than abstract code with step...
May 12, 2008 at 11:23 am
In a new or old table, the rows are not in order. There is no guarantee without an ORDER BY clause. I could alter the clustered index, not the data...
May 12, 2008 at 9:25 am
Primary reason to not do it? DR
If you have stored procedures in one place and data in another you have two separate systems to get back running if there's a...
May 12, 2008 at 9:24 am
If you can, memory is a great first step. Often it solves problems quickly. CPU might be next, or splitting out the data across disks. You'd have to look at...
May 12, 2008 at 9:21 am
Correct, you don't subquery inside the CASE.
However, if you have NULLs, then you can IFNULL( field, default value)
May 12, 2008 at 9:17 am
tempdb gets reused. If it's getting bigger and bigger either you have open transactions that won't clear (dbcc opentran) or the load is growing.
I never restart services unless we patch...
May 12, 2008 at 9:13 am
Don't use backup devices. Run each log backup to a new file so you can tell what the transaction size for that period of time (log backup -> log backup)...
May 12, 2008 at 9:08 am
Correct, it's cookie based. The forum code doesn't have this as a global setting, but we've passed along to InstantASP as a request.
May 12, 2008 at 9:06 am
Correct in that logins really need to be in both databases.
What I'd suggest is that you setup security in the databases separately as needed and then be sure when you...
May 12, 2008 at 9:03 am
Viewing 15 posts - 28,621 through 28,635 (of 39,813 total)