Viewing 15 posts - 631 through 645 (of 832 total)
This is one of those things that's fine to start off with, but if everyone started installing stuff in non-default locations then the virus writers would very quickly realise that...
November 22, 2010 at 2:11 am
Interesting point there, vk-kirov. I guess that means that the default type for NULL is int--but in that case, there's not really any such thing as an "untyped NULL" and...
November 12, 2010 at 2:54 am
It might be because you're on a 64-bit system and it's a 32-bit DLL--don't have any direct experience with the DLL in question, though. Although, haven't Microsoft said that support...
November 10, 2010 at 4:20 am
RD Francis (11/9/2010)
The problem I run into is that DBCC SHRINKFILE on Log files doesn't seem to work in a particularly straightforward fashion. As often as not, I ask...
November 10, 2010 at 12:35 am
sjimmo (11/9/2010)
A checkpoint occurs regularly in SQL Server, regardless of the recovery mode.
.
.
.
Additionally, you can read more in BOL or at http://msdn.microsoft.com/en-us/library/ccdfc689-ad4e-44c0-83f7-0f2cfcfb6406.aspx as well as many other web sites on...
November 9, 2010 at 7:54 am
GilaMonster (11/9/2010)
paul.knibbs (11/9/2010)
and make sure you have regular backups so they don't keep growing out of control.
Log backups are not necessary (and won't run) in simple recovery, which George indicated...
November 9, 2010 at 7:29 am
I would just stop shrinking them for the moment, and make sure you have regular backups so they don't keep growing out of control.
November 9, 2010 at 4:51 am
george25 (11/9/2010)
November 9, 2010 at 4:32 am
Hugo Kornelis (11/9/2010)
I was wondering about the inclusion of the "none of the above" option. Was this just a joke from the question author, or will people actually choose this...
November 9, 2010 at 1:48 am
Joshua T. Lewis-378876 (11/9/2010)
Simon,Just as an FYI, Microsoft has depreciated the TRUNCATE_ONLY option in SQL 2008, and you have to use a different option in the BACKUP LOG command:
He didn't...
November 9, 2010 at 1:44 am
honza.mf (11/5/2010)
Problem is in yyyy/dd/mm against yyyy/mm/dd. And...
November 5, 2010 at 7:06 am
I knew when I saw it that this question was going to rely on a particular date format being the default...surely that sort of thing should be checked before they're...
November 5, 2010 at 3:45 am
We have a log shipping job that runs every 15 minutes, and while the job itself didn't seem to be affected by the change of time, the alerts associated with...
November 3, 2010 at 4:51 am
What user account is the actual SQL Server service running under on the machine that works compared to the machine that doesn't?
November 3, 2010 at 4:34 am
Thinking about it, you probably only need the Browser service running if you have multiple SQL instances on the same machine. Still, glad you've got it going!
November 1, 2010 at 7:03 am
Viewing 15 posts - 631 through 645 (of 832 total)