Viewing 9 posts - 1 through 9 (of 9 total)
There are many ways to handle the concurrancy issues, following are few tips to start with :
1. If you are concerned about dirty reads, you could use snapshot isolation to...
November 16, 2010 at 1:45 am
one more useful link
http://sqlservercode.blogspot.com/2006/01/use-xpcmdshell-to-get-all-file-names.html
December 16, 2009 at 2:21 am
winslet (11/26/2009)
this table has the column page path, this column navigates the application for the required selection on the page. Not for all the users - the...
November 26, 2009 at 3:57 am
Table structure you have given is not normalized. Try to satisfy the normalization principles in the table design. Best solution would be to denormalize the table.
For the output you...
November 26, 2009 at 3:04 am
You could also try Aqua Data Studio
November 12, 2009 at 6:35 am
Since you are using LEFT JOIN on C,D,E,F, we are under the impression that table A and B has some records which may or may not be there in C,...
November 12, 2009 at 5:05 am
I doubt the error is from the column varchar(max) -- ntext conversion.
Can you also confirm error is coming from update statement.
Can you check the column definition of bbcode_bitfield and bbcode_uid...
November 12, 2009 at 3:23 am
If possible can you provide the function definition (with just input and output values), so that we could confirm.
November 6, 2009 at 7:00 am
Can you confirm if the function dbo.GetStudentAttempt is scalar or table valued?
If it is table valued function, there is a possibility that you get more than one row in the...
November 6, 2009 at 4:48 am
Viewing 9 posts - 1 through 9 (of 9 total)