Viewing 15 posts - 271 through 285 (of 389 total)
Gordo et al,
Another option is to not generate the html file - just generate the xml file, which itself contains a reference to the xsl stylesheet. You can then...
April 23, 2009 at 1:11 am
Firstly, I couldn't get the code to run from the article - as it's different from the code in the resource section!
But more importantly I think you're missing the point...
March 30, 2009 at 12:49 am
mdonnelly (2/27/2009)
Peter E. Kierstead (6/16/2008)
I'll index this table appropriately, and wallah!, home-grown full-text index...
This would have been on the bubble of being excusable had the original article not had a...
February 27, 2009 at 12:04 pm
Alex Ionine (6/16/2008)
it could be a descent article had it been written 2 years ago.
or even an ascent article! (no s in decent.)
February 27, 2009 at 11:59 am
Nice article - nothing revolutionary, just good relevant practical advice on making life easier. Look forward to the next installments.
David McKinney.
February 26, 2009 at 7:05 am
Afterthought, if the proc is taking too long, perhaps you should be focusing on the indexes on the tables rather than the proc itself!
February 26, 2009 at 12:23 am
I would assume that in the majority of cases you will not be creating a new page - you will just be inserting into the tbl_Tracking_dtl.
For that reason, it would...
February 26, 2009 at 12:18 am
Jack Corbett (2/24/2009)
IF NOT EXISTS(SELECT 1 FROM dbo.tbl_Tracking_WebPages WHERE Page_Name = @Page_Name)
BEGIN ...
February 25, 2009 at 9:22 am
mishaluba (1/29/2009)
February 12, 2009 at 9:49 am
Paul Paiva (2/12/2009)
Excellent and clearly written!I'm always reading CTE articles and this is one of the best, because it explains a situation which is very commonly encountered.
- Paul
Thanks, Paul. ...
February 12, 2009 at 9:45 am
....found it!
EXEC master..xp_dirtree 'C:\temp',@depth, @includefiles
e.g. EXEC master..xp_dirtree 'C:\temp',1,1
February 10, 2009 at 2:23 am
For example, I know lots of folks that will write a script to get file names from a directory... xp_DirTree works just fine
Hi Jeff,
Does this really work for getting...
February 10, 2009 at 2:08 am
Dave R (1/30/2009)
How can I use your example "Linking to...
February 2, 2009 at 7:11 am
Sripting objects, doing stuff on the "outside" because they don't know a way to do it "inside".
OK...I get you. I immediately thought more of 'script generation' i.e. Create Table...
January 29, 2009 at 12:54 am
Ninja's_RGR'us (1/28/2009)
When replying to a...
January 28, 2009 at 6:12 am
Viewing 15 posts - 271 through 285 (of 389 total)