Viewing 15 posts - 1,876 through 1,890 (of 15,381 total)
GilaMonster (1/20/2016)
My question would be 'why'?
+1000
January 20, 2016 at 2:51 pm
michaeleaton 36224 (1/20/2016)
Thanks for that, but I get the exact same result set as my original query.
Here are my create scripts.
https://www.dropbox.com/s/bh2ynmlsyt9o8z5/sqlScripts.zip?dl=0
I'll try explaining what I'm after again.
I want...
January 20, 2016 at 2:47 pm
I am confused now. Do you still need help or did you figure it out? If you need help I am not understanding what the problem is.
January 20, 2016 at 8:56 am
You really need to get in the habit of using aliases and prefixing every column in your queries with that alias. It makes it a LOT easier to figure out...
January 20, 2016 at 8:18 am
GilaMonster (1/19/2016)
Sean Lange (1/19/2016)
Can you post the actual execution plan instead of the excel version?SQL 2000.
Ahh. Didn't realize which thread this was in. 🙂
January 19, 2016 at 10:08 am
Can you post the actual execution plan instead of the excel version? It shows a lot more detail which helps with the insight as to what can be done for...
January 19, 2016 at 9:51 am
tusharchpatil (1/18/2016)
If i used select * from emp where rownum < 5;
I am getting the correct output of table ie. 4 rows.
but it is not working on rownum >...
January 18, 2016 at 1:17 pm
First and foremost I want to thank you for posting your question with all the details required to provide an answer. Posting all the temp tables ddl, sample data and...
January 18, 2016 at 9:36 am
mike.jacobs12 (1/15/2016)
January 15, 2016 at 3:11 pm
ilikawa (1/15/2016)
Sean Lange (1/15/2016)
ilikawa (1/14/2016)
@Sean Lange, what else do you recommend?On what topic? Seems that Bill provided a solid way to go about analyzing potential storage needs.
It's just that to...
January 15, 2016 at 12:01 pm
ilikawa (1/14/2016)
@Sean Lange, what else do you recommend?
On what topic? Seems that Bill provided a solid way to go about analyzing potential storage needs.
January 15, 2016 at 7:38 am
ilikawa (1/13/2016)
I've read the information provided by Microsoft on its website (https://msdn.microsoft.com/es-es/library/ms189124(v=sql.120).aspx) about how to make estimations about sizing,...
January 13, 2016 at 10:07 am
This is a big topic. https://en.wikipedia.org/wiki/Recursion_%28computer_science%29
January 13, 2016 at 10:03 am
SQLisAwE5OmE (1/11/2016)
Sean Lange (1/11/2016)
As...
January 11, 2016 at 9:42 am
Koen Verbeeck (1/11/2016)
Ed Wagner (1/11/2016)
Grumpy DBA (1/11/2016)
Grant Fritchey (1/11/2016)
One of my favorite songs. Although Bauhaus actually did...
January 11, 2016 at 9:37 am
Viewing 15 posts - 1,876 through 1,890 (of 15,381 total)