Viewing 15 posts - 211 through 225 (of 230 total)
I realized there was probably a 50% risk of getting it wrong which I did. :crying:
Interestingly in BOL it wasn't specified whether assigning a new identifier with NEW_BROKER actually enabled...
October 26, 2010 at 6:39 am
Good question!
Maybe I shouldn't admit it, but Activity Monitor is something I had completely missed. DOH!
October 20, 2010 at 4:05 am
Hugo Kornelis (10/13/2010)
October 13, 2010 at 4:21 am
MHilsher (9/24/2010)
I've got some similar situations in a database that I'm working with and found that the alternative seems to be just as bad. We've created functions to get...
September 24, 2010 at 9:22 am
jeff.mason (9/24/2010)
September 24, 2010 at 7:45 am
sjimmo (9/24/2010)
Hugo Kornelis (9/24/2010)
--------------------------------------------------------------------------------
if the table is used in replication, ..., SQL Server requires that a surrogate key with the UNIQUEIDENTIFIER data type is also present in the table.
I...
September 24, 2010 at 7:25 am
Hugo Kornelis (9/24/2010)
The more I think about this, the more I disagree with the notion that multiple identifier columns is a design flaw.
Agreed. And the SQL standards agree too, if...
September 24, 2010 at 6:47 am
Hugo Kornelis (9/24/2010)
As to the GUI - though I'd never call the...
September 24, 2010 at 3:25 am
Toreador (9/24/2010)
Rune Bivrin (9/24/2010)
September 24, 2010 at 3:15 am
Hugo Kornelis (9/23/2010)
"A table should avoid nullable columns."
No. A table should avoid unnecessary nullable columns. When values may be missing in a column, making the column nullable is actually...
September 24, 2010 at 2:42 am
While I agree that errors aren't good, I didn't really notice them in this question. I looked up "deprecated features" in BOL, and found a reference to sys.dm_os_performance_counters. Matching that...
August 5, 2010 at 1:12 pm
I couldn't find any mention of the restriction on increment either. My gut reaction was to answer "error" given that an zero increment makes no sense, but as I couldn't...
July 15, 2010 at 4:19 am
Yep, I was wrong about that. And I even ran a test to verify my thought before I posted, but I managed to read the results of that test wrong....
April 14, 2010 at 1:32 pm
It's important to note that SET @result = cast (@@rowcount as varchar) does NOT change @@ROWCOUNT. The first 1 comes from the last INSERT #n VALUES(3).
This is one of the...
April 14, 2010 at 3:23 am
sknox (3/8/2010)
Rune Bivrin (3/8/2010)
March 8, 2010 at 11:57 am
Viewing 15 posts - 211 through 225 (of 230 total)