Tagged Questions
The sqlpubwiz tag has no wiki summary.
1
vote
1answer
374 views
Issues with Chr(0) in SQL INSERT script
We currently use the SQL Publishing Wizard to back up our database schemas and data, however we have some database tables with hashed passwords that contain the null character (chr(0)). When SQL ...
0
votes
2answers
637 views
Command line tool for creating script for specific MSSQL tables
I've been looking at the SqlPubWiz.exe command to write a batch file so that I can keep my script up to date in my source control. But what I need is for the command line tool to allow me to pick ...
-1
votes
2answers
395 views
Automatically create scripts for all SQL Server Jobs
Currently I'm trying to automatically generate a create script for all my SQL jobs of a MS SQL2005 Server.
One method I found was done
manually
http://msdn.microsoft.com/en-us/library/ms191450.aspx
...