Viewing 15 posts - 1 through 15 (of 42 total)
Thanks,
Basically I wanted to run a ad hoc query which contains encryption key for accessing the database objects.
As my database objects are encrypted, I don't have access...
January 8, 2010 at 9:25 pm
Thanks Lowell,
Our company is a product development company, we have a product through which online assessments can be conducted. We have two kinds of hosting.
We will distribute our application...
January 3, 2010 at 9:08 pm
Thanks Paul,
In our database there are around 3,000 procedures and as we are deploying our application in multiple location, we need some sort of encryption for our...
November 24, 2009 at 3:39 am
Through DBCC ShowContig I checked the logical fragmentation and also using DMV query to measure the index fragmentation.
Database load is around 150 to 200 users.
As I see there are no...
September 29, 2009 at 10:04 pm
this is the time and io statistics
Table 'ScheduleUser'. Scan count 0, logical reads 3, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead...
August 31, 2009 at 5:35 am
Hi,
This is the update statement
----------------------
UPDATE results SET score = T.Score,
attempted = 1,
AnswerCorrect = T.Answercorrect
FROM results R with(nolock) ...
August 31, 2009 at 5:04 am
Retention period will be 2 months.
Selection of records is little bit slower, but this can be overcome by having one denormalized table.
and here is the execution plan
August 31, 2009 at 4:36 am
One more thing I would like to add...
There will be one new test for one week.
Tests will be conducted throughout the week.
August 31, 2009 at 4:06 am
Thanks Gail,
Ours is a online assessment application where students will take tests everyday.
Suppose there are 100 questions in one test, then 100 records will get inserted to the mentioned table.
Table...
August 31, 2009 at 4:03 am
Thanks Gail,
There are couple of indexes which will boost query performance.
But daily there will be upto two million records insertion. This will become huge in couple of weeks.
August 31, 2009 at 2:13 am
Thank you all for your feedback....
I will work on it with your suggestions keeping in mind....
August 6, 2009 at 9:28 pm
Gail I have one more query for you...
I have created a non clustered index for these to columns... will there be any impact on the size of the column... because...
August 6, 2009 at 3:05 am
Thanks for the reply....
I will update on this once it is done...
August 6, 2009 at 12:31 am
Viewing 15 posts - 1 through 15 (of 42 total)