Viewing 15 posts - 241 through 255 (of 388 total)
clementhuge (10/29/2009)
Moreover, the stored...
October 29, 2009 at 4:29 am
ruedifuchs (10/29/2009)
I agree, the code for using OPENROWSET is very interesting.But since the stored procedure has to return a result set, what is the advantage over using a table-valued function?
I'm...
October 29, 2009 at 3:04 am
I think the key information in the article is that you can use OPENROWSET to turn the output of a stored proc to a recordset.
This message got a bit...
October 29, 2009 at 2:13 am
aha....so it really did just stop with the sql script.
Apologies to the author...I'll read again!
September 9, 2009 at 8:54 am
Hi Adam,
I thought this article started off great, very clear, well written etc.....but it seemed to suddenly just stop with the sql script.
If you'd 'followed through' to the end, it...
September 9, 2009 at 6:05 am
Sunny (8/10/2009)
Thanks a lot again Paul for the detailed information. Your every post gets me fresh and new useful tips.:-)
...and for those of us watching from the sidelines, it's been...
August 10, 2009 at 12:32 am
Good find, Matt!
I completely forgot / overlooked that quotename takes a sysname parameter.
I used it principally to take care of strings which already have a quote in them. Quotename...
August 7, 2009 at 12:31 am
I've found that you can do a surprising amount of new stuff in a database with compatibility level 8..
I say surprisingly because I didn't expect to be able...
August 6, 2009 at 10:02 am
Thanks, Paul - High praise indeed! When used appropriately XML certainly has it's place in the SQL world. I'm sure you'll agree 😉
August 6, 2009 at 5:53 am
....it's ok, now.
...appears to be javascript related!
August 6, 2009 at 4:11 am
Paul,
When I copy / paste your script into SSMS or a text editor, it all appears on one line.
Any ideas what am I doing wrong?
August 6, 2009 at 4:09 am
I think the merit in this article lies more in the techniques that are covered, rather than in the premise that it ultimately failed to prove.
The article does show a...
August 4, 2009 at 8:37 am
Hi,
I notice you're using very short tag names in your xml presumably to reduce space used.
If you use a typed xml column i.e. associate it with an xsd,...
August 4, 2009 at 1:28 am
ifila (7/20/2009)
Thanks
declare @skills varchar (100);
set @skills='"c#" and "livelink"';
SELECT DISTINCT Email
FROM (SELECT Email1,Email2,Email3,Email4,Email5,Email6,Email7,Email8,Email9,Email10...
July 22, 2009 at 9:10 am
Nice article!
I've used EXCEPT a few times recently - simply cos I could, I guess, and also sometimes (even if it's relatively unknown syntax) it is clearer when reading the...
July 20, 2009 at 4:17 am
Viewing 15 posts - 241 through 255 (of 388 total)