Viewing 15 posts - 61 through 75 (of 332 total)
Thanks Thomas for a funny but interesting question, and thanks
Oddvar for the reminder sp_describe_first_result_set.
This clearly shows that if the expression before the dot is data type numeric,
then the expression after...
August 27, 2019 at 12:29 am
Thanks for an interesting question. I did not find in the docs a link to DROP EXTERNAL TABLE for Azure SQL Database. This page DROP EXTERNAL...
August 15, 2019 at 11:39 pm
The syntax description in the reference states that header is a logical value indicating whether the file contains the names of the variables as its first line. If missing, the...
August 7, 2019 at 11:11 pm
USE TestDB;
GO
--Weird question, pleas try this in Results to Text mode:
CREATE TABLE dbo.my_table (my_field INT);
INSERT dbo.my_table VALUES (1),(2),(3),(30),(40),(50);
GO
-- Syntax error in CASE clause!
UPDATE dbo.my_table SET my_field =...
August 3, 2019 at 2:54 pm
Datetimeoffset defines a date that is combined with a time of a day that has time zone awareness and is based on a 24-hour clock.
If you would like to represent...
May 22, 2019 at 12:30 am
Bravo Thom, it's a great question with an excellent explanation!
May 16, 2019 at 9:07 pm
Thanks for this interesting question Steve. I had to check for a while whether sysdiagrams table is a system table or not.😉
March 25, 2019 at 5:28 pm
Tony, this is not a bug, but a side...
March 14, 2019 at 6:05 pm
Great question about a little known but not completely safe feature of SQL Server – numbered stored procedures.
Notice the use of semi-colon here. The semi-colon is not used...
February 8, 2019 at 7:26 am
Yes, IMHO, the answer "SQL Server 2017+" is not quite right.
January 10, 2019 at 6:00 am
January 7, 2019 at 7:57 am
Considering that they've kept things like the infamous request by Erland Sommarskog for...
January 3, 2019 at 7:05 am
January 2, 2019 at 2:38 pm
Yes, they did at least something, but I want to start the new year in an optimistic mood ... 🙂
January 2, 2019 at 7:24 am
Viewing 15 posts - 61 through 75 (of 332 total)