Viewing 15 posts - 31 through 45 (of 1,114 total)
any other approach which will resolve this issue by using only one function or without using any functions?
karthik
December 10, 2012 at 6:29 pm
--------------------------------------------------
worldbaank
countrybank
districtbank
internationalbank
y
expected output:
sorry..as i was rush from the office to reach home, i didn't use " " to the string.
But I don't want to hardcode the maximum length.
karthik
December 10, 2012 at 9:59 am
The concatenated currencies iviolates of First Normal Form
How to design the first table?
Do I need to follow the same approach which you designed for both the tables?
karthik
December 10, 2012 at 4:37 am
Gsquard,
So, why the desire for a clever answer? And why the rejection of an effective one? Just curiousity, or some real need?
#1 --> Curiosity to get the diffrent answer...
karthik
December 4, 2012 at 10:48 pm
I need a nice trick to do this 🙂
karthik
December 4, 2012 at 4:17 am
I don't want to use
select currencypair, ccy1, ccy2
from currency_test , off_currency_pair
where (currency_test.currencypair = off_currency_pair.ccy2 + off_currency_pair.ccy1
or currency_test.currencypair = off_currency_pair.ccy1 + off_currency_pair.ccy2)
karthik
December 4, 2012 at 4:15 am
SQL Aarchitecture diagram only. As you aid, I saw different images. Thats why i confused and tired and don't know which one is officially accepted model.
In short, I need officially...
karthik
December 4, 2012 at 1:32 am
I want to achieve this without disabling FK.
is there any other way to do this?
Phil method looks ok.
Beside this, is it a good practice to design a table...
karthik
November 29, 2012 at 9:38 pm
Grant Fritchey,
I don't see any topics specific to SQL 2012 in the book. I could be wrong. Can you tell where you have covered the SHOWPLAN Enhancement for SQL 2012...
karthik
November 28, 2012 at 9:33 pm
But you would't necessarily find out that some of the new functions are slower than some of the tricks people had to pull to get the same job done in...
karthik
November 26, 2012 at 10:56 pm
say for example,
I have a procedure in SQL 2008 & 2012.
If I fine tune the procedure in SQL 2012, I would know what are all the new "Optimiztion Techniques...
karthik
November 26, 2012 at 10:03 pm
November 26, 2012 at 9:22 pm
...MERGE has its own set of problems...
any major problems ? If so, is it not fixed in the latest version by Microsoft SQL Team?
karthik
November 22, 2012 at 10:50 pm
+1.
select id,1*part1 from #cars where part1 > 0
union
select id,2*part2 from #cars where part2 > 0
union
select id,3*part3 from #cars where part3 > 0
karthik
November 22, 2012 at 10:24 pm
Viewing 15 posts - 31 through 45 (of 1,114 total)