Viewing 15 posts - 4,516 through 4,530 (of 8,731 total)
Was it the same on the Object Explorer and the Query Editor?
It's not possible to randomly return less rows using "select * from table" unless there's something else going on.
August 4, 2015 at 1:32 pm
Steve,
That was bad generated sample data, not the real structure of the data.
August 4, 2015 at 1:29 pm
It's possible that you were connected to a different database or server.
August 4, 2015 at 1:17 pm
Daryl AZ (8/4/2015)
I didn't think through that updating temp table from a CTE to same temp table would be recursive.
It's not recursive.
August 4, 2015 at 1:11 pm
Alvin Ramard (8/4/2015)
Steve Jones - SSC Editor (8/4/2015)
Is there value in getting the questions/knowledge that people lack in interviews...
August 4, 2015 at 1:02 pm
Daryl AZ (8/4/2015)
August 4, 2015 at 12:48 pm
bghad1 (8/4/2015)
Alvin Ramard (8/4/2015)
FYI, there are many foreigners working in every imaginable IT position, including BI, in the US.
are you sure that BI is not kinda restricted area of IT...
August 4, 2015 at 12:32 pm
You almost got it, but we need the real structure instead of rows of delimited strings. I guess you forgot to click on the "Convert CSV to SQL Insert" button.
It...
August 4, 2015 at 12:22 pm
drew.allen (8/4/2015)
Actually, those two queries are not equivalent. The first query allows dates that are before '20150101', whereas the second does not. While it's highly likely that the OP...
August 4, 2015 at 11:33 am
Hi welcome to the forums.
What you explain might be possible, but a simple pdf with truncated rows won't help. We need DDL, sample data as insert statements and the expected...
August 4, 2015 at 9:52 am
Stewart "Arturius" Campbell (8/4/2015)
JP Dakota, PRC (8/4/2015)
If you did do that, did you execute them while...
August 4, 2015 at 9:14 am
Edward-445599 (8/4/2015)
' ...
August 4, 2015 at 9:09 am
You've been here long enough to know that you should post DDL and sample data to get a coded solution.
August 4, 2015 at 9:02 am
pietlinden (8/4/2015)
So how do you identify the records you want to save?TOP 50 (with a cross apply).
then delete the rest... so either NOT IN ... or outer join...
That's not...
August 4, 2015 at 8:59 am
Is '2015/01/01' a fixed value for the query or is it a value that can change from one row to another?
If it's a scalar value, you should change your query...
August 4, 2015 at 8:54 am
Viewing 15 posts - 4,516 through 4,530 (of 8,731 total)