Viewing 15 posts - 511 through 525 (of 1,366 total)
Hi Experts,
Below are the original design and modifications recommended by us. Do i need to add anything or did i miss anything?
--Original Table design
CREATE TABLE ASC
(
[ASCID] UNIQUEIDENTIFIER NOT NULL,
[MuthalID] ...
July 8, 2014 at 7:23 am
ChrisM@Work (7/4/2014)
SELECT
urpx.RoleID
FROM [DBA].dbo.URPX
INNER JOIN [DBA].dbo.URX
ON urpx.RoleID = urx.RoleID
LEFT OUTER JOIN (
SELECT
urx.RoleID,
urx.UserID
FROM [DBA].dbo.URX
INNER...
July 4, 2014 at 7:52 am
Bill Talada (7/2/2014)
Set your own standards and stick to them.
Thanks a lot Bill for that crisp and clear steps to be taken care. Thanks Again
July 4, 2014 at 4:04 am
Thanks Gail,
I have read that and its mentioned like someone have to manually give that. I dont think someone will call that from application.
Is there any other possibility??
July 3, 2014 at 2:24 am
Hyperthreading is OS option and you can enable\disable it from BIOS.
In sql server you can set processor affinity,IO affinity ,worker threads etc.
June 29, 2014 at 2:51 am
Thanks Hanshi,
I didnt find any to script out the current mail profiles & Accounts
June 25, 2014 at 4:29 am
Viewing 15 posts - 511 through 525 (of 1,366 total)