Activity overview
Latest activity by crutledge
Feature Request: Generate Procedure Stub
When I'm working in Visual Studio, I'll often write calls to functions I haven't written yet. I know what I want the name, inputs and outputs to be, but I haven't gotten around to writing the actu...
Hi, I just submitted the error. Please contact me if there's anything else I can do to expedite your investigation.
Cheers,
Chris / comments
Hi, I just submitted the error. Please contact me if there's anything else I can do to expedite your investigation.
Cheers,
Chris
Input string was not in a correct format
I'm just trying SSC for the first time, and I get this error when I try to commit changes:
RedGate.SQLSourceControl.Engine.SqlCompareException: Input string was not in a correct format. ---> System...
Synchronization opening new instance of SMS?
Hi folks,
When I click the 'Open Script in Editor' to open a script in SMS it opens a new instance of SMS, even if I already have one open. How do I configure it to use the current instance?
Thank...
Thanks folks. I have been using SMS 2008's generate scripts for this. It's a surprisingly well-hidden and poorly documented feature.
I'm surprised it's not requested more often. I need to do this kind of thing all the time, although I may do things in an unusual way.
For the record, I would love to have something that let me select rows from a result set in SMS and automatically generate an insert script for them. Quest Software's Toad for SQL Server almost does this, but their syntax only seems to work with SQL 2010. And since I'm using SQL Prompt I'm much happier in SMS than their tool.
BTW, kudos on your tools. They make my life better every single day (except maybe weekends). / comments
Thanks folks. I have been using SMS 2008's generate scripts for this. It's a surprisingly well-hidden and poorly documented feature.
I'm surprised it's not requested more often. I need to do thi...
Populating tables without comparing
Hi,
I'm sure this has been asked before but I can't seem to find it. I'm often in a situation where I have a local copy of a database, and I want to generate a script that will populate another co...