Viewing 15 posts - 301 through 315 (of 327 total)
Brian.cs (12/29/2011)
RCSI really puts SQL Server running in a similar mode to what Oracle does by default, which is really what all robust modern RDBMS platforms should support. Locking by...
December 29, 2011 at 11:02 am
Gianluca Sartori (12/28/2011)
With RCS enabled writers don't block readers. Is this the kind of concurrency issue you're trying to address?
As far as the dangers is concerned, you could read...
December 29, 2011 at 9:10 am
Joe Johnson-482549 (12/28/2011)
December 28, 2011 at 9:20 am
I had a stored procedure once that updated plenty of tables that would have created a mess when executed concurrently by different users / processes.
So I encased the entire procedure...
December 21, 2011 at 9:03 am
lrutkowski (12/20/2011)
December 21, 2011 at 8:17 am
Jeff Moden (11/27/2011)
...There should only be one an only one column in common between the two and that should be the SalesOrderID...
In my experience, SQL Server doesn't enforce unique column...
November 28, 2011 at 9:27 am
opc.three (10/25/2011)
patrickmcginnis59 (10/25/2011)
opc.three (10/25/2011)
60.47% of responses were I do too. There are so many different ways to...
October 25, 2011 at 9:46 am
opc.three (10/25/2011)
60.47% of responses were I do too. There are so many different ways to get things...
October 25, 2011 at 8:35 am
opc.three (10/24/2011)
patrickmcginnis59 (10/24/2011)
October 24, 2011 at 6:27 pm
This discussion is pretty good except that I'm not really understanding the actual attack surface issue itself. The closest I could find on the web is that an attacker could...
October 24, 2011 at 12:57 pm
I've done this with the dreaded xp_cmdshell driving putty's ssh and scp, putty is so good at running unix shell scripts and copying files, I've pretty much decided that samba...
October 24, 2011 at 7:03 am
Mad-Dog (10/18/2011)
how i can write a case statement or any other solution from this example that will show me only one row from colb if colb are the same?
THX
create table...
October 18, 2011 at 12:17 pm
Often I'll test the criteria with a select statement before running an update statement with the same criteria. Obviously done outside of a transaction this isn't foolproof as other updates...
October 18, 2011 at 6:45 am
Well I'm sorry, it seems you actually did discuss the quote. So my apologies for that.
Evil Kraig F (10/13/2011)
VBA has much better syntax and a more sophisticated parser. T-SQL's main...
October 13, 2011 at 7:54 pm
Evil Kraig F (10/13/2011)
patrickmcginnis59 (10/13/2011)
Not sure what a thread abduction is. Ready to learn though!
Must admit, that's kind of funny, considering your later comment about things being common on the...
October 13, 2011 at 7:15 pm
Viewing 15 posts - 301 through 315 (of 327 total)