Viewing 15 posts - 196 through 210 (of 391 total)
Hi,
It depends on your setup. If you use mirroring with witness-server, the wittness-server knows the state of the mirror nodes. If you don't use a wittness-server, the primary node...
October 26, 2018 at 6:40 am
Hi,
you should take a look on the page from ola hallengren
https://ola.hallengren.com/sql-server-backup.html
Very good scripts for backups, the scripts know, if the node is the primary...
October 26, 2018 at 6:26 am
Hi,
IO Frozen locks like backup software with snapshots.
What about scheduling, agent jobs, external tasks?
Kind regards,
Andreas
October 23, 2018 at 12:52 am
Hi,
this would be easier with the extended events.
If you use the SSMS 2017.x, there are 2 extended event sessions under XEvent Profiler.
With this 2 sessions you are...
September 27, 2018 at 2:36 am
Hi,
you are able to attach the mdf file without the ldf file. But you may lost a lot of data.
If you are not able to lost your data,...
September 26, 2018 at 6:29 am
Hi,
it depends. Do you know the workload of your database now?
How much orders will be more in december.
You should know your RAM consumption, your IO and your...
September 25, 2018 at 2:13 am
Hi,
difficult, but I try to explain:
AlwaysOn Failover cluster instances
If a failover occurs, the instance did a failover
All objects are on the new instance, jobs, logins,...
September 24, 2018 at 12:31 am
Hi,
try to put the query in a sql job. Export the result to csv via job step and the user could import the csv file to excel.
What do...
September 21, 2018 at 5:37 am
Hi,
what kind of maintenance plan are you creating?
There are a lot of wunderfull scripts from ola hallengren, they can do a lot more then the maintenance plans.
Kind...
September 19, 2018 at 2:57 am
Hi,
are you able to change the destination of the audit from the ring buffer to a local file?
And, are there more informations in the ERRORLOG?
Kind regards,
Andreas
September 14, 2018 at 6:40 am
Hi,
do you mean something like that:
SELECT servicename,
last_startup_time,
service_account
FROM sys.dm_server_services
Best regards,
Andreas
September 14, 2018 at 12:02 am
Hi,
I am sorry, but there is no best way.
It depends, how many servers, and what is your goal of monitoring. Would you get any kind of alert, if...
September 13, 2018 at 11:45 pm
Hi,
try this kind of query:
There is a column with unused space. And by the way, much more helpful than the reports in the SSMS.
September 12, 2018 at 2:01 am
Hi,
here are some usefull tips:
https://www.sqlservercentral.com/Forums/1614520/Intellisense-on-some-databases-not-others?PageIndex=2
Have you got an unused linked server?
Or do you use different version of SSMS?
Kind regards,
Andreas
September 11, 2018 at 4:53 am
Hm,
I am confused. Do you mean this function in the SSMS:
IntelliSence enabled ?
I didn't hear something like "embedded intelligence" with a SQL Server.
Have you got a...
September 11, 2018 at 3:55 am
Viewing 15 posts - 196 through 210 (of 391 total)