Viewing 15 posts - 31 through 45 (of 122 total)
The "Stairway" series here are very good. Always worth a read regardless of experience/knowledge. Here are two examples:
https://www.sqlservercentral.com/steps/stairway-to-data-level-1-the-basics
https://www.sqlservercentral.com/stairways/stairway-to-database-design
October 27, 2020 at 11:19 am
<rant>What's so unforgivable, as a UK tax payer, is that this has cost in the region of £12Billion.
(I can forgive the users, and the [probably] very small team of actual...
October 19, 2020 at 8:00 pm
As you see in the PowerPoint presentation in the attached ZIP file, I used to be the same way until I went to work for a company that used...
October 19, 2020 at 6:43 pm
8<
I also have been known to use xp_CmdShell to work some serious magic for things like file prep (especially on CSVs), file handling (find it, use it, move it...
October 19, 2020 at 12:37 pm
Just went through all that code and lordy.
8<
Many thanks for taking the time to wade through that lot Jeff, and I hope your blood pressure didn't rise too much...
October 15, 2020 at 3:36 pm
Ok, here is DDL from the "persons" table and all six triggers on it. The other tables for incidents, computers, assets etc follow a similar format.
I have also included DDL...
October 12, 2020 at 12:28 pm
Thanks for the interest in this. If I am slow responding, it's not because I have lost interest! I am just checking on this one that I am not infringing...
October 12, 2020 at 9:38 am
Thanks Jeff. Thorough as always! I cited that thread because it's one of the most comprehensive things I've come across on rebuilding/reorganising in various scenarios, so I stuck it in...
October 10, 2020 at 9:41 am
Be careful of autogrowth here. Also, it's a good idea on any drive with auto-growth enabled, create an file called 'deletemeinemergencies' or similar. Make it big enough, say 20...
October 9, 2020 at 1:38 pm
I was seriously considering setting up a consultancy yesterday and offering my services to HM Gov at a fixed fee of £20m to set up a process...
October 6, 2020 at 4:15 pm
It's the fact that the spent £12 billion of tax payers money on that spreadsheet that really annoys me. Glad to...
October 6, 2020 at 3:55 pm
thanks Des,
asked third party aboyut the indexed views, they said absolutely not, will void contract, lol
8<
>8
Wow! that takes their their shonky datatyping and design to a whole new level!...
October 2, 2020 at 2:41 pm
Is this the same table that has the weird DateTime column and time as INT column in your recent post?
Does this third-party database allow creation of Indexed Views?
If so, might...
October 2, 2020 at 12:02 pm
8<
>8
Also, just to be sure, the OP stated that they weren't the ones that are responsible for the poor datatyping that you're correctly talking about. A 3rd party is...
October 1, 2020 at 10:26 am
We do the same as others have mentioned. Load into a table where the columns are wide nvarchar and then validate afterwards. We use TRY_CAST and TRY_PARSE to check...
September 29, 2020 at 10:33 am
Viewing 15 posts - 31 through 45 (of 122 total)