Archived Months
January 2003
March 2003
April 2003
May 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
April 2008
all groups > sql server programming > july 2003 > threads for sunday july 27

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

HTML E-mail from SQL server
Posted by Alastair MacFarlane at 7/27/2003 2:44:05 PM
Dear All I am new to SQL Server so if the question I ask is so obvious to you then I apologise, but how can I create a distribution EMail (HTML with pictures) extracting the data from a SQL Server database? Like Microsoft's MSDN Flash. Is it done entirely through SQL Server and a web authoring...more >>


HOWTO Distribute SQL 2K w/ merge modules
Posted by Giacomo at 7/27/2003 1:34:43 PM
Is there a well-written book discussing methods for creating and distributing merge modules of SQL Server 2K databases? Giacomo ...more >>

disable triggers & indexes
Posted by Mr. J. at 7/27/2003 11:42:25 AM
Hello, In sql-server 2000 : How can I disable triggers ? Can I disable also indexes ? - Is there any command that disable at once all the indexes of all the tables. (or all the indexes of specific table) ? Is descending index is faster on inserting rows, that are already are sorted by the i...more >>

xp_cmdshell, strange behavior
Posted by fabriZio at 7/27/2003 10:56:08 AM
I think xp_cmdshell is very powerful. I would like to use it to schedule some batch with sql server agent. I have to run a batch which phisically is on Drive D: When I try to run this from QA: =========================== DECLARE @result int EXEC @result = xp_cmdshell 'C:' IF (@result ...more >>

Multiple COUNT() of empty text records
Posted by Jason Davis at 7/27/2003 2:11:32 AM
Hi there, I have a table called Articles, with 2 text columns (Art_summary, Art_content) I'm using the following query to output the total number of articles and the total number of null/empty Art_summary/Art_content folders, so I'll know how much articles are missing those values. SELECT ...more >>

HowTo use getdate() without time like: 07/23/2003 00:00:00
Posted by Andreas Klemt at 7/27/2003 1:09:47 AM
Hello, what to I need to do with getdate() to get only the date and not the time? Thanks, Andreas ...more >>



DevelopmentNow Blog