Viewing 15 posts - 31 through 45 (of 521 total)
3 days later the QotD is still incorrect - can this be corrected please?
March 15, 2013 at 2:54 am
Edit: Items in bold
There seems to be some confusion around what is happening here (or I misread some of the comments and the QotD answer?).
The data types of the columns...
March 15, 2013 at 2:39 am
Good question but the correct answer is "0 " (with 2 trailing spaces), not "0".#
Edit: Add example:
SELECT REPLACE(ISNULL ( CONVERT (char(3),1/9),'*'),' ','<Space>') AS Ret
0<Space><Space>
March 15, 2013 at 1:32 am
sbamaty (3/14/2013)
Not sure how you are executing. It does create procedures. [...]
The question has been updated after my response. The original version did not include the batch separators. The...
March 14, 2013 at 9:45 am
I like the question as it leads to some interesting observations 🙂
Upfront: The MSN article is for SQL Server 2000! Here is the link to the version for SQL Server...
March 8, 2013 at 2:33 am
ronmoses (3/1/2013)
create proc sp1
as
select * from temp1
exec sp2
Without a BEGIN and END defining the body...
March 1, 2013 at 6:39 am
demonfox (2/28/2013)
tom.kane (2/28/2013)
March 1, 2013 at 12:50 am
There is definitively no infinite loop as it throws an error when the max nest level has been reached.
March 1, 2013 at 12:45 am
Nice question, but the explanation lacks important information. Let me quote it for you here:
Table Hints (Transact-SQL) - SQL Server 2008 R2
February 21, 2013 at 12:37 am
Wow, amazing question. Are you an MCQA (Microsoft Certified QotD Architect)?
February 12, 2013 at 1:42 am
Lets drive this a little further:
CREATE TABLE dbo.Test(a INT NOT NULL, B INT NOT NULL)
INSERT dbo.Test (a,b) VALUES(1,2)
INSERT dbo.Test (a,b) VALUES(3,4)
GO
DECLARE @a INT = 100
...
February 1, 2013 at 1:40 am
bitbucket-25253 (1/29/2013)
January 30, 2013 at 1:51 am
Highly controversial question! 50% say yes, 50% say no!;-)
January 30, 2013 at 1:07 am
Viewing 15 posts - 31 through 45 (of 521 total)