Viewing 15 posts - 1,471 through 1,485 (of 2,701 total)
or better yet - setup a powershell that executes all required queries and writes the output of each onto a csv file (one per query) - and set it so...
June 16, 2020 at 7:00 pm
have a look in the manual for substring and convert, and potentially "stuff" - with the you will be able to do what you need.
and if after you read the...
June 15, 2020 at 7:14 pm
you need to add " (double quote) as the text delimiter on the definition above - once you do that you will be able to open the file correctly in...
June 15, 2020 at 6:31 pm
That's nice points you said. I was trying to automate this process using SQL Server agent job and selecting SSIS, once I have my export package saved. I tried...
June 14, 2020 at 4:43 pm
what indexes exist on the parent table?
most likely there is one already covering all the columns on that where clause - and if so the effective date should most likely...
June 14, 2020 at 3:59 pm
you don't need to measure everything - if someone asked you to do that they don't know what they are talking about.
and comparing a proc over all others on a...
June 13, 2020 at 10:51 pm
could be due to login not valid.
How are you setting up your connection string to DB2?
and is it using username/password or other method?
June 13, 2020 at 8:26 am
A simple google gives this
June 12, 2020 at 7:06 pm
changing to read only does not prevent access to it.
changing security may prevent those that need access to it to do what they need.
So if it needs to be online...
June 12, 2020 at 3:16 pm
either switch it off or rename it (in case data is volatile and someone needs to look at the old content).
Either will prevent unwilling access to it as Anthony mentioned.
June 12, 2020 at 8:08 am
you have not understood anything that was transmitted to you.
you setup a job - that job restores a particular database from a particular location - if name and location is...
June 11, 2020 at 9:23 pm
I would also query the MAXDOP and (CTFP) settings - you seem to have a server with 64 HT (2 numa nodes) and you seem to either have a MAXDOP...
June 10, 2020 at 3:41 pm
and sometimes being (or not) unicode also gives the same error - many times this happens because someone edited or created a file manually for testing and didn't set it...
June 10, 2020 at 9:15 am
try the following.
adjust number of columns as required - and if they vary hugely you can change that part of the code to be dynamic and based on the max...
June 9, 2020 at 10:14 am
Viewing 15 posts - 1,471 through 1,485 (of 2,701 total)