Viewing 15 posts - 106 through 120 (of 134 total)
I Just read an article n..
On windows server we just need to ENABLE WOW64. It is usually disabled, so we need to re-enable it. By, this it works.
March 15, 2012 at 8:40 am
Understood. Thank you for your information
March 9, 2012 at 11:00 am
Thank you Elliot. You got me a very good Information. Even I set the password using symmetric key method. But, you have got a good point of breaking up the...
March 8, 2012 at 4:26 pm
In order to protect against external threats. As you know it contains most of the PII data, I would like to apply some kind of encryption technique to the database....
March 8, 2012 at 12:41 pm
I would like to protect whole 'SQL Server Database' for security reasons.
March 8, 2012 at 11:14 am
I am still not so clear with your explanation. Can you please, explain which statement executes first in a step by step method. Thank you
March 7, 2012 at 12:07 pm
CONVERT(DECIMAL(9,5), --Executes 3RD
CONVERT(DECIMAL(18,5), SUM(PH1 + PH2 + PH3)) / - - Executes 1st
CONVERT(DECIMAL(18,5), COUNT(*)) -- Executes 2nd
)
ABOVE mentioned steps it...
March 6, 2012 at 12:57 pm
The datatype for Totalavg is 'Decimal' of prec 9 and scale 5. This I am using on a select statement. I just need is explanation of why multiple decimal...
March 6, 2012 at 12:30 pm
Yes, by adding clustered index onto column reduced the Fragmentation level. Thank you all for your support.
--Every Day is a Learning Day...:-)
January 30, 2012 at 2:42 pm
Yes exactly, created clustered index will usually provide some change. I will update, once i add clustered index.
January 30, 2012 at 8:15 am
The good thing what I noticed on my DB is it actually happening on most of temporary tables. But, for time being it can be ignored. But, if it...
January 29, 2012 at 7:08 pm
Understood. So how about if we have the following situations:
Index Type: Heap
Avg_Fragmentation_IN_Percent: 99
Page counts : 885
or
Index type: Clustered Index
Avg_Fragmentation_IN_Percent: 66
Page counts : 3.
If we have less page counts then do...
January 29, 2012 at 1:29 pm
Viewing 15 posts - 106 through 120 (of 134 total)