Viewing 15 posts - 1,756 through 1,770 (of 3,061 total)
_ms65g_ (7/13/2010)
And Do we must implement it with using DDL or we can implementing it at...
July 13, 2010 at 8:42 am
_ms65g_ (7/13/2010)
Why is the data integrity in database system very important?
As a DBA you are responsible for: Database integrity, Recoverability and Performance - data integrity is part of your job...
July 13, 2010 at 8:34 am
Allow me to propose an alternative point of view.
I'm particularly not a fan of logical deletes - on the long run logical deletes approach causes tons of issues mostly related...
July 13, 2010 at 8:27 am
If you are able to do it manually you are able to script/schedule it.
Just do your manual thing, script every step, create a job and schedule it.
It should be a...
July 13, 2010 at 8:19 am
azadsale (7/12/2010)
July 12, 2010 at 1:31 pm
Question #1 is... is the client looking to really use it as a single helpdesk application or just wants (because somebody had the brilliant idea) to put the two databases...
July 12, 2010 at 6:22 am
Arie Jones-435881 (7/1/2010)
July 11, 2010 at 8:14 am
GilaMonster (7/8/2010)
It sounds like you're talking about Oracle RAC, which has no equivalent in SQL Server.
Agreed. Exactly what I was thinking.
July 8, 2010 at 1:28 pm
In my experience different database names minimize the chances of expensive - some times catastrofic errors and mistakes happening because somebody got confused.
We do have a naming convention that clearly...
July 8, 2010 at 6:01 am
A query retrieving a unique row by PK should be a subsecond query don't matter if the table has 1 million or 1 billion rows.
Would you mind in tracing the...
July 7, 2010 at 3:38 pm
Abrar Ahmad_ (7/6/2010)
Do overhead of constraints is same for all CRUD Operations. Or there are some differences?
No doubt a select statement on a single table will show no overhead because...
July 7, 2010 at 2:48 pm
PugMaster (7/7/2010)
i.e if a new row is inserted into a dimension table as an updated version...
July 7, 2010 at 2:38 pm
8kb (7/6/2010)
You refer to this method as...
July 7, 2010 at 11:16 am
ps. (7/7/2010)
1. What structure should be best...
July 7, 2010 at 11:05 am
Abrar Ahmad_ (7/5/2010)
Do Foreign key constraint implementation is fatal in terms of performance
FKs certainly add overhead but I would refrain myself of saying that FK implementation is fatal in...
July 5, 2010 at 8:15 am
Viewing 15 posts - 1,756 through 1,770 (of 3,061 total)