Viewing 15 posts - 1,081 through 1,095 (of 15,381 total)
bzoom100 (1/5/2017)
Ooops, never mind last one, i figured it out!!One new issue has popped up however, it is not bringing in data where the IssueDate is NULL
That is because of...
January 5, 2017 at 10:11 am
Don't be scared to use aliases and add some white space to make your queries more legible. As posted your query resembles a wall of text and would be extremely...
January 5, 2017 at 8:23 am
Definitely an interesting question. Of course I would start with a clustered index so we aren't dealing with heaps. I realize the topic being discussed is different though. 😀
January 5, 2017 at 8:11 am
Steve Jones - SSC Editor (1/4/2017)
Right now we have a final test release set for Tues, Jan 10 and the...
January 4, 2017 at 10:59 am
Jeff Moden (12/31/2016)
January 3, 2017 at 7:38 am
wenger.noah (12/22/2016)
December 22, 2016 at 10:10 am
wenger.noah (12/22/2016)
I have a query:
SELECT "data" FROM t1... JOIN t2... JOIN t3... LEFT JOIN t4... JOIN t5... LEFT JOIN t6... JOIN t7(derived table)...
It is my understanding that when LEFT JOINing...
December 22, 2016 at 9:47 am
The documentation on this is appallingly awful. Nowhere does it actually state what the input limit is, it only mentions that it used to be limited to 8,000 characters. To...
December 21, 2016 at 7:39 am
Hi and welcome so SSC. For starters here is that query with some formatting so it is easier to read. You can add format boxes like this by using the...
December 20, 2016 at 2:47 pm
Slight detour here. first I notice you name your procedure with the sp_ prefix. This is a bad idea. I would prefer no prefix at all but if you insist...
December 20, 2016 at 2:36 pm
Pretty sure you want NULL and not the string 'NULL'. Not quite seeing what the issue is you are having here though. It is probably right in front me I...
December 20, 2016 at 1:22 pm
Eric M Russell (12/20/2016)
December 20, 2016 at 8:39 am
Can you provide some sample data for us to use and what the desired output would be for that sample data? Just showing us the results of your query and...
December 20, 2016 at 8:30 am
Nice job posting ddl and sample data in addition to the code you have. 😀 You have several performance issues going on here. First is the scalar function, they are...
December 20, 2016 at 8:28 am
Luis Cazares (12/15/2016)
Sean Lange (12/15/2016)
george.p (12/15/2016)
Sean Lange (12/15/2016)
george.p (12/15/2016)
You're one of those people that puts all of the details...
December 15, 2016 at 9:59 am
Viewing 15 posts - 1,081 through 1,095 (of 15,381 total)