1

Now here's a quick question: is there a key to move between the tabs of the package editor in SSIS? The only site I can find is this Microsoft one, and the keyboard shortcut listed there doesn't work in SQL Server Integration Services 2012. Thanks in advance!

Andy Brown
  • 5,309
  • 4
  • 34
  • 39

2 Answers2

3

F8 or Shift-F8 will cycle through the tabs.

Joe S.
  • 31
  • 2
1

Funny, menu items Test and SSIS have the same shortcut 's'.

The simplest way I can think of.

  • View Data Flow - Alt+S, S, Enter, V, D
  • View Control Flow - Alt+S, S, Enter, V, C
xav
  • 5,452
  • 7
  • 48
  • 57
Alexey A.
  • 892
  • 11
  • 15
  • Me too! Not really a shortcut, though ... unless anyone knows better, it looks like you can't do this with a single keyboard shortcut. – Andy Brown Apr 08 '13 at 14:12
  • So it looks. You can certainly define your own custom shortcut: Tools> Options> Environment> Keyboard. – Alexey A. Apr 08 '13 at 14:31
  • That I knew, and may resort to it. I was mainly asking because I'll be teaching it soon. Thanks again. – Andy Brown Apr 09 '13 at 15:10