Viewing 15 posts - 346 through 360 (of 5,590 total)
One thing that I note here is that you are using a Multi-Statement Table-Valued Functions, and they consist of just inserting data into the (output) table variable to be returned....
July 29, 2015 at 11:58 am
Brandie Tarvin (7/29/2015)
SQLRNNR (7/29/2015)
WayneS (7/29/2015)
BL0B_EATER (7/29/2015)
WayneS (7/28/2015)
I love it when I learn something in an area where I thought I knew it all.
You have made me very curious. What was...
July 29, 2015 at 8:51 am
Jeff Moden (7/29/2015)
Lynn Pettis (7/28/2015)
July 29, 2015 at 8:49 am
info 58414 (7/29/2015)
Hi,why can i get the numeric values from this stiring?
{_cpn}=1743; {_cpnll}=4511
Result: 1743, 4511
Position and len of the value can be diffrent...
Thanks and Regards
Nicole
🙂
This code is based upon there...
July 29, 2015 at 8:40 am
kwashington (7/29/2015)
Our fiscal year starts on July 1st. Each month...
July 29, 2015 at 8:04 am
shpida (6/30/2015)
where would I get a few sample free form text rows, between about 50-100 text rows? possibly as people arguing about a game or something like that?
Perhaps you'd...
July 29, 2015 at 7:50 am
Brandie Tarvin (7/29/2015)
WayneS (7/28/2015)
I love it when I learn something in an area where I thought I knew it all.
Well that explains why I lost all my SQL laarnin' yesterday.
Stop...
July 29, 2015 at 7:40 am
BL0B_EATER (7/29/2015)
WayneS (7/28/2015)
I love it when I learn something in an area where I thought I knew it all.You have made me very curious. What was the subject?
Table Variables. They...
July 29, 2015 at 7:39 am
Hi Wendy,
Can I get you to read the article for the first link in my signature, and then post the DDL for just the necessary columns, and also test data...
July 28, 2015 at 10:55 pm
newbieuser (7/28/2015)
I created a thread 2 days back on a performance problem RE non-trusted check constraints and foreign key constraints. We are planning to make them trusted...
July 28, 2015 at 10:50 pm
bikram.g.it (7/28/2015)
I need to PIVOT a table of the following structure -
[id][firstName] [lastName]
1Fred ...
July 28, 2015 at 10:46 pm
KGJ-Dev (7/28/2015)
nope, the data is not consistent.
Hi WayneS,
thank you so much for working query. I am curious to learn about cross apply used here. I will play with that....
July 28, 2015 at 7:11 pm
I love it when I learn something in an area where I thought I knew it all.
July 28, 2015 at 6:23 pm
KGJ-Dev (7/28/2015)
Below are the same data
with Sample(Size) as (
select '16.3 Oz.' union all
'1' as union all
'2 Tablespoons' union all
'46. Oz. Each' )
i want to separate number and alphabets....
July 28, 2015 at 5:37 pm
Hi Peter,
So, you want to make a delimited string, where the delimiter is " > "? I think that this article[/url] will guide you in doing just that, just modify...
July 28, 2015 at 3:16 pm
Viewing 15 posts - 346 through 360 (of 5,590 total)