Viewing 15 posts - 3,241 through 3,255 (of 13,874 total)
Are there other better approaches to use when comparing a list of nullable columns? Does CHECKSUM() serve any useful purpose?
If you want your comparison to be bulletproof, you need...
October 21, 2019 at 10:16 pm
Your expression NULL(DT_DATE) is returning the 1899 date always. You cannot change it, unless you change the expression to return something else.
October 21, 2019 at 7:40 pm
Same result, confirmed.
October 21, 2019 at 5:07 pm
The packages are located on a shared folder in the server which all team members has access to . We are trying to open these packages from the server...
October 21, 2019 at 3:45 pm
Hi,
Can you please give me Idea, how can i use stored procedure in SSIS with different database name in Dev, Test and Prod ?
In stored procedure, I am going...
October 21, 2019 at 3:43 pm
What does "I am unable to open those packages from the server" mean? What are you doing? What are the errors you're getting? You need to describe the problem,...
October 21, 2019 at 1:37 pm
Are you attempting to write multiple files, or multiple sheets in the same file?
October 17, 2019 at 12:33 pm
Am I just doing it wrong?
I think so! If you try plugging a string containing a triple space into my example above, you will see that it gets condensed...
October 17, 2019 at 12:29 pm
As far as I know, in SQL, TRIM is used for characters other than spaces.
Oh no it isn't. TRIM() is the equivalent of LTRIM(RTRIM()) and thus removes leading and...
October 17, 2019 at 2:38 am
I'm assuming that SSIS does not consider what happened to be an error ... otherwise, by default, your package would fail.
Assuming this package is deployed to SSISDB, please check the...
October 16, 2019 at 8:14 pm
Right-click on the database in SSMS Object Explorer.
Select Tasks/Generate Scripts
Select Views and follow the prompts.

October 16, 2019 at 8:09 pm
Is it possible to script multiple queries? I need to transfer about 30 queries from one server to another w/o copying the entire database. I was hoping i wouldn't...
October 16, 2019 at 7:41 pm
Are you using SQL Agent job to do this?
If so, it's likely that the SQL Agent user does not have the necessary rights to create the file.
Or, if the file...
October 15, 2019 at 7:50 pm
Note also that it is good practice to
a) Explicitly name the columns you are INSERTing to
b) Avoid SELECT * (unless the number of columns and their names has no effect...
October 14, 2019 at 4:29 pm
You have stated your requirement, but what is your question? What have you tried and what were the results?
October 14, 2019 at 4:25 pm
Viewing 15 posts - 3,241 through 3,255 (of 13,874 total)