Viewing 14 posts - 61 through 74 (of 74 total)
A checkpoint is the process that transfers database pages from the buffer pool to the disk files. It happens whenever the buffer pool is so full of dirty pages that...
February 10, 2006 at 12:55 pm
According to Books Online and Inside SQL Server 2000, the Transaction Log is treated as a single large logical file. This is divided into a sequence of Virtual Log Files (VLFs),...
February 9, 2006 at 3:13 pm
Restore and recovery are two distinct operations. Here's an explanation.
During normal operations, any database (SQL Server, Oracle, DB/2,...) will have multiple concurrent users working and making changes to the database. In...
February 9, 2006 at 2:47 pm
Definitely not.
The point of the MinLSN is to handle large and long transactions. There may be many checkpoints that occur during these operations. There may also be checkpoints that occur...
February 9, 2006 at 12:14 pm
Also, the utility you're using has a connection open with SQL Server to a specific database (your default database if not otherwise specified). This can be enough to block SQL Server...
January 10, 2006 at 7:27 pm
I've done a fair amount of browsing around the web and books on the subject of "architect" within IT. Basically, there are so many different definitions and interpretations that the term is...
January 10, 2006 at 7:17 pm
I forget where I heard about this, and don't know if it applies to LCD or plasma displays:
The way a CRT produces an image with phosphors on the inside of...
January 10, 2006 at 6:49 pm
Here are a couple more:
I didn't say it was your fault. I said I was going to blame you.
I can't believe I padded my resume for this...
How does Marth Stewart...
January 9, 2006 at 4:58 pm
Don't teach a pig to whistle. Its a waste of your time, and annoys the pig.
If a cluttered desk is the sign of a cluttered mind, what does an empty...
January 6, 2006 at 12:43 pm
Some "brain cramps" can only be cured by a suitably embarrassing audience.
Best reason I know for always being polite about these things...
August 9, 2005 at 6:40 pm
A useful metaphor is a pilot's license; treating certifications like MCDBA, J2EE, UML, etc. in the same way makes a lot of sense. You get you basic pilot's license when...
April 21, 2005 at 10:33 am
FYI. This won't help much for dates in "mmddyyyy" format, but for dates in "yyyymmdd" format its faster and easier to use the CONVERT function. This has an optional third...
March 1, 2005 at 10:24 am
Case Sensitivity of SQL Server names -- This depends on the character sort order for the database. The default is a "dictionary" sort order which ignores case. You can see...
February 27, 2003 at 9:45 am
Some good comments. Here are mine. (your_value = Free_Advice * my_2_cents)
Table Name - singular or plural: Singular is commonly used, because the (real-world) entity is singular;...
February 26, 2003 at 9:16 pm
Viewing 14 posts - 61 through 74 (of 74 total)