Viewing 15 posts - 1 through 15 (of 23 total)
sqlservercentral-622386 (9/15/2011)
September 15, 2011 at 11:58 am
Thanks, after reading up on READ COMMITTED I ran into the table hints READPAST and UPDLOCK. Based on BOL it sounds like these hints were created for "work queue" scenarios...
September 14, 2010 at 2:32 pm
skjoldtc (11/19/2008)
The idea of having the voter receive a paper receipt of their choices is bad. Fake copies will proliferate making the problem worse.
If you're referring to the comment by...
November 19, 2008 at 7:24 am
Nice article! A suggestion to improve readability. If you have a table valued function which can split a delimited string then you could do the following at the top of...
October 22, 2008 at 6:49 am
That seems to work. All the same tests work after making that change and removing my workaround.
October 15, 2008 at 4:35 pm
Yes, I meant to say the problem was with the parser. I tried words ending in OR like "Victor" and it seems to work fine.
October 15, 2008 at 10:03 am
Very cool. It's exactly what I needed. I'm implementing a search and didn't want users to have to learn FTS syntax. Thanks for your work.
I'm running into a problem with...
October 15, 2008 at 9:51 am
Adam Machanic (9/23/2008)
Grant Fritchey (9/23/2008)
While our team has chosen nHibernate and not Entity Framework ...
Just keep thanking your lucky stars that they didn't choose EF... Here's a thread someone sent...
September 23, 2008 at 10:04 am
Indeed. Please vote here to get this fixed:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=363290
Thanks, I tried reporting this last November when it was released, but I didn't know how to report an issue. I tried...
September 19, 2008 at 1:51 pm
David Reed (9/19/2008)
Adam Machanic (9/19/2008)
developmentalmadness (9/19/2008)
September 19, 2008 at 1:36 pm
I am a developer, but I have also worked as a dba (eg. you're good at coding SQL - the database is yours) on a high traffic site (1.2 million...
September 19, 2008 at 8:30 am
GSquared (6/18/2008)
June 18, 2008 at 9:37 am
For 7 years I was a salaried employee, I worked no less than 9-10 hours a day for a small company that was growing. During the birth of my third...
June 13, 2008 at 8:59 am
First off, I thought the QotD was great. I've read about this attack, but hadn't yet seen an example of how it was executed.
scott (6/9/2008)
June 9, 2008 at 8:54 am
James Goodwin (5/20/2008)
What is occuring is an automatic type conversion. If I do this:
Declare @Tmp datetime
set
May 20, 2008 at 2:26 pm
Viewing 15 posts - 1 through 15 (of 23 total)