Viewing 10 posts - 1 through 10 (of 10 total)
Hi Jeff Moden,
This was a test run on about 88 rows as you can see in the source code posted above.
During production rows will grow in millions.
August 10, 2014 at 10:12 pm
Hi Lynn Pettis,
On my laptop the old source code took 546ms whereas your new source code took 124ms only. Very good improvement.
Can you also explain to me if it's the...
August 10, 2014 at 12:13 am
Hi Lynn Pettis,
Following is the query I'm working on. The status field is summed up for '' in the query. But I need to have a separate column for each...
August 9, 2014 at 8:25 am
Hi Lynn Pettis,
I already understand that when data will grow the processing will slow down. My query really needs to be groomed well as I need to add more columns....
August 9, 2014 at 6:00 am
Hi Lynn Pettis,
Thanks for your help and sincere efforts. The view is working as desired.
I have gone through your Forum Etiquette and understood it well. My future postings will be...
August 4, 2014 at 11:46 pm
Hi Luts,
Sorry for inconvenience.
I'm working on a project of timekeeping for my company. I have created SQL data tables and a view in SQL. There are particularly 2 tables used...
August 4, 2014 at 7:40 am
Hi Lutz,
As my nickname describes, I am very new to the forum and to SQL, so please do not get upset. Maybe I have to learn how to post a...
August 3, 2014 at 7:31 am
Hi Eirikur Eiriksson,
Thanks for your response.
Your suggestion to use ISNULL(NULLIF (STATUS, 'NULL'), '*') works fine when I run a query on a View where the View contain NULL values....
August 3, 2014 at 6:18 am
Hi Lutz,
Your query is the same as I originally posted. What may be confusing you is that in the data table, the last record contains null for WkdHrs and Status....
August 3, 2014 at 5:45 am
Hi Lutz,
I never mentioned that I'm getting any error.
My problem is that Null value of a varchar field should show a value of my choice. In this case I like...
August 3, 2014 at 4:52 am
Viewing 10 posts - 1 through 10 (of 10 total)