Viewing 15 posts - 16,036 through 16,050 (of 59,067 total)
Jason A. Long (12/23/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2016 at 8:18 pm
Hmmm... looking at the original small list of nodes in the original post, there might just be a way to Ferret out the root nodes. I'll give that a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2016 at 5:59 pm
Jason A. Long (12/23/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2016 at 5:31 pm
@richard-2.gardner,
I'm still playing with the data but let me make a suggestion.
The data you currently have is the result of someone creating the "opposite direction" node for every node in...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2016 at 1:16 pm
SQL Guy 1 (12/23/2016)
Jeff Moden (12/22/2016)
but the only time I truly concern myself with a vertical drop with PLE is if it drops and stays there for an uncomfortable...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2016 at 1:10 pm
SQL Guy 1 (12/22/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2016 at 6:08 pm
smatu (12/22/2016)
Which will be most effective in importing a bulk of data from flat file into sql server database?
Do both exist...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2016 at 5:45 pm
Phil Parkin (12/22/2016)
nadersam (12/22/2016)
I am trying to execute an array of comma delimited SQLs in a stored procedure.
I call it as below
declare @Parameter as nvarchar(max)
set @Parameter ='insert into...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2016 at 4:26 pm
Just curious... which language is the frontend code written in?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2016 at 4:22 pm
I'll suggest that it's almost a waste of time. It's certainly an indication that something wasn't in memory when it was needed but that's not necessarily a problem especially...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2016 at 3:32 pm
Ed Wagner (12/22/2016)
Manic Star (12/22/2016)
djj (12/22/2016)
aPed001 (12/22/2016)
Stuart Davies (12/22/2016)
DamianC (12/22/2016)
Ed Wagner (12/20/2016)
Manic Star (12/20/2016)
Grumpy DBA (12/20/2016)
ZZartin (12/20/2016)
Ed Wagner (12/20/2016)
Revenant (12/20/2016)
djj (12/20/2016)
Ed Wagner (12/20/2016)
Hugo Kornelis (12/20/2016)
Manic Star (12/20/2016)
PowerPeople
Users
Administrator
Access
Permissions
word
Excel
Mediocre
Accepted
part
Exchange
Stock
Pot
Chicken (not Dino)
Fried
Brain
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2016 at 3:29 pm
richard.gardner 6009 (12/22/2016)
Here's a sample dataset, my bad, 89,000 is a different number, it's just 50,000 pairs of internal keys.
@chris-2 - Thanks for the offer, appreciated, I'll have...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2016 at 1:56 pm
patrickmcginnis59 10839 (12/22/2016)
Jeff Moden (12/21/2016)
CELKO (12/14/2016)
The order by clause converts the set into a cursor. A cursor is a sequential file structure, which does have an ordering.
No, Sir. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2016 at 1:48 pm
Sergiy (12/21/2016)
EXEC sys.sp_spaceused @objname = N'dbo.Tally'
3.6 kb - single page.
Which means there is no actual Index seek, it's full table scan for any query...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2016 at 7:36 am
CELKO (12/14/2016)
The order by clause converts the set into a cursor. A cursor is a sequential file structure, which does have an ordering.
No, Sir. I know what you're trying...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2016 at 8:44 pm
Viewing 15 posts - 16,036 through 16,050 (of 59,067 total)