Viewing 15 posts - 46 through 60 (of 137 total)
Jeff Moden - Thursday, September 28, 2017 11:47 PMSoylent Green, anyone?
Actually someone has a product with the (unfortunate) name Soylent
October 2, 2017 at 7:57 am
Yes, I think that's what they are referring to, one many-to-many link table for each document type.
I am resisting that because it's a lot of tables, and we have...
September 19, 2017 at 8:00 am
Here is what I came up with for the polymorphic table structure:
CREATE TABLE [dbo].[ScannedDocument](
[ScanId] [int] IDENTITY(1,1) NOT NULL,
[ScanFFoldNumber] [int] NULL,
[ScanFileName] [varchar](260) NULL,
[ScanDescription]...
September 15, 2017 at 3:07 pm
L' Eomot Inversé (8/9/2013)
Jeff Moden (8/9/2013)
Steve Jones - SSC Editor (8/9/2013)
Jeff Moden (8/8/2013)
May 9, 2017 at 8:15 am
I knew about ctrl-T but looked up ctrl-shift-T in case that was a modification to switch "quickly" (as the question said) instead of waiting for the next query.
I...
March 28, 2017 at 7:25 am
There may be a problem with the link distributed in the email. When I clicked the link it was an invalid address. When I removed "%09" from the end it...
February 15, 2017 at 7:54 am
February 8, 2017 at 7:52 am
George Vobr (12/15/2016)
slowly and carefully the paragraph Types of functions and his part of the Table-Valued Functions,
then You are...
December 15, 2016 at 7:52 am
Like others have mentioned I don't remember it if I don't go through the steps myself.
I learn better through reading rather than verbal explanations, and it helps to have...
September 23, 2016 at 7:56 am
EDIT: comment removed. Missed previous comment.
September 8, 2016 at 9:18 am
Sergiy (6/15/2016)
My "Location" in the Forum Profile says "Auckland, New Zealand".
Current time in Auckland, New Zealand is 12:12 pm.
The "Posted" label indicates Today @ 1:12 am.
That's how I see it...
June 16, 2016 at 10:30 am
I had 2 problems with the documentation.
1) It says you can use binary data but it doesn't give any examples of what happens when you use binary data.
2) Under "Return...
May 11, 2016 at 7:36 am
Viewing 15 posts - 46 through 60 (of 137 total)