Viewing 15 posts - 31 through 45 (of 75 total)
Greetings g33kspeak,
Nice try, but this does not summarize the start and end dates for the book loan. It is only listing all records as they have been entered. Since...
October 6, 2010 at 7:26 am
Greetings,
May as well let you know: MSUT -> MUST
😀
Have a good day.
August 30, 2010 at 10:28 am
Greetings,
Thank you for posting this script to help standardize a database. I think it may come in handy for updating the fields in ours. It would be nice...
August 30, 2010 at 6:09 am
Greetings nbonadeu,
The regional idea is very nice. I have not worried about that yet though as I have not needed it. It would probably take another table to...
August 5, 2010 at 8:30 am
Greetings karyn,
Glad that you were able to find the code useful. If you have any questions, please don't hesitate to ask.
Have a good day.
Terry Steadman
August 5, 2010 at 8:25 am
Greetings Robert,
You are free to use the code to learn and your personal projects. If you are planning on using it in a commercial product that is to be...
August 5, 2010 at 8:23 am
Greetings Jeff,
It has been a project I have worked on for several years. I have translated the code several times from programming language to SQL backend to full SQL....
August 4, 2010 at 6:15 am
Greetings,
In the mindset of SQL 2005, this would look like a trick question. So, even though the question is what would the last SELECT statement show. Logically, it...
April 22, 2010 at 6:44 am
Tao Klerks (4/22/2010)
April 22, 2010 at 6:30 am
Greetings,
Microsoft does not use the ORDER BY clause when inserting records into any table, including table valued functions. This happens also in SQL 2005. Instead, their SQL engine...
July 23, 2009 at 7:14 am
Greetings,
Try changing one line to this:
SET RowValue = LTRIM(SUBSTRING(RowValue, CHARINDEX(' ', RowValue), LEN(RowValue) + 1))
The SUBSTRING is boundary safe so giving it a value that is greater than the actual...
July 15, 2009 at 10:43 am
This is actually where the problem came up. Originally the calls were only in the same division and classification as the employee table. Now they've changed it such that they...
July 15, 2009 at 9:35 am
Greetngs Sean,
I had to make a few guesses about what you were trying to do with the SQL code but I do have a script that you could try to...
July 15, 2009 at 8:59 am
Greetings,
I would think that what you want is possible to be able to search on any word in your search criteria. But, I suspect what you would need to...
July 15, 2009 at 7:45 am
Greetings Mark,
Considering that you are wanting the changes and not the original, then a simple GROUP BY log_ticket and a COUNT of curr_group may work. Then you can just...
July 14, 2009 at 2:32 pm
Viewing 15 posts - 31 through 45 (of 75 total)