Viewing 15 posts - 916 through 930 (of 7,466 total)
are you using a 3th party backup solution or native SQLserver backups ?
Plug in into your existing backup infrastructure !
Doing that you can use it to test...
November 8, 2017 at 7:03 am
FWIW (free) dbatools may help you out if you are open for a bit of Powershell
November 2, 2017 at 5:49 am
If you still want to experiment with sp_msforeachDB, you could try it quick and dirty like this:
October 31, 2017 at 3:13 am
As always: it depends !
With a SQLServer clustered instance, the pain point may be the shared storage.
A single SAN is such a liability ( and still...
October 30, 2017 at 8:09 am
This is a way where you can copy data to your AzureSQLDB ( provided you've already implemented the schema ) using Powershell
Write-Datatable can be found here
October 25, 2017 at 3:46 am
chances are you didn't get a result because tblOrders may exist in multiple schema !
Best practise: always schema-qualify your objects !
Select ...
from...
October 10, 2017 at 2:12 am
First of all: the concepts: https://docs.microsoft.com/en-us/azure/architecture/best-practices/data-partitioning
Did you have a look at : https://www.mssqltips.com/sqlservertip/3494/azure-sql-database--table-partitioning/ ?
I haven't tested this on a Azure...
October 10, 2017 at 12:39 am
Time to learn Powershell !
To keep it simple, just add an extra variable (e.g. $ResultFileName )
#Create the report and save it to...
October 5, 2017 at 2:20 am
Today I received 2 new false notifications:
A user you are following, "Sue_H", has posted new content
A user you are following, "SQLDCH", has posted new content:
October 4, 2017 at 12:40 am
did you check the ( FREE ) Powershell solution dbatools provides which can copy the logins ? ( and a bunch of other SQLServer relatied management features ! )
September 22, 2017 at 5:32 am
I dislike linked servers (because of its unstable behaviour by nature )
Why aren't you considering a (scheduled or evan ad-hoc launch) SSIS package ?
September 22, 2017 at 3:39 am
As far as I know, I haven't subscribed to the topics ( the mail states I follow the users. topics emails state "topic" )
Today I received 2 mails...
September 21, 2017 at 3:38 am
September 21, 2017 at 1:08 am
apparently it is getting worse 😉
September 21, 2017 at 1:03 am
Viewing 15 posts - 916 through 930 (of 7,466 total)