Viewing 15 posts - 3,136 through 3,150 (of 7,187 total)
It's not clear exactly what you're struggling with. Have you tried adding a new job step with CmdExec subsytem, with a command something like this:
C:\exes\EncryptBackup.exe C:\DBBackup\FolderA Encypt filenameA.bak
C:\exes\EncryptBackup.exe C:\DBBackup\FolderB...
July 7, 2015 at 4:13 am
You might consider having your presentation layer doing the formatting. If that's not practical, use the modulo (%) operator, which gives the remainder when one number is divided by...
July 7, 2015 at 3:54 am
Please will you configure the job step that runs the package to output to a file, and then post the contents of the file. Don't forget to obfuscate any...
July 7, 2015 at 3:47 am
I don't know whether it's possible through the GUI, but you can generate your own scripts from sys.database_permissions. It's a little bit of work for you to do, but...
July 7, 2015 at 3:10 am
I see. I didn't realise that was referred to as "indirect configuration". But anyway, "not working" is not a good way to describe any problem. What happens...
July 7, 2015 at 2:06 am
What are the exact statements you're running, and what error message are you getting? Feel free to obfuscate security details before posting.
John
July 3, 2015 at 9:27 am
Stop applications and anything else that may connect to SQL Server
Stop the SQL Server service
Edit the startup parameters for the SQL Server service to add -m
Start the SQL Server service
From...
July 3, 2015 at 8:40 am
That's because you didn't put a space before the "-m". But in any case, you don't need that option for sqlcmd, just for sqlservr. You should only need...
July 3, 2015 at 8:21 am
Are you saying you want to give access to every user in the domain? I'm not sure it's a great idea from a security point of view, but if...
July 3, 2015 at 8:00 am
Oh, I see what you're saying - you haven't even been able to log in to make the changes. Make sure that no other services are connecting to the...
July 3, 2015 at 7:49 am
If you edited the startup parameters in SQL Server Configuration Manager to add the -m, you need to edit again to remove it before you restart.
John
July 3, 2015 at 7:18 am
Probably because you haven't specified the config file. Check out the documentation for dtexec - it'll show you what switch to use to point it to your configuration.
John
July 3, 2015 at 4:16 am
... but if I had to guess, I'd say you have numeric data stored in a varchar column. In test, all values in that column can be converted to...
July 2, 2015 at 7:57 am
I think log shipping started off as Enterprise only, back in the day, although it was possible to roll your own in Standard.
John
July 2, 2015 at 5:59 am
The only way I can think of is to execute sp_who2 when a potentially parallel query is running. If any SPIDs have eight rows, then your change has been...
July 2, 2015 at 5:15 am
Viewing 15 posts - 3,136 through 3,150 (of 7,187 total)