Viewing 15 posts - 541 through 555 (of 13,841 total)
(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
Please have a read of the following and post back with any questions:
February 28, 2024 at 2:48 pm
If you have deployed the package to SSISDB, create an environment containing a 'sensitive' variable to store the password.
Then configure your project in SSISDB to reference the environment and map...
February 28, 2024 at 2:18 pm
I don't know the solution to your problem, but I am interested to know why you would install the rather expensive Enterprise edition on your own PC rather than the...
February 28, 2024 at 9:02 am
Here is a partial solution which shows you how to separate out the data for each of the entities.
DECLARE @x NVARCHAR(MAX)
= N'{
...
February 23, 2024 at 5:20 pm
There seem to be four separate entities in that file (Company, Demographics, Claims, Procedures).
Is your aim to import the file into four separate tables? If not, what is your aim?
February 23, 2024 at 4:02 pm
i would hate to argue with him about this. does anybody know of a solution to this problem?
SQL Agent runs on the server on which it is hosted, no...
February 23, 2024 at 3:56 pm
Sounds like it might be some sort of contention issue. You could try reducing the max degree of parallelism and see whether that helps.
Did you take a look at the...
February 23, 2024 at 10:08 am
I always use SET NOCOUNT ON.
Then you must have SELECT statements in your proc.
INSERT ... SELECT
does not output the selected data to the SSMS window.
February 22, 2024 at 6:05 pm
When I run the stored procedure, I see the result of multiple queries ...
You mean, the data? Where, exactly, are you 'seeing' this?
February 22, 2024 at 5:37 pm
Are these packages running in series or parallel? Are they all hitting the same DB?
February 22, 2024 at 4:17 pm
The error message you posted is not overly helpful.
Usually (as the message itself suggests), a more specific and helpful error can be found before that one. Please take a look...
February 22, 2024 at 4:12 pm
In the Flat File Destination Editor, is the 'Overwrite data in the file' option checked?
February 22, 2024 at 10:31 am
Viewing 15 posts - 541 through 555 (of 13,841 total)