Activity overview
Latest activity by Gavin
Thanks Alex, much appreciated. / comments
Thanks Alex, much appreciated.
Also getting "Incorrect syntax near 'DB_NAME'."
for this execute ('ALTER DATABASE ' + DB_NAME() + ' SET RECOVERY SIMPLE WITH NO_WAIT');
/ comments
Also getting"Incorrect syntax near 'DB_NAME'."
for thisexecute ('ALTER DATABASE ' + DB_NAME() + ' SET RECOVERY SIMPLE WITH NO_WAIT');
Thanks Alex, but the following doesn't work. ALTER DATABASE DB_NAME() SET RECOVERY SIMPLE WITH NO_WAIT
What's missing? / comments
Thanks Alex, but the following doesn't work.ALTER DATABASE DB_NAME() SET RECOVERY SIMPLE WITH NO_WAIT
What's missing?