Viewing 15 posts - 151 through 165 (of 325 total)
August 22, 2018 at 1:05 pm
August 22, 2018 at 12:42 pm
elea.grig - Wednesday, August 22, 2018 1:23 AMThat is the only way not to encounter that automatic page again?
I don't know...
August 22, 2018 at 12:21 pm
It does seem like a weird inconsistency. You could try filing a bug against it, but it may fall into the "sometimes triggers are just weird" category and not get...
August 22, 2018 at 12:16 pm
August 22, 2018 at 12:10 pm
August 22, 2018 at 12:02 pm
August 22, 2018 at 11:55 am
I can't claim to have invented it, I'm fairly sure I picked it up from this site somewhere. It may even be an article already...
August 22, 2018 at 9:33 am
You can use the installer to generate a configuration file, then subsequently use that to automate the process of installation. https://docs.microsoft.com/en-gb/sql/database-engine/install-windows/install-sql-server-using-a-configuration-file?view=sql-server-2017
August 22, 2018 at 12:31 am
You don't need all the temp tables and,unless you don't mind the data being wrong, you really don't need the nolock hint:
Insert Into CreditCard(CreditCardID,ActivityId,CardDetails,TransactionDateTime,TradingId)
Select
A.CreditCardID,
August 22, 2018 at 12:25 am
August 21, 2018 at 9:08 pm
I too would tend to use the CASE variant, but it's worth noting that:
August 21, 2018 at 8:35 pm
August 21, 2018 at 1:00 am
One thing to bear in mind if your boss isn't a SQL guy, is that the terminology around SQL Backups is a little different than the usual backup terms and...
August 21, 2018 at 12:28 am
August 21, 2018 at 12:02 am
Viewing 15 posts - 151 through 165 (of 325 total)