Viewing 15 posts - 181 through 195 (of 253 total)
Oh no!!! Of course! Thanks, Adi!
January 8, 2014 at 4:29 am
Thank you all for the answers!
December 9, 2013 at 4:16 pm
Thank you for the answer!
But the customer does't use Full Text Index on their databases, I am afraid.
December 9, 2013 at 9:10 am
Thank you Luis,
I am looking for the ideas at the moment. Want to play with various suggestions people may come up here, like CROSS APPLY for example.
October 29, 2013 at 9:51 am
Thank you!
October 29, 2013 at 8:35 am
That's interesting indeed, thank you!
Do you mean I can use it as a part of my update:
UPDATE myTable
SET myTable.Column1 = cApply.Column1
FROM myTable
CROSS APPLY (SELECT Column1 FROM myFunction WHERE ....)...
October 29, 2013 at 7:59 am
Have you tried anything so far? My assumption we all want to see that one has put an effort to solve the problem, before posting the
questions here. Have you looked...
October 29, 2013 at 7:35 am
Thank you for the reply.
Assuming I have myId field which is a single segment of myUniqueId index, is it correct
to state that there will be no difference if I will...
September 30, 2013 at 8:35 am
Thank you for the reply.
Because of the distance between SQL Server and the application one, the way it works at the moment,
by pulling all the data to the application...
August 12, 2013 at 8:07 am
I will rephrase my question then, is there is a way, using T-SQL to add an additional row, which will be a summary for each client? As far as I...
August 12, 2013 at 7:58 am
There is no 80 points and there is sample data - WITH statement runs and works perfectly (I understand you haven't tried it).
I do know that SQL is not a...
August 12, 2013 at 7:29 am
Koen Verbeeck (8/6/2013)
BOR15K (8/6/2013)
I guess I need to look for another solution as customer's sites do not have SSRS installed.Any other advise, please?
Kind Regards
The only tool in the SQL Server...
August 6, 2013 at 2:15 pm
SGT_squeequal (8/6/2013)
I created a button on spreadhseet then create some...
August 6, 2013 at 2:11 pm
I guess I need to look for another solution as customer's sites do not have SSRS installed.
Any other advise, please?
Kind Regards
August 6, 2013 at 11:34 am
Viewing 15 posts - 181 through 195 (of 253 total)