Skip to content
  • Home
  • SQL SERVER
  • BI w\ MSSQL

SQL Server ve Biraz Oradan Biraz Buradan…

Tag: SQL SERVER

Written by omerzeybekAugust 14, 2020February 22, 2021

How to Move SQL Server Log Shipping Secondary Database Files

If disk space on your SECONDARY side is full and  you want to move one of your databasefile to other location. You can manage in 3 steps: ALTER DATABASE LogShipped_DB MODIFY FILE ( NAME = myLogShip, FILENAME = ‘D:\SQLMonitor\LogShip.mdf’ ); With this command, you have indicated that you are going to move datafile to sql […]

Written by omerzeybekAugust 14, 2020February 22, 2021

Adding new datafile on your secondary node of logshipping

You need to add new datafile to your SQL SERVER that has LOGSHIPPING. So automatically same datafile will be created on secondary side. What if drive letter is different on secondary node? To manage you sould run this command on secondary side to tell sql server to create datafile on where you want.

Written by omerzeybekDecember 30, 2019February 22, 2021

What is Wrong With My SQL MAIL

You can list all errors getting from SQL Mail and than perform troubleshooting : select * from sysmail_allitemsorder by sent_date desc

Create a free website or blog at WordPress.com.
Create your website with WordPress.com
Get started
Cancel

 
Loading Comments...
Comment
    ×
    Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
    To find out more, including how to control cookies, see here: Cookie Policy