Viewing 15 posts - 151 through 165 (of 253 total)
Thank you Chris,
I have implemented that already, based on user's requirements to apply only the described approach.
April 27, 2015 at 8:00 am
Thank you for the reply.
I have only posted 3 lines, as for each itinerary I am able to eliminate the rest of the segments and to remain with 3 only:
the...
April 27, 2015 at 3:53 am
Without the DDL for the table(s) and sample data, how do you expect us to help with the code you need? We can't see what you unless you give...
April 24, 2015 at 3:50 pm
Sean Lange (4/24/2015)
BOR15K (4/24/2015)
Sean Lange (4/24/2015)
April 24, 2015 at 3:24 pm
Sean Lange (4/24/2015)
April 24, 2015 at 10:19 am
Eirikur Eiriksson (4/7/2015)
That will, under all circumstances result in a full scan, not much of an optimization in doing that;-), similar to a leading % with the LIKE operator.
😎
This depends...
April 7, 2015 at 9:15 am
I would use CHARINDEX
WITH myString AS (
SELECT '001' AS num
UNION ALL
SELECT '002' AS num
UNION ALL
SELECT '003' AS num
UNION ALL
SELECT '001.' AS num
UNION ALL
SELECT '004' AS num
UNION ALL
SELECT '002.' AS num)
SELECT...
April 7, 2015 at 8:45 am
Looks like a perfect start to me!
Thank you!
April 7, 2015 at 6:12 am
Thank you for pointing me to CLR - I will look for some examples as well.
What I need to achieve is to generate Word docx based on MSSQL data, where...
March 9, 2015 at 8:11 am
Thank you, Eric
The DB is in AU and only SQL Studio is on my machine, which is in the UK.
February 20, 2015 at 8:47 am
Grant Fritchey (2/20/2015)
February 20, 2015 at 7:47 am
Thank you, Grant
Is it correct to assume that SQL Studio will ALWAYS only send a request, e.g. EXEC stored procedure, and receive the result and all the queries and calculations...
February 20, 2015 at 6:34 am
SORTED: Security issue - whilst upgrading, for some reason, the DBA has removed the access rights. Sorted now.
Thank you.
October 22, 2014 at 3:00 am
Eirikur Eiriksson (10/15/2014)
BOR15K (10/15/2014)
I have created Countries_View and placed the problematic CASE within the view and then JOINT Cities A table with Countries_View B
and all...
October 15, 2014 at 9:53 am
Apologies for the complete blunt question.
I have created Countries_View and placed the problematic CASE within the view and then JOINT Cities A table with Countries_View B
and all works like a...
October 15, 2014 at 9:03 am
Viewing 15 posts - 151 through 165 (of 253 total)