Viewing 15 posts - 526 through 540 (of 13,838 total)
Thank you, sir.
I believe you're correct - it's a Kerberos double-hop issue.
I checked the sql server logs on instance B and found this line. When I execute the SSIS...
March 4, 2024 at 4:27 pm
A report that shows timespan of the analysis and then total for the TagID then Unique and Nonunique(differnt value)
There where 800 captures and 750 all had same value and,...
March 4, 2024 at 4:01 pm
What are your desired results, based on this sample data?
March 4, 2024 at 2:45 pm
One final idea. Could it be a Kerberos double-hop issue? To test this, try using SQL Server auth for your connection, rather than Windows.
March 4, 2024 at 11:34 am
The reason I mentioned it was just to make sure that you'd filled in all the parameter and connection override info on the GUI screen before submitting?
March 3, 2024 at 1:11 pm
Are you using SSISDB environment variables to override connection configuration?
March 2, 2024 at 8:19 pm
I don't think that this is a SQL Server or SSIS issue.
The part of the error message which I would focus on is this: Unable to complete login process due...
February 29, 2024 at 11:12 am
19, 0 not enough as the data being truncated has at least 2 decimal places according to the error.
Missed that, thanks.
February 28, 2024 at 9:57 pm
OK. Try this
(SalesLT.Product.ListPrice - SalesLT.Product.StandardCost) AS Profit
February 28, 2024 at 9:42 pm
Try changing to scale 19, precision 0.
Also, is the destination column really a 510 character string?
February 28, 2024 at 9:29 pm
OK, here is my second question, once again, this time in black and white.
What should the column should be called and what calculation is required?
The existing syntax is nonsensical.
February 28, 2024 at 9:26 pm
Precision 19, scale 18 works for numbers like
1.123456789012345678
ie, 1 number before the decimal and 18 after. Are your numbers in this format?
February 28, 2024 at 8:33 pm
(CONCAT('£'CAST ((100.00,'C', 'en-gb'))AS CurrencyFormat)'SalesLT.Product.ListPrice - SalesLT.Product.StandardCost AS Profit')
Is this supposed to be one column or two? What are you trying to do here? It's not clear.
February 28, 2024 at 8:30 pm
Sorry Edited
Bravo, that's much better.
February 28, 2024 at 5:37 pm
HI Hi, I have a specific requirement for sending SQL server DB mail. In my scenario, the SQL Server query output should be sent as a PDF or Excel...
February 28, 2024 at 4:22 pm
Viewing 15 posts - 526 through 540 (of 13,838 total)