Viewing 15 posts - 31 through 45 (of 63 total)
Hi,
I am using the data format as below.
DECLARE @table TABLE (number nvarchar(max))
INSERT INTO @table VALUES (4.5267489711934158E-2)
INSERT INTO @table VALUES (8.8356729975227088E-2)
INSERT INTO @table VALUES (9.9356025758969638E-2)
SELECT CONVERT(VARCHAR(4),CONVERT(INT,ROUND(CAST(number AS DECIMAL(4,2)), 0))) + '%'...
June 5, 2011 at 11:01 pm
got any resolution for this..i am also facing this issue from long time back pls suggest resolution.
March 20, 2011 at 9:00 pm
Hi,
My concern here is to have when ever insert has done i need to insert that record to History table" also when updated i need to track old values and...
December 26, 2010 at 10:40 pm
Thank you much for your comments here.
I will set the source server connection timed out to 0 and monitor for some more few days for good.Anyhow thanks for your help.
But...
December 12, 2010 at 9:11 pm
Hi
Thanks for your valuable comments here.
Also have a look at the target and the originating server properties concerning "Remote server connection" have the remote query timeout set to 0...
December 12, 2010 at 8:47 pm
yes web user is having an access to linked server as this SSAS is hosted on the same server.
If web user don't have access then it should failed always...
December 12, 2010 at 7:39 pm
Hi All,
Today again my linked server drops out and thrown with an error:
Error: Cannot create an instance of OLE DB provider "MSOLAP" for linked server "Expense_Cube".
Post restart of SQL server...
December 12, 2010 at 7:02 pm
Hi,
If that is the case it should't connect always sometime it will connect and work properly but for some other time it won't work what should be the cause for...
December 7, 2010 at 6:59 pm
again i am getting the error
Msg 7399, Level 16, State 1, Line 2 The OLE DB provider "MSOLAP" for linked server "" reported an error. The provider did not...
December 6, 2010 at 10:13 pm
Hi,
This error will not come always i have refreshed database and executed i ran successfully with out any issue.
What could be the reason for this ?
How do i check why...
December 6, 2010 at 6:40 pm
Here is my part of the query:
CREATE PROCEDURE [dbo].[get_interaction_list_account] (
@account_id INT = 0,
@period INT = 0
)
AS BEGIN
...
November 23, 2010 at 2:47 am
Hi,
1.The example data which i have given for only one record you may be consider for multiple records similar to that only if you want.there is no issue with data.
2.Yes...
November 23, 2010 at 2:31 am
Hi Below are the values from sys.configuration
name |value | minimum | configuration_id |maximumvalue_in_use...
November 23, 2010 at 12:18 am
Hi Adi,
I used the same query and get the result and pasted in notepad and saved file as .xml,when i opened with the IE i could see <safetyreport> as child...
November 22, 2010 at 5:18 am
Viewing 15 posts - 31 through 45 (of 63 total)