Viewing 15 posts - 4,846 through 4,860 (of 5,103 total)
AFAIK there is no limit in the number of rows unless you have explicitly set it on the option tab either by max error or max row
January 5, 2004 at 10:44 am
Check the Permissions of the security tab for the account you used in QA
HTH
January 5, 2004 at 7:06 am
Let me add just this:
If RANGES are involved in the searches it might be GOOD to allow recompilation for the stored procedure! (this behavior is observed when the ranges vary...
January 3, 2004 at 10:43 am
quote:
I see what you are saying, but the query does returns 7 rows. That is what makes it so strange. ...
January 3, 2004 at 10:16 am
quote:
... More than five years in the same position would be a warning sign to me, unless that person has continued...
December 31, 2003 at 10:17 am
quote:
This SUM function/code that I am using for the above column/data "SUM(ISNULL(INDEMNITY_AMT, 0)) AS INDEMNITY_AMT"
Any ideas?
December 30, 2003 at 2:16 pm
I am not sure you want that, but if All you do is query linked tables then:
1.Delete the existing links
2.Goto File --> Get ExternalData -->LinkTables
3. Select ODBC DataSources on...
December 30, 2003 at 2:08 pm
You may want to run
DBCC SHOWCONTIG () WITH TABLERESULTS
It will Answer most of your questions!
December 30, 2003 at 10:02 am
you can code that in the procedure!
otherwise --> Profiler or third party tools
December 29, 2003 at 5:53 pm
The First is that instead of
where cnt > 1
Should be deleted and after "group by"
just write having count(*)>1
The Second is treaky but, why are you selecting * and...
December 29, 2003 at 9:36 am
In this Case It is a good thing to have a Dates / Months Table And then
SELECT D as Date
...
December 29, 2003 at 9:09 am
Viewing 15 posts - 4,846 through 4,860 (of 5,103 total)