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 >>
Is there a well-written book discussing methods for creating and
distributing merge modules of SQL Server 2K databases?
Giacomo
...
more >>
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 >>
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 >>
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 >>
Hello,
what to I need to do with getdate() to get only the date and not the time?
Thanks,
Andreas
...
more >>