Viewing 15 posts - 17,131 through 17,145 (of 59,067 total)
Jeff Moden (7/31/2016)
michael.lock@aer.ca (7/26/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2016 at 4:14 pm
Nested Sets, themselves, probably won't help much with flattening this hierarchy as requested by the OP. Further, most conversion methods for Nested Sets are terribly slow because of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2016 at 4:13 pm
Nusc (7/31/2016)
Year , name, latitude,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2016 at 3:53 pm
Nusc (7/31/2016)
Why? Just import the xlsx file. There's too many entries.I also reuploaded the file to include headers.
I'm planning on importing your data. I'd like to know what the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2016 at 7:07 pm
michael.lock@aer.ca (7/26/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2016 at 7:00 pm
sqlenthu 89358 (7/26/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2016 at 6:23 pm
Nusc (7/31/2016)
THe issue with what Jeff wrote is that for my actual data,
In one of...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2016 at 5:57 pm
Nusc (7/31/2016)
https://stackoverflow.com/questions/11116275/increment-row-number-on-group
Suppose I want do add a new column s_index and order by shade.
It would look like the following:
Update MY_TABLE
SET s_index = (Select...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2016 at 4:27 pm
Thanks, Joe. I'm right there with you on the use of stored procedures.
CELKO (7/31/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2016 at 3:00 pm
Mad-Dog (7/31/2016)
table scan is not good because some tables can have even millions rows for they...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2016 at 2:55 pm
Eddie Wuerch (5/27/2016)
If you have a support agreement, call them up and scream at them.
+1000 to this. Call the software provider up and show them what's going on with...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2016 at 6:20 am
As with all else in the world of databases, "It Depends".
While I agree that production shouldn't be used as a testing system, it's rare that any other system will be...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2016 at 6:16 am
Steve Jones - SSC Editor (7/30/2016)
A tiny fraction
A "tiny fraction". Did you actually look at the spam today?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 30, 2016 at 7:10 pm
Yes. Ask the author of sp_WhoIsActive. 😉 Or learn how to use OPENROWSET. :w00t:
--Jeff Moden
Change is inevitable... Change for the better is not.
July 30, 2016 at 12:57 pm
N.B. (7/30/2016)
Jeff Moden (7/30/2016)
Don't partition, then. It's doing nothing for you. It's not going to help performance and it's not going to help with your night maintenance. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 30, 2016 at 12:31 pm
Viewing 15 posts - 17,131 through 17,145 (of 59,067 total)