Viewing 15 posts - 1 through 15 (of 39 total)
The configuration screens in SQL 2000 allow the secondary database to setup in Standby mode, which allows read-only access. If the secondary database is being accessed when the restore is...
March 25, 2004 at 5:57 am
Well, I've been looking for a reason and an opportunity to familiarize myself a little on DMO. This seems like a useful tool that I can employ on a current project, so...
March 17, 2004 at 8:12 am
I second the recommendation on using ANSI joins. It's much clearer.
However, it's important to remember that for outer joins the results may not be the same between...
December 17, 2003 at 8:17 am
I'm confused. How can someone have a fulltime job and a family life. My former boss would never allow such a distraction.
Larry...
December 17, 2003 at 7:48 am
syslogins used to be the table. I think it became a view on the sysxlogins table for SQL 2000, but maybe SQL 7.
Larry Ansley
Atlanta, GA
December 11, 2003 at 5:17 am
quote:
I've never actually done ANY IO tuning so extent size to me is irrelevant.
I'm...
December 2, 2003 at 5:05 am
quote:
As for Larry:If you answer before doing research, are you doing it after answering (wrong or right)?
November 26, 2003 at 6:03 am
Gee. What's the point of answering after you look it up? Everyone should get 100% that way. If there is a question I can't answer after research,...
November 25, 2003 at 6:28 pm
quote:
I think it is important to remember that the QOD has to be very simple in nature.I can not imagine...
November 24, 2003 at 2:03 pm
quote:
I think i misunderstand the clustered index!I have a table with the following structure
CREATE TABLE [Tb_Amz_UnitChange81] (
[Fd_Ucg_Term] [char] (8) ,
[Fd_Ucg_Regno] [int]...
November 24, 2003 at 10:38 am
quote:
If the data page at the new location is too full to accept the record, it must be spit.
November 21, 2003 at 1:00 pm
quote:
So... let me get this straight. No clustered indexes on tables that receive updates?
Not...
November 21, 2003 at 12:57 pm
quote:
What I wanted to say is that you cannot assume that the LAST_ORDER_DT column actually is going to contain the last date...
November 21, 2003 at 7:45 am
Oops! Kelvin said "non-clustered" index. You are right. A non-clustered index isn't always used, but this one may be selective enough to be used for a result...
November 21, 2003 at 6:18 am
Viewing 15 posts - 1 through 15 (of 39 total)