Viewing 15 posts - 901 through 915 (of 6,400 total)
Ensure you have "enable remote errors" enabled and then you just need to go and debug each component via the UI.
Start with the data source(s) ensure they test connection and...
December 14, 2020 at 7:41 am
It’s just a normal log backup but with the keyword NO RECOVERY which takes the database into a restoring state so no user connection can happen to it
December 11, 2020 at 4:22 am
Taking a tail log is needed in all migration scenarios as it takes the original database offline.
How it is quicker is when you use something like log shipping (or pre...
December 10, 2020 at 7:15 pm
Probably one for your exchange/windows team and the networks team to look at. There may be something different to how the SMTP server is accepting requests from TreeSize vs SQL,...
December 10, 2020 at 8:32 am
Extended events would be the way to go for the login_successful event type where the username is sa and the session is a user session.
The user session is important as...
December 8, 2020 at 3:05 pm
Take a look at https://docs.microsoft.com/en-us/learn/certifications/exams/dp-300, which is the newer certification for the old MCSA Administration
That has specific modules for Always On, I would recommend going through the pieces in the...
December 8, 2020 at 8:06 am
1 - not possible - index creation date is not stored, last index rebuild/reorg date is also not stored. Closest you would get is using STATS_DATE to find the last...
December 8, 2020 at 8:02 am
December 7, 2020 at 10:33 am
Maybe some miss communication on this.
When I mention SSRS I mean the SSRS portal in browser http://ssrsreportserver/reports
When I mention the application, this is a custom built vb.net application which spawns...
December 7, 2020 at 10:29 am
SSRS as a service is not cluster aware.
The data sources it is cluster aware.
If you are putting SSRS as a service into an AOAG setup you should be installing it...
December 7, 2020 at 10:08 am
Not played with SSRS since SQL 2012, remember the deployment I did for that had broken and inherited permissions at different levels of the hierarchy depending who needed access to...
December 7, 2020 at 10:05 am
Alias are a good idea too, but the OP said they have 1000 config locations, if that is all on one machine or a handful of machines Alias would work...
December 7, 2020 at 9:56 am
Yes you will need to, but you will have a huge licensing cost on your hands if you do not have unlimited virtualisation rights or are using physical tin. As...
December 7, 2020 at 9:52 am
Use a CNAME right off the bat, makes life a lot easier for migrations.
Then you update the CNAME to point to ServerB instead.
Never in a month of Sundays would I...
December 7, 2020 at 9:34 am
Don't you want the "StartTime" parameter instead?
StartTime,DateTime,The time that the package started to run.
https://docs.microsoft.com/en-us/sql/integration-services/system-variables?view=sql-server-ver15#:~:text=System%20Variables%20for%20Packages%20%20%20%20System,was%20cr%20...%20%2018%20more%20rows%20
December 7, 2020 at 9:09 am
Viewing 15 posts - 901 through 915 (of 6,400 total)