Viewing 15 posts - 2,626 through 2,640 (of 22,202 total)
And this thread just keeps on keeping on... This is a pure rant, so read at your own risk. I have been involved in the interview process for a...
April 10, 2019 at 3:42 pm
It's been a while, but I'm pretty sure that NOLOCK was only a table hint in 2005, not a query hint. That means you can't use it in plan guide...
April 10, 2019 at 1:12 pm
It is "safe". However, sometimes, I have had issues uninstalling older versions. 99% of the time, it'll just uninstall and you'll be good. Go for it. Just... if you hit...
April 10, 2019 at 1:07 pm
I am not an RDS expert. However, according to their documentation and a web search, you can. Use this command and change the database name:
exec msdb.dbo.rds_restore_database...
April 10, 2019 at 1:04 pm
I just installed the SQL Server 2019 Developer Edition on my personal laptop. It shows that ssdt version 16 is present within the visual studio Suite but I cannot...
April 10, 2019 at 12:56 pm
A view is just a query, not a table (except in the case of indexed views, but you can't add data to them directly). No data is stored in...
April 10, 2019 at 12:53 pm
First page that comes up in a search for "sql server backup" is this one. It includes this quote:
If you restore an older version database to SQL Server 2017,...
April 10, 2019 at 12:49 pm
Please don't post the same question in multiple forums. It leads to all sorts of confusion. I've answered your question over here. I'd suggest we focus all the conversation...
April 9, 2019 at 11:59 am
No, don't change the storage to have multiple values. That will cause a million and one problems. You're talking about just a display issue in the results. That is best...
April 9, 2019 at 11:56 am
Steve Jones - SSC Editor wrote:Well, with the new leaderboard (https://www.sqlservercentral.com/contributors), we have our first millionaire.
Yay. Um, so what are those points redeemable for again? 🙂
Everlasting Glory!
April 8, 2019 at 4:35 pm
Grant, well said... Having worked with cloud and SQL DBA work, I found learning Powershell is a must. Anyone deals with cloud and managing different flavors of...
April 5, 2019 at 10:29 am
For containers, I feel it is more a developer thing, that makes their development platform easier ,quicker, portable. For production environment, for DBA to maintain, are we going to...
April 5, 2019 at 10:27 am
I forgot all about Linux (as I sit here working with Linux containers). Yeah, that's another thing, if you need it, that could certainly lead to 2017 over 2016.
April 4, 2019 at 8:41 am
Viewing 15 posts - 2,626 through 2,640 (of 22,202 total)