Viewing 15 posts - 8,011 through 8,025 (of 59,072 total)
If you're absolutely positive that 90 days will always be the magic number, you could make a computed column that would auto-magically populate the column for you?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2019 at 8:45 pm
How in SSMS is he importing the data? BULK INSERT or something from the menu?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2019 at 8:42 pm
Oh no... not to worry. I got "the jest" of it. 😀 That's why the smiley faces.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2019 at 8:39 pm
You said cursor, wash your mouth out and say three Hail Marys to repent :-/
😀 😀 😀
Agreed. Unless the list of stored procedures was in flux and needed to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2019 at 5:16 pm
What is the exact command that you're using to do the shrink?
How many files is TempDB made up of?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2019 at 9:09 pm
For those interested in what "Nominal Scale" actually is, there's a quick tutorial from 1:46 to 3:30 in the following video. The two examples that they use to explain it...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2019 at 7:43 pm
I'm assuming that an invoice number uses a nominal scale. This is not a magnitude or quantity. That means it has to be a character string, but perhaps we could...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2019 at 7:38 pm
I suppose that if you don't want the LOB data in the temporal table, you could move all LOB data to an extension table with the same PK as...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2019 at 4:25 pm
For (1), you could add a column to the table itself to store the original login name there too (or, far better to save space, an id (that you...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2019 at 4:14 pm
2. ... Current trigger technology won't even directly allow the saving of LOB columns because the LOB values don't show up in the INSERTED/DELETED logical tables in standard...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 6:37 pm
Apparently, not. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 6:17 pm
(invoice_nbr CHAR(4) NOT NULL,
Good lord, NO! That is so wrong in so many ways! I suggest you read any good book on RDBMSs, especially if your going to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 6:13 pm
You're trying to fix it on the fly in your code and it doesn't really work that way in the real world.
Absolutely agreed but, unfortunately, the real world is...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 6:05 pm
“Security through obscurity.”
Yep, that’s me. At the longest it’s been another 2”, but i live in Jackson, Wyoming and the beard can collect inconvenient amounts of ice sometimes.
I live...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 5:59 pm
ISO standards forbid embedded spaces in the encodings. There's also a set of Unicode characters that have to be used. It's the digits, Latin letters, and a limited set...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2019 at 5:56 pm
Viewing 15 posts - 8,011 through 8,025 (of 59,072 total)