Viewing 15 posts - 4,576 through 4,590 (of 5,356 total)
Hi Chris,
quote:
Comments posted to this topic are about the content posted at http://www.sqlservercentral.com/columnists/chedgate/clusterthatindexparttwo.asp
this is no...
July 21, 2003 at 12:43 am
Hi kiberu,
quote:
How do you put a calculated value eg. sum of all entries in the footer of a data entry form in...
July 21, 2003 at 12:38 am
Hi Tomi,
quote:
There's only one problem. It doesn't take advantage of possible indices i.e. it does an index scan when it should do...
July 21, 2003 at 12:30 am
Hi Anil,
quote:
I am trying to migrate to SQL Server from Oracle and I have trouble finding an equivalent to ROWNUM (Oracle) in...
July 21, 2003 at 12:23 am
Hi Jugal,
quote:
Currently we are using san storage to store files in pdf format. This has led to space issues on the disk....
July 21, 2003 at 12:19 am
Hi kiberu,
quote:
Alter Procedure QryOrderFooter(
@OrderId int OUTPUT
)
As
SELECT OrderId,QTY,QtyValue, (QTY * QtyValue) as Revenue
FROM qryOrder
WHERE (qryOrder.OrderId...
July 20, 2003 at 11:57 pm
Hi anilg,
quote:
Thanks, but the problem is i cannot add a column to the database. All i can do is change the queries...
July 18, 2003 at 8:16 am
quote:
Error message, that Domain aggregate functions not allowed in VBA?
I've tested this one
Me.Text2 = DSum("[id]",...
July 18, 2003 at 8:01 am
quote:
Correct, Moved to ACCESS ADP and my forms have gone beserk!FE is in Access 2K (Office 2K SP3)
July 18, 2003 at 7:51 am
quote:
Another editor that is similar to EditPlus, and way more powerful is HomeSite. It isn't free, but it's only around $60...
July 18, 2003 at 7:46 am
Just another thought.
Are you moving from Access to SQL Server?
Will Access be the Front-end or will this change?
Cheers,
Frank
July 18, 2003 at 7:43 am
quote:
Hi, thanks, but this is from a VBA code behind a form where the computation is done:Me.TotValue = DSum("Revenue", "QryOrderFooter")and...
July 18, 2003 at 7:40 am
Hi Noel,
quote:
If I understand the meaning of DSUM correctly, you should use a GROUP BY clause.With
DSum(expr, domain, criteria),...
July 18, 2003 at 7:37 am
Hi ishaan99,
quote:
Can anyone please let me know if it will make a significant difference in performance having table on one filegroup and...
July 18, 2003 at 7:31 am
Hi kiberu,
quote:
Kindly show me the equivalent of MSAccess Dsum() function
given the Access Online Help...
July 18, 2003 at 7:27 am
Viewing 15 posts - 4,576 through 4,590 (of 5,356 total)