Viewing 15 posts - 31 through 45 (of 132 total)
Thanks for the reply.
However I heard that we can set scope for calculated measures so that the calculated measures will appear for drill through.
How far it is correct?
Thanks.
Thank You
June 9, 2011 at 5:58 am
Gianluca Sartori (5/29/2009)
Thank You
May 29, 2009 at 3:33 am
venki (4/28/2009)
I want to increase the column size in the table tblCostBuildUp.
I am trying to execute this DDL statement but I am getting the errors.
If I do it from...
Thank You
April 28, 2009 at 11:59 pm
Hi,
I want to increase the column size in the table tblCostBuildUp.
I am trying to execute this DDL statement but I am getting the errors.
If I do it from SSMS...
Thank You
April 28, 2009 at 4:37 am
Chris Morris (4/22/2009)
Thank You
April 23, 2009 at 11:57 pm
Chris Morris (4/22/2009)
Hi VenkiCan you post the script for the table please? This will allow future posters to evaluate the problem.
Chris,
I am sending the script for the table.
USE [WKO]
GO
/****** Object:...
Thank You
April 22, 2009 at 10:01 am
There is a duplicate data for that column where user is trying change it. Yes, it is a key column of composite primary key. and also it is unique non...
Thank You
April 22, 2009 at 6:04 am
venki (4/17/2009)
I have a Access application which has following code.
Set qry = CurrentDb.QueryDefs("qrySumOfExpenses")
qry.Parameters("param1") = pubLocation
Set rec = qry.OpenRecordset
The above code is...
Thank You
April 17, 2009 at 5:13 am
Gosta Munktell (4/16/2009)
Do you run the query as a query in Access?
In design view you have Query Properties there you can adjust the
ODBC Timeout. Default is 60 s. I run...
Thank You
April 16, 2009 at 5:53 am
William,
Thanks for your help. I will try this example and tell you.
But a quick question is I don't think there is a difference between existing query and your query...
Thank You
April 16, 2009 at 3:58 am
Chris Morris (4/15/2009)
How are new values for the PK generated?
The Access application may be attempting to change the value in the PK column...
Thank You
April 15, 2009 at 6:38 am
Florian Reischl (4/13/2009)
HiTry this:
SELECT AutoId, COUNT(*) Duplicates
FROM YOURTABLE
GROUP BY AutoId
HAVING COUNT(*) > 1
Greets
Flo
Flo, Thanks a lot for you help. I will...
Thank You
April 13, 2009 at 8:22 am
Thanks for your information.
I attached the options screen shot. Time out property set to 0 secs so it means infinity. So it would not the problem.
My Access application has...
Thank You
April 13, 2009 at 7:23 am
Please help out. It's very urgent.
I analysed the problem and found that the table I mentioned is not the table in SQL Server 2005. It is a VIEW which is...
Thank You
April 7, 2009 at 6:59 am
Thanks a lot Atul. Thnaks for your help.
Thank You
March 25, 2009 at 1:16 am
Viewing 15 posts - 31 through 45 (of 132 total)