Viewing 15 posts - 2,626 through 2,640 (of 4,820 total)
Yes, you are supposed to plug those in. This is why I always use the wizard instead, so that I know exactly what it needs right as it needs it. ...
April 7, 2017 at 10:48 am
Most of the reason that it doesn't "come up" is because those organizations that need it have well established ETL processes where the right person can easily track down all...
April 7, 2017 at 8:03 am
Interesting concept. However, without a lot more detail, it's somewhat difficult to make a useful recommendation. I'm not any fan of EAV designs, as they are the very worst when...
April 7, 2017 at 7:43 am
There's a simple option that can be set that will "solve the error message", but the performance may be problematic. Use this with caution:
OPTION (MAXRECURSION 0)
This...
April 7, 2017 at 6:42 am
SQLCurious,
Just an FYI, but what you described with your pictures is known as an EAV design, or Entity, Attribute, Value. For database querying, it's pretty much the worst...
April 7, 2017 at 6:30 am
create proc <procname>
as
begin
insert into...
April 7, 2017 at 6:00 am
In t-sql 2012, I would like to complete a subtraction calculation to show number...
April 6, 2017 at 1:39 pm
April 6, 2017 at 1:27 pm
April 6, 2017 at 1:14 pm
Lowell,
Here's something I found on Stack Overflow: http://stackoverflow.com/questions/10637976/how-do-you-check-if-identity-insert-is-set-to-on-or-off-in-sql-server
April 6, 2017 at 1:07 pm
Two possible ways to answer this. But first, why do you want to "pollute your inputs" ? If these times are coming from the past, inferring a current seconds value...
April 6, 2017 at 12:40 pm
Lowell,
Is there a simple query to determine what table has that property turned on ?
April 6, 2017 at 12:32 pm
That's kind of like asking me to call balls and strikes on pitches already made to the plate that neither of us has seen. You've said nothing about HOW that...
April 6, 2017 at 12:28 pm
Cool beans... . Look up the term "covering index". That's what a good index does.
April 6, 2017 at 12:22 pm
April 6, 2017 at 12:18 pm
Viewing 15 posts - 2,626 through 2,640 (of 4,820 total)