Viewing 15 posts - 16 through 30 (of 205 total)
In my more than 3 decades of database design, development, and administration I have never used GUIDs in any of my systems. I did have this debate with a...
March 24, 2015 at 8:07 am
I got it right but I don't think Steve got the answer to his question.
Steve asked the simplest request: how many users on the website?
I would interpret that question to...
February 18, 2015 at 7:13 am
I think the right to be forgotten should be way more inclusive then just correcting bad data. I don't think it should be about right or wrong data. I think...
December 18, 2014 at 7:25 am
Megistal (12/2/2014)
Not exactly right on the article but I guess you understand the point, whatever the situation.
(Image taken from :
December 2, 2014 at 6:58 am
Stuart Davies (11/12/2014)
As the question and answer showed mixed cases, case...
November 12, 2014 at 6:18 am
Brian.Klinect (11/5/2014)
November 5, 2014 at 8:24 am
The connection to SQL Server for this question where I work is that we use the SETSPN utility to solve the double-hop issue. We have ASP.NET applications on a...
October 17, 2014 at 6:48 am
GilaMonster (10/9/2014)
So....
BEGIN TRY
BEGIN TRANSACTION;
-- Generate a constraint...
October 9, 2014 at 12:47 pm
Here's an example from MSDN.
BEGIN TRANSACTION;
BEGIN TRY
-- Generate a constraint violation error.
DELETE FROM Production.Product
WHERE ProductID = 980;
END TRY
BEGIN CATCH
...
October 9, 2014 at 7:26 am
My company takes a middle of the road approach. We don't upgrade every version but we do try to stay in a version that is supported. When a...
September 26, 2014 at 7:31 am
SqlMel (9/8/2014)
It does depend.This should be stated in the answer.
No, "it depends" is the default assumption for any SQL Server problem, question, or answer. :w00t:
Enjoy!
September 8, 2014 at 7:08 am
Thanks for the question Steve!
I was hoping one of the answers was going to be "A supervisor who had too much caffeine".
:hehe:
Enjoy!
August 29, 2014 at 7:17 am
SQLRNNR (8/18/2014)
Also, just because it can be shared doesn't mean that it should be shared. The answer "all hardware" to me is...
August 18, 2014 at 8:00 am
nimbell (7/15/2014)
Does the logical definition of a Primary Key imply the presence of an index? No
In SQL Server,...
July 16, 2014 at 6:28 am
OCTom (6/12/2014)
...Any bickering between developers and DBAs is childish and is counter-productive to the goal of delivering quality.
Tom
BUT THEY STARTED IT!!!
:hehe:
June 12, 2014 at 7:17 am
Viewing 15 posts - 16 through 30 (of 205 total)