Viewing 15 posts - 91 through 105 (of 476 total)
Thanks, that makes sense. I did bit of further reading and it looks like an in situ upgrade is restricted more than a RESTORE.
SQL Server 2016 will restore from 2005...
February 11, 2021 at 2:26 pm
I do not have "cross db ownership chaining" turned on ...
I have explicit permissions on the tables, in Other Database, that the APP needs access to.
But what I want to...
February 11, 2021 at 1:58 pm
I thought it wasn't possible to upgrade SQL more than 2 version - so required multiple intermediate steps when coming from a much older version.
But on checking that I found:
"Backup...
February 11, 2021 at 8:45 am
We have an SProc that we put (EXEC) at the front of all scripts. Of course that is only Scouts Honour that it will be included ...
PRINT...
February 11, 2021 at 7:54 am
I have a Wacom Pen/Pad that I can use in TEAMS Whiteboard. I am no artist, and I find it very difficult to use (in the way of / as...
February 11, 2021 at 7:34 am
It looks like your dbo.MyJobs table is the one not allowing duplicate values, which matches your CI as being unique.
Yes, that's the intention, but given the Unique Clustered index...
February 11, 2020 at 5:56 am
Very helpful, thanks.
Availability Groups ... An asynchronous setup would do most of what log shipping would do plus more. ... Lots more love from Microsoft
I'm too old to know...
September 24, 2019 at 3:30 pm
More careful checking reveals some other sp_config values that are different to the Running values
min server memory (MB) value=0, value_in_use=16
priority boost value=1, value_in_use=0
user connections value=8, value_in_use=0
Just can't think why any...
August 15, 2019 at 7:01 am
Thanks both. Seems like it was most likely an accidental change, but we are totally mystified as to how that would happen. We don't go messing with that stuff (like...
August 15, 2019 at 6:25 am
Thanks. The real-world Stored Procedure includes a bunch of error handling and logging, which inline table-valued function wouldn't...
October 1, 2018 at 12:52 pm
GilaMonster (11/11/2015)
It's got a GUI in 2012
Ah, that sounds encouraging, thanks. I'll check out the blog links too. It looks a bit daunting, as a newbie, last time I looked!
November 11, 2015 at 12:08 pm
Thanks Gail. Bit beyond my capability - I'm aware of EEs, had a brief look, but never tried to actually code one. If you can easily point me...
November 11, 2015 at 11:05 am
yb751 (11/11/2015)
It doesn't make sense to create a 137 column table with tons of empty fields
It would to me if you were OUTER JOIN'ing the KeyValue table 137 times in...
November 11, 2015 at 10:53 am
Viewing 15 posts - 91 through 105 (of 476 total)