Viewing 15 posts - 406 through 420 (of 602 total)
Remove them from the create table and alter the table as below:
Alter table dbo.tblRentalContract add
Constraint C1 check (ReturnDateTime > PickupDateTime),
Constraint C2 check (ReturnOdometer>PickupOdometer)
See the topic "constraints, overview" in BOL for...
February 21, 2006 at 7:57 am
You should be able to remove all of the registered servers from the client machines by editing the registry on each machine. Then you can set permissions on the appropriate...
February 20, 2006 at 11:23 am
Actually the answer is the only correct answer. It can set the victim, given the right circumstances. Or perhaps a lack of the wrong circumstances.
The answer flies, but just barely. ...
February 20, 2006 at 10:57 am
SQLBill...
By "Fun for All", I meant "Fun for Me and at least SQLBill". Looks like you and I got bit by the same BENT bug.
jg
February 17, 2006 at 9:12 am
I'm using Veritas NetBackup 4.5GA MP6 for SQL backups. It works just fine. It is tricky to configure backups just right, but once they're on tape, I have never had...
February 17, 2006 at 9:09 am
It's not so bad to forget the where clause, as long as you forget the commit.
jg
February 13, 2006 at 7:03 am
Open REGEDT32 and list out the permissions on the key (under HKLM/Software/ODBC/ODBC.INI) that matches the DSN that doesn't show up in the system DSN dialog box.
Compare that list with the permissions for one of the DSN...
February 9, 2006 at 8:33 am
the procedure that I use is quite simple:
Go into EM, right-click the database and select properties.
Click the Transaction Log tab.
Select the secondary file. Press the Delete button.
Accept the confirmation.
You're done.
February 9, 2006 at 8:07 am
Hello,
I think I've seen this one. Good thing you mentioned Crystal, because that made me remember.
Installing Crystal Reports v8 breaks your computer, but there is a fix:
http://support.businessobjects.com/library/kbase/articles/c2007581.asp
You can either d/l their...
February 8, 2006 at 8:07 am
And I do mean "In the list of performance objects". :o)
February 6, 2006 at 12:27 pm
Hello,
In the list of counters, there should be a SQLSERVERNAME:Buffer Manager object. The PLE counter is in there.
Jeff
February 6, 2006 at 12:26 pm
Jan,
can you tell us if you are using mirroring? You mention 3 drives, which sounds like you are using striping.
If you are mirroring, then the other drive should have a...
February 3, 2006 at 11:58 am
Hello,
I would look at the Page Life Expectancy counter. If it stays above 300, then you don't need more memory. If it drops below 300, then you do.
And that buffer...
February 3, 2006 at 8:35 am
I wish you luck. I remember seeing exactly that: DNS lookups, even internal ones, didn't work when the Internet connection was down, due to a misconfiguration.
February 2, 2006 at 1:08 pm
Viewing 15 posts - 406 through 420 (of 602 total)