Viewing 15 posts - 1,561 through 1,575 (of 2,694 total)
yes... but....
DO NOT restore directly from prod to any other environment. where you do need to have production data always setup a process on another server (restricted, to be treated...
May 1, 2020 at 8:06 pm
it is a matter of opinion.
on my own opinion I enforce them to be after the create.
one of the reasons is that if I ever need to do a automated...
May 1, 2020 at 7:52 pm
It's not like I can just install Visual Studio on the server that is hosting the databases without discussing with higher ups. Additionally I believe this requires a coding...
May 1, 2020 at 5:41 pm
why don't you do what I said and install Visual Studio (SSDT) - you can then generate a VS solution/project with all objects on your database, do the global replace...
May 1, 2020 at 3:18 pm
you can't blindly replace all "create" by an "alter".
Replace ((REPLACE(definition,'subscriptonguid','subscriptionguid')),'ALTER','create')
you need to replace the above bit of code with
May 1, 2020 at 7:01 am
yes until you do the REVERT you are not a sysadmin as you are the OTHER user
have a look at the examples I gave here - it is very clear...
May 1, 2020 at 6:50 am
as per my previous examples you need to REVERT the execute once you are finished with the impersonation.
and you never told us that your login was a AD group -...
April 30, 2020 at 6:28 am
have a look at https://docs.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-version-15?view=sql-server-ver15
There are a few differences that can affect performance - you may or not suffer from them as it will depend on the type of usage...
April 30, 2020 at 12:46 am
as you were advised on other threads you created here over the last 2 years you either use a third party tool to monitor and log this type of events...
April 29, 2020 at 11:50 pm
sometimes GUI does that - if you can get your hands on ntrights.exe (https://www.microsoft.com/en-us/download/details.aspx?id=17657 try using it
see https://littlekendra.com/2009/11/12/automating-sql-local-security-policy-rights-posh-and-ntrights/
April 29, 2020 at 11:22 pm
you do need to learn how to read then - it is very clear the steps to do it post install.
To grant an account the Perform volume maintenance tasks permission:
On the computer...
April 29, 2020 at 8:34 pm
did you follow the instructions here https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-instant-file-initialization?view=sql-server-ver15
April 29, 2020 at 7:51 pm
If a third-party tool is an option, you can consider using our SSIS Productivity Pack. Within the Productivity Pack, our Premium ADO.NET component will allow you to...
April 27, 2020 at 10:34 pm
to go from 2012 to 2008 your only option is to recreate the package from scratch.
you can go higher easily, sometimes without even doing a package upgrade, but not lower
April 27, 2020 at 6:36 pm
Viewing 15 posts - 1,561 through 1,575 (of 2,694 total)