Viewing 15 posts - 1 through 15 (of 240 total)
Outstanding article, Hugo. Very clear examples, both the overly simple one to illustrate the problem and the more complex one to show a real world scenario.
Hartelijk bedankt!
March 9, 2016 at 10:08 am
Good question. Learned something already this week -- and it's only Monday!
August 24, 2015 at 10:05 am
Replication often feels like a mysterious, black-magic operation that is too intimidating to understand. Your question highlights the fact that it is really just a bunch of tasks (agents) and...
July 23, 2015 at 10:56 am
Lowell is exactly right. I would just add the following:
You may need to be aware of what is expected by any applications that may access your table. Now, if you...
April 28, 2015 at 11:36 am
The referenced article states that you cannot perform DBCC CHECKALLOC or DBCC CHECKCATALOG on tempdb. I presumed that since DBCC CHECKDB performs both of those functions (cf. http://technet.microsoft.com/en-us/library/ms176064.aspx), one couldn't...
January 20, 2014 at 12:08 pm
October 22, 2013 at 6:28 pm
The answer (in SQL 2012) is to use the 'WITH RESULT SETS' option on the EXEC statement.
See http://technet.microsoft.com/en-us/library/ms188332.aspx for specifics.
October 22, 2013 at 6:20 pm
sneumersky (4/29/2013)
1. Haste makes waste.
2. Trust Microsoft documentation, but verify it as...
April 29, 2013 at 4:37 pm
Excellent question. Drives home the point that, even if an insert fails on a table with an identity column, the identity value is 'consumed'.
Well done.
April 24, 2013 at 9:45 am
SQLRNNR (3/29/2013)
JAZZ Master (3/29/2013)
SQLRNNR (3/28/2013)
Cliff Jones (3/28/2013)
bcsims 90437 (3/28/2013)
Terry300577 (3/28/2013)
CadenceChirunning
(Just did 4 days of chirunning/chiwalking instructor training, and got the topic of 'cadence' for my practical exam.)
Chillaxing
Chisleeping
Chiweekend
CHI...michanga
Chicago? (SQL PASS...
March 29, 2013 at 11:47 am
Viewing 15 posts - 1 through 15 (of 240 total)