Viewing 15 posts - 166 through 180 (of 349 total)
SQL Server 2000 - During a full backup, all committed transaction are included in the backup as of the conclusion of the backup. Example:
7:00pm - Full backup Starts
7:14pm - insert...
September 7, 2005 at 9:35 am
The other side (Disclaimer, I'm not married)
SELECT 'Married?' =
CASE
WHEN Married IS NULL THEN 'Ambiguous'
WHEN Married = 'NO' THEN MAX [Free Time]
WHEN Married = 'YES' THEN .5*(Disposable income)
END
FROM...
September 7, 2005 at 6:48 am
We use LiteSpeed and i couldn't be happier with it. It works great, turns a 47GB backup into a 14Gb file and takes a lot less time to perform the...
September 7, 2005 at 6:30 am
I don't see Access in your original post. It sounds like an MSDE error. Sorry I can't help any more. Sounds like you need to contact Interland.
September 6, 2005 at 2:28 pm
The Event Log on either (or both) Windows servers should have one or more entries that will describe what was going on to cause the failover. Check the Event Viewer....
September 1, 2005 at 12:36 pm
Yes, it will wait until the FULL is finished before starting the transaction log. From Books Online:
The transaction log cannot be backed up during a Full database backup or...
August 31, 2005 at 1:23 pm
Also, if you know in advance, you can create the table in its own filegroup, then do a filegroup restore when needed.
SQL LiteSpeed can do a table restore of...
August 31, 2005 at 1:17 pm
There's a chart of which data types are converted implicitly, which require explicit conversion, and which are not allowed in Books Online. Look for Cast and Convert.
August 31, 2005 at 1:14 pm
I always stop and start the clustered SQL servers (virtual servers) in Cluster Admin.
August 31, 2005 at 10:41 am
I think that a lot of the reasoning stems from the fact that AD is a JET based database (IIRC) and Jet and SQL Server don't play too well on...
August 26, 2005 at 9:31 am
Inside SQL Server 2000 by Kalen Delaney and The Guru's Guide to SQL Server Architecture and Internals by Ken Henderson are probably all you'll find discussing internals. There may be...
August 25, 2005 at 7:09 am
As to the holier than thou...
I don't know. We're talking about BASIC background knowledge necessary to do your job. Now, depending on your specialization, I can understand not knowing one...
August 18, 2005 at 9:24 am
That's a case where I would follow up and ask them about it. From my experience, they're probably an old hand who has worked with much older database systems that...
August 18, 2005 at 8:43 am
joshcsmith13, I hope you're joking, because otherwise you need to google SEQUEL and find out about the history of Structured English QUEry...
August 18, 2005 at 8:30 am
Viewing 15 posts - 166 through 180 (of 349 total)