Viewing 15 posts - 16 through 30 (of 96 total)
What i see at this point when i past the connectionstring getting the error:
System.Data.dll
Additional information: Keyword not supported: 'mongodb://mycosmosdb:brVmi46RA7azECQro3m2sirrywJAzLdmpxiq6xKr4MK9iFsJdjFpQnX5UfttiGU1lPZg62AE1zo6Amhg==@mycosmosdb.documents.azure.com:10255/database?ssl'.
When I do this without ssl=true I get the following error:
June 27, 2017 at 2:44 pm
June 27, 2017 at 2:38 pm
What is the syntax to make this happen on that column?
https://msdn.microsoft.com/en-us/library/ms186342.aspx
is that this syntax?
-- Create a clustered index called IX_TestTable_TestCol1
-- on the dbo.TestTable table using the TestCol1 column.
CREATE...
December 2, 2015 at 1:01 am
Tnx for quick reaction.. There was a diffrence in the view colm and my table 🙂
September 23, 2015 at 1:30 am
GilaMonster (6/5/2015)
GG_BI_GG (6/5/2015)
GilaMonster (6/5/2015)
CAST(<source column>) as NVarchar(1))CAST(('0' as franchiseevendaccount) as NVARCHAR(1))
---
Incorrect syntax near the keyword 'as'.
Well, yes that's going to give an error. Aliases go after the column definition, not...
June 5, 2015 at 3:08 am
CAST('0' as NVARCHAR(20))as Account,
I fix it
June 5, 2015 at 2:56 am
GilaMonster (6/5/2015)
CAST(<source column>) as NVarchar(1))
CAST(('0' as franchiseevendaccount) as NVARCHAR(1))
---
Incorrect syntax near the keyword 'as'.
June 5, 2015 at 2:47 am
michal.lisinski (5/15/2015)
HiPLease try to set DelayValidation=true on both child (data connections) and parent (execute package task) packages. Is there any configuration values for the child package?
Regrads
Mike
It did not work...
May 16, 2015 at 2:25 pm
Test if a field value is null. This expression can be used to control the Hidden property of an image report item.
=IIf(IsNothing(Fields!mapimage.Value) , TRUE, FALSE)
Your not using anthing then...
May 15, 2015 at 5:03 am
Put your connection in a Variable [Provider=SQLNCLI10.1;Data Source=xxx;Integrated Security=SSPI;Initial Catalog=msdb]. Then go to the propertie of your Execute SQL Task Editor --> then go to Expressions --> Click on...
May 15, 2015 at 4:57 am
PB_BI (5/12/2015)
The error is probably the comma at the start of the expression ("0,01" instead...
May 15, 2015 at 3:26 am
Whats your variable and connection settings?
Need more information.
May 12, 2015 at 7:14 am
I modify my SQL and this only 1 sec to run it 🙂 anyway tnx for comment 🙂
WITH ACCOUNT AS
(
SELECT
[DATAAREAID] + '_' + [ACCOUNTNUM] AS FACC_BKEY
,[ACCOUNTNUM]
...
May 8, 2015 at 7:52 am
Viewing 15 posts - 16 through 30 (of 96 total)