Viewing 15 posts - 1,846 through 1,860 (of 13,838 total)
I am not arguing nor disapproving anyone and fully appreciate the time people took to reply.
My concern was if the proposed solution, with several SELECT statements from the same...
September 16, 2021 at 10:26 am
Thank you for posting your solutions, I just wonder how those multiple SELECT statements will affect the server, when the real tables will be very big >1M each.
Not sure...
September 16, 2021 at 9:08 am
Welcome to the wonderfully non-intuitive world of XQuery! Here is some T-SQL which does the job. If you want to understand exactly how it works ................ ([Phil starts whistling and...
September 16, 2021 at 9:01 am
My German is not good enough to understand all of your screenshots, and as you have not provided any usable sample code, I cannot provide a coded solution. But I...
September 16, 2021 at 8:15 am
Hi Jeff,
Does the "modify_date" column gets modified when DML changes also occur, or only DDL changes?
Why not run a quick test and find out for yourself?
September 15, 2021 at 3:04 pm
Do a DB schema compare against what you have stored in source control to identify any 'drift'.
September 15, 2021 at 12:40 pm
Not answering your question, but a quick note about your existing SQL, as it can be made considerably more concise, using the following structure:
SELECT *
FROM src
...
September 15, 2021 at 9:50 am
Hi, I have included FIRE_TRIGGERS in fast load mode and my package is failing with error "An error was raised during trigger execution. The batch has been aborted and...
September 15, 2021 at 8:14 am
Hi Phil,
Yeah its identical, I am simply executing the execute SQL task by right clicking on it in VS.
That works whereas running the package in its entirety causes the...
September 13, 2021 at 3:49 pm
Are you 100% certain that exactly the same SQL is being executed in each case?
September 13, 2021 at 12:32 pm
'Null' is a string. Do you really have strings containing the word 'Null'?
NULL is the absence of data.
As you don't want to remove all rows, your TRUNCATE comment is not...
September 10, 2021 at 2:22 pm
But surely regardless of where and how I store it, the issue I've got is how to extract it (the version)
I'm sure I'll figure something out once I've been...
September 10, 2021 at 10:58 am
It's certainly an option, although whilst I try to make all my scripts "idiot proof" I can't vouch for how meticulous the DBAs are that I'll be handing the...
September 9, 2021 at 2:48 pm
You're not doing anything wrong. Deployment processes often vary from one organisation to another.
Perhaps the simplest solution would be to hand the DACPAC to the DBAs along with a .sql...
September 9, 2021 at 2:13 pm
msdb.dbo.sysdac_history_internal doesn't contain anything regarding the dacpac version, so in this situation I would say that it doesn't contain anything useful, but thanks for continuing to look at my...
September 9, 2021 at 1:10 pm
Viewing 15 posts - 1,846 through 1,860 (of 13,838 total)