Viewing 15 posts - 856 through 870 (of 3,348 total)
So what exactly is the expected output from the sample data you posted? And what exactly is the problem with the query you posted?
February 12, 2016 at 3:07 am
Helpseeker (2/12/2016)
February 12, 2016 at 3:05 am
manole_i (2/12/2016)
With forceseek I got this:
Scan count 1, logical reads 6046852, physical...
February 12, 2016 at 1:55 am
Is there a question in here, or are you just sharing what you did?
If there is a question, then please post:
* CREATE TABLE statements for the table
* INSERT statements with...
February 12, 2016 at 1:22 am
Which part of "sorry, you can't" was unclear to you?
The Books Online topics on TDE are littered with warnings about backing up your certificate. For instance here:
"Data loss will result...
February 11, 2016 at 5:14 pm
Sergiy (2/11/2016)
Junglee_George (2/11/2016)
The data type of @partners and @Container is NVARCHAR(MAX)Partners value can be like 'EUADVE', 'EUUSEB', 'EUBGLE'
Containers value can be like 'LOC-DENI-000012', 'LOC-DEST-000002', 'LOC-BRSP-000025'
Never ever use NVARCHAR(MAX) for column...
February 11, 2016 at 5:05 pm
Your cursor is dynamic. Which means that it is not only very slow, but also re-evaluated for every fetch.
After the first pass through the loop, a row exists in EMP...
February 11, 2016 at 5:01 pm
Anyway, back to out regular scheduled content for this topic....
Ed Wagner (2/11/2016)
Skynet
Terminator
February 11, 2016 at 1:55 pm
Grumpy DBA (2/11/2016)
Hugo Kornelis (2/11/2016)
ThomasRushton (2/11/2016)
Giants
Sky
I'd like to know how many people get this reference...
Skylanders Giants?[/quote]
No, I had actually never heard of that. (Does that drop me a few points...
February 11, 2016 at 1:51 pm
sqlfriends (2/10/2016)
1. create a noteTable for each parent Object. I heard this is proved preferred design.
The only...
February 11, 2016 at 1:47 pm
Here you go:
https://msdn.microsoft.com/en-us/library/ms187928.aspx
If you are on SQL Server 2012 or better, look here as well: https://msdn.microsoft.com/en-us/library/hh974669.aspx
February 11, 2016 at 1:40 pm
Sorry, you can't.
If there were a way to get to the data in that database without knowing the password, then any hacker who somehow gained access to the file would...
February 11, 2016 at 1:38 pm
Do not expect this use of Apply to reduce the number of calculations the optimizer puts in the plan. It might, but it often does not.
However, those computations are incredibly...
February 11, 2016 at 1:32 pm
Is the plan with the index seek *only* an index seek? Or is it a combination of an index seek, a nested loops, and a key lookup?
I assume the latter....
February 11, 2016 at 1:28 pm
ThomasRushton (2/11/2016)
Ed Wagner (2/11/2016)
djj (2/11/2016)
Ed Wagner (2/10/2016)
SQLRNNR (2/10/2016)
djj (2/10/2016)
Ray K (2/10/2016)
djj (2/10/2016)
SQLRNNR (2/10/2016)
Ed Wagner (2/10/2016)
ThomasRushton (2/10/2016)
Ed Wagner (2/10/2016)
crookj (2/10/2016)
Ed Wagner (2/10/2016)
Grumpy DBA (2/10/2016)
Ed Wagner (2/10/2016)
BL0B_EATER (2/10/2016)
SQLRNNR (2/10/2016)
deadlockvictim
Predator
Schwarzenegger
Governor
Resource
Time
Hammer
Sledge
Steam
Ship
Plane
Train
Throw (momma from the...)
Humid...
February 11, 2016 at 6:13 am
Viewing 15 posts - 856 through 870 (of 3,348 total)