Comments
Sort by recent activity
Hi Dave,
I need a bit more information to work out what is going wrong.
Could you first check if any of the trashed VM's are registered in SQL Server Management Studio.
Could you also send the following files to daniel.kenyon-Jones [AT] red-gate.com
C:\Documents and Settings\[YOUR LOGIN NAME]\Application Data\Red Gate\SQL Multi Script\Application.dat
C:\Documents and Settings\[YOUR LOGIN NAME]\Application Data\Red Gate\SQL Multi Script\Project.sms
and a list of the trashed vm names you are still seeing.
Thanks,
--
Daniel / comments
Hi Dave,
I need a bit more information to work out what is going wrong.
Could you first check if any of the trashed VM's are registered in SQL Server Management Studio.
Could you also send the foll...
Hi Dave,
I've managed to reproduce this issue. I'll let you know when I have more information.
Regards,
--
Daniel / comments
Hi Dave,
I've managed to reproduce this issue. I'll let you know when I have more information.
Regards,
--
Daniel
Hi Chad,
Thanks for the feedback. This will be considered for a future release of SQL Multi Script.
Cheers,
--
Daniel / comments
Hi Chad,
Thanks for the feedback. This will be considered for a future release of SQL Multi Script.
Cheers,
--
Daniel
Thanks for the feedback. This is something we are already considering for a future release of SQL Multi Script.
--
Daniel / comments
Thanks for the feedback. This is something we are already considering for a future release of SQL Multi Script.
--
Daniel
Hi,
There are a couple of ways to impersonate users using Transact-SQL
SQL 2000:
SETUSER [ 'username' [ WITH NORESET ] ]
http://msdn2.microsoft.com/en-us/library/ms186297.aspx
SQL 2005:
{ EXEC | EXECUTE ] AS <context_specification>
[;]
<context_specification>::=
{ LOGIN | USER } = 'name'
[ WITH { NO REVERT | COOKIE INTO @varbinary_variable } ]
| CALLER
http://msdn2.microsoft.com/en-us/library/ms181362.aspx
Thanks for the feedback on the serverlist, this is already something we are considering for a future release of SQL Multi Script.
--
Daniel / comments
Hi,
There are a couple of ways to impersonate users using Transact-SQL
SQL 2000:
SETUSER [ 'username' [ WITH NORESET ] ]
http://msdn2.microsoft.com/en-us/library/ms186297.aspx
SQL ...
Hi Petro,
Sql Multi Script loads all text files as if they were UTF8 encoded. Unfortunately this causing the problem you are seeing. We are hoping to address this in a future release of SQL Multi Script.
You can work around this issue by saving your scripts as a UTF8 encoded text file rather than an ANSI encoded file.
Regards,
Daniel / comments
Hi Petro,
Sql Multi Script loads all text files as if they were UTF8 encoded. Unfortunately this causing the problem you are seeing. We are hoping to address this in a future release of SQL Multi S...
Hi Petro,
There are some known issues with SQL Multiscript and script text encoding.
In what way are you not seeing Multi Script handle those characters?
Daniel / comments
Hi Petro,
There are some known issues with SQL Multiscript and script text encoding.
In what way are you not seeing Multi Script handle those characters?
Daniel
Hi Chris,
Thanks for your feedback.
There is a work around for you issue. Before you click the [+] icon to expand a SQL Server, select the server and click the "Authentication..." button. You can then set up your SQL login details.
I agree that it would be nice to turn off the 'auto login' behavior. I'll log this as a feature to be considered for future releases of SQL Multi Script. / comments
Hi Chris,
Thanks for your feedback.
There is a work around for you issue. Before you click the [+] icon to expand a SQL Server, select the server and click the "Authentication..." button. You can t...
Hi Shadowbob,
Thanks for your feedback. Although we looked at SSMS integration for SQL Multi Script 1, it didn't make the final feature list due to time limitations.
I've logged your feedback and we will definitely consider better SSMS integration for future version of SQL Multi Script. / comments
Hi Shadowbob,
Thanks for your feedback. Although we looked at SSMS integration for SQL Multi Script 1, it didn't make the final feature list due to time limitations.
I've logged your feedback and w...
Hi hwinther,
This is a feature we are already considering for future releases of SQL Mulit Script. Thanks for you feedback. / comments
Hi hwinther,
This is a feature we are already considering for future releases of SQL Mulit Script. Thanks for you feedback.