Viewing 14 posts - 196 through 210 (of 210 total)
Let me emphasize that the number of rows returned is the same and the counts match in the GROUP BY example, the DISTINCT example, and in the temp table example. Its the...
July 1, 2004 at 9:38 am
I get similar funny results using Enterprise Manager to run the query from the Open -> Query menu option. OSQL too.
I tried removing the order by clauses and that made no...
July 1, 2004 at 7:47 am
Thanks for the feedback so far. I'll try to clarify the situation.
We are running SQL Server 2000 Enterprise Edition SP3. I used Query Analyzer to run these queries.
The original GROUP BY...
July 1, 2004 at 7:32 am
That may be a good QOD.
There are headers in each file. One can guess that once a file was written as a backup set with one member then the headers...
June 10, 2004 at 7:41 am
Be sure to include the USE <db> command in each script or set your default database for each window before running the scripts.
Using Visual Studio 2002/2003 is even better. You...
June 1, 2004 at 7:35 am
There also is some contradictory documentation on the number of actions, etc. This page specifically states that no more than five sql batches can be run. Maybe the other actions...
May 28, 2004 at 7:06 am
Wow! That is quite unexpected. Can anyone explain the logic or history of designing the function this way?
Is there any way to properly determine the length of a string? There are...
May 24, 2004 at 7:13 am
An excellent article that meets its stated goal. The explanations are well stated and allow for other points of view and discussion.
I especially appreciate the pointers to the knowledge base...
May 13, 2004 at 7:34 am
The question said that you "you did not specify the correct mail server".
In order to change that, you'll have to change RSReportServer.config.
Is there some reason to change RSWebApplication.config?
If...
March 19, 2004 at 10:30 am
MSDN seems to indicate that rsreportserver.config is the file that contains this setting. See:
It appears that rswebapplication.config just tells Report Services that there is an e-mail extension installed but it...
March 19, 2004 at 6:46 am
The article is a good summary, but the fact that it covers SQL 2005 leaves me wondering how relevant it is.
Come back in nine months and it may be more...
March 19, 2004 at 6:33 am
That previous post is correct. The AFTER trigger executes only after the entire SQL statement has executed. The INSTEAD OF trigger executes instead of the SQL statement. SQL Server triggers are...
February 11, 2004 at 7:49 am
Of course, SET DATEFORMAT could also be used to change the default date format. I don't know what else changes when SET LANGUAGE is used.
December 19, 2003 at 7:22 am
I would have liked to have seen a performance comparison against a more logical approach using a function that didn't return a list but the figures for a given day...
October 30, 2003 at 8:40 am
Viewing 14 posts - 196 through 210 (of 210 total)