Toad 11.6 automation designer issue - database

Automation desingner don’t work and enter image description hereKeeps showing this message

Related

SSIS tool box menu is visible but on clicking it is not opening in Visual Studio 2015

SSIS tool box menu is Visible
but on clicking nothing happens.
I am setting up a new project using Integration Service (BI). when I right click from Control flow tab I am able to see SSIS Toolbox menu but when I click on it nothing happens. How can I resolve this issue?
Sometimes when I have this error I click here and it shows up.
Currently I have installed VS 2017 15.9.5 and its SSDT 15.8.0 from
Download and install SQL Server Data Tools (SSDT) for Visual Studio
In this version I am not facing any issue.

Disproportionate windows in SQL Server Management Studio

Sorry for a noob question, but this is driving me nuts!
Some windows are of a disproportionate size in SQL SSMS and I need to reset them. I recently replaced my old development laptop with a new one and I did a fresh install of Windows 10, Visual Studio 2015 Enterprise, and SQL Server 2014 Enterprise. When I initially installed management studio, my laptop's screen resolution was set at 2880x1620 with "Change the size of text, apps, and other items" set to 200%. I've now docked my laptop and adjusted the built-in display to 1920x1080 and 100% and when I start management studio the dialog windows are huge! They're so big in fact that many of the text boxes overlap each other.
Is there any way to reset SMS to factory defaults?
The login window:
The new db window:
The problem you're running into occurs because SSMS has not been optimized for High-DPI displays. You can try the recently released SSMS November preview release that has initial support for High-DPI displays.

Create button in "Add Connection" dialog is not working (VS 2008)

I'm running Windows 7 x86, and VS2008
1) In "Server View" panel, right click to open menu and select "Add Connection...".
Dialog appears.
When I click on the Create button (left of the Browse button), dialog just closes and nothing happens.
It should open new dialog where I can create new database.
I'm using Microsoft SQL Server Compact 3.5
While installing VS2008 i selected only C# and Obfuscator. Later I tried to add SQL Server 2005 Express to see if it helps, but it didn't.
Does anyone know where can be the problem?
I also tried to look at the code Microsoft provided http://code.msdn.microsoft.com/Connection
but Create button click event is not handled there.
2) I tried to use existing database (sample database Northwind.sdf), but after I successfully tested the connection to database, clicked OK and I had my database in project.
But any table creation or table fetch operation fails with "Failed to retrieve data for this request" error message. I'm really desperate here.
3) Don't know if this can be the case, but before VS2008 install i uninstalled VS2005 and VS2008 Express.
Check your Windows Event log for any errors.
If there is any service for SQL compact(not sure), then start it.
Try installing SP1 for VS 2008 and see if that helps.
PS: If you install SQL 2005 and want to create a database in it, select "Microsoft SQL Server" in the Add Connections dialog and not "Microsoft SQL Server Compact 3.5".
See this reply on MSDN http://social.msdn.microsoft.com/Forums/en-US/sqlce/thread/31ddcfa8-c566-49c7-ad19-74b1a651e1af/

SQL Server 2005 Management finds no database, 2008 won't install

In the past, I installed Visual Studio 2010. With that comes SQL Server.
Now I installed this:Microsoft SQL Server Management Studio Express
Now, upon starting, I get this screen:
And it doesn't matter what Server name I enter, nothing works.
I've tried installing SQL Server 2008 Enterprise(I can get that via MSDNAA), but that fails totally, giving me this error:
TITLE: Microsoft SQL Server 2008 Setup
The following error has occurred:
Unable to open Windows Installer file
'G:\x86\setup\sql_engine_core_inst_loc_msi\1033\sql_engine_core_inst_loc.msi'.
Windows Installer error message: The
system cannot open the device or file
specified. .
Click 'Retry' to retry the failed
action, or click 'Cancel' to cancel
this action and continue setup.
For help, click:
http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.2531.0&EvtType=0xC24842DB
------------------------------ BUTTONS:
&Retry Cancel
There is no help, I can click retry as much as I want, nothing changes. I went to the file itself, and Windows says I should check if it is a valid installer file.
And that's my story. I need to get this up and running, and it's all going against me. Can anyone help?
Oops, I have the same problem [1]!
Though I did not investigate the issue
(since I do not need now VS2010 or SQL Server Express)
You can find helpful the answer to my [2] which was reported helpful to resolve the problem by others.
I am afraid it should be reported as bug to MS Connect, though I do not have time and desire to invest time in investigation. Anyway, when MS teams cannot resolve something they close bugs "by design" or "not reproduced"
Since there is no channel to report bugs on SQL Server 2005 xxx (or VS2008), for which the reports are closed, it should be reported in VS2010 board.
Give link if you report, I shall upvote the bug and mark it as reproduced by one more.
My related questions (having some solutions):
in asp.net "Visual Studio and Visual Web Developer Express " forum, frequently answered by MS teams
[1]
S2010RC setup installs unusable MSSQL2008 Express?
(the same problem as yours, unanswered)
http://forums.asp.net/t/1571173.aspx
[2]
MSSQL2008R2 (BIDS, i.e. VS2008) after VS2010?
(answered and solution is reported to be helpful to others)
http://forums.asp.net/t/1568816.aspx
[3]
to submit bug reports on BIDS 2008 R2 as VS2010 bugs?
http://forums.asp.net/t/1568807.aspx

Remote Debugging for .NET WPF Application via Visual Studio 2008 Remote Debugger?

Remote Debugging for .NET WPF Application via Visual Studio 2008 Remote Debugger can this be done ? I see native only in the options ? Any help please...
Yes it can. You run the remote debugger on the client PC, you run VS2008 on your dev PC. You select "attach to process" and enter the remote server name in the filter box. You should then be able to select your application from the process list. (You obviously need to make sure that the list is showing managed process - this can be changed via an option on the dialog)
The fact it is a WPF app makes no difference, you can remote debug any .net app with visual studio as long as you have the correct source code and matching symbol files.

Resources