Viewing 15 posts - 1 through 15 (of 329 total)
I tried doing a manual backup(logged in as I) from the server to the network path and it failed...did not work even for me...
need to get hold of the service...
September 12, 2024 at 10:35 am
I logged in with my credentials to the sqlserver and not the domain account which the engine is currently running under..
September 12, 2024 at 10:18 am
Thanks for the response @Ant-Green
share permissions - the network share folder has r/w access permissions to the sql service account ?
And how do I check NTFS permissions..is it not ....what...
September 12, 2024 at 9:37 am
Does this need to be fixed or is the message informational.
August 23, 2024 at 5:58 am
there is no DB database on all the 5 servers...the database is only on ABC server....
August 14, 2024 at 10:30 am
I tried that...
now I receive this error....
Invoke-Sqlcmd : Cannot open database "DB" requested by the login. The login failed.
Login failed for user 'Domain\User'.
August 14, 2024 at 10:07 am
Without a tool what are the options.
We have atleast 200+ instances and I would like a report which states whether the windows box is pingable, if the sqlinstance is up...
August 10, 2024 at 1:54 pm
I tried this ..... but it still sends email if there are no records...
IF @@rowcount > 0
--IF (SELECT COUNT(*) FROM #tlogtables) > 0
BEGIN
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'Default',
Also tried this...
IF (SELECT COUNT(*)...
August 7, 2024 at 6:55 am
Thanks Brian. Any thoughts references on how to handle autogrowth for file stream databases.
May 16, 2024 at 11:26 am
Thank you and how do you handle autogrowth for file stream databases.
May 9, 2024 at 5:35 am
sqlserver service account is running under LocalSystem Account on the destination server
May 1, 2024 at 4:22 pm
On destination server XYZ SQLAgent runs under LocalSystem account.
XYZ$ has been given read/write access to the network share - \\ABCD\E$\BackupsTest\
April 26, 2024 at 8:25 pm
We have several sql backup files on a network share and are trying to restore them onto a sqlserver
April 25, 2024 at 1:28 pm
Viewing 15 posts - 1 through 15 (of 329 total)