Viewing 15 posts - 3,511 through 3,525 (of 6,036 total)
RD, does your application begin a transaction when user starts editing the cell?
October 2, 2007 at 4:37 pm
One thing I can say for sure:
if the system requires 140 million rows downloads every week just to check if there are any changes then it was designed mindlessly.
October 2, 2007 at 2:55 pm
Index is not a magic wand.
Sometimes quality of design and queries is important as well.
😎
October 2, 2007 at 2:39 pm
Would you mind to open Book on Line and read about aggregate system functions?
COUNT, SUM, etc.
October 2, 2007 at 4:54 am
Then use double quotes instead of brackets..
October 2, 2007 at 4:29 am
Try to remove brackets from the script.
October 2, 2007 at 3:52 am
It's probably the code of your trigger.
Can you post it here?
October 1, 2007 at 6:46 pm
You can simply show by which column(s) to order:
ORDER BY 1
- orders by 1st column in returning recordset;
ORDER BY 2, 3
- orders by 2nd, them 3rd column in recordset
ORDER BY...
October 1, 2007 at 2:54 pm
This must be divided into tables:
cn
instanceType
nTSecurityDescriptor
- Instance
objectCategory
objectClass
objectSid
- Object
sAMAccountName
accountExpires
accountNameHistory
aCSPolicyName
- Account
adminCount
adminDescription
adminDisplayName
allowedAttributes
allowedAttributesEffective
allowedChildClasses
allowedChildClassesEffective
- AccountAdmin (not sure, names are not clear)
altSecurityIdentities
assistant
badPasswordTime
badPwdCount
- AccountSecurity
bridgeheadServerListBL
c
canonicalName
catalogs
co
codePage
- ???
etc.
I see at least 15 tables here.
But I can only guess here, without...
October 1, 2007 at 2:05 pm
halifaxdal,
There is no smart way to deal with stupid design.
255 columns in a table is a clear sign of stupid design.
This thing must be fixed first.
October 1, 2007 at 1:15 pm
{F1} on your keyboard.
September 30, 2007 at 10:42 pm
You know, it's not the company I want to be surrounded with.
:hehe:
September 30, 2007 at 6:30 pm
Ninja's_RGR'us (9/30/2007)
You should send those in for the QOTD.Can't wait to see the stats on those questions.
I stopped participating in QOTD when is became completely "out of BOL" quiz.
September 30, 2007 at 4:31 pm
Viewing 15 posts - 3,511 through 3,525 (of 6,036 total)