Hi All
I have a report set up with around 100 pivot tables set up connected to a SQL Express Connection. I have been given a new PC at work so I have a new instance of SQL Ex.
I have 'restored' my old tables onto my new machine and now I need to point my pivot tables at the new version.
My initial reaction was to change the pc name in the properties - Definition - connection string, but this doesn't seem to do anything!
For example changing the bold bits here...
to
Is there a way to update the connection without having to recreate all the pivots and charts?!
Many thanks
I have a report set up with around 100 pivot tables set up connected to a SQL Express Connection. I have been given a new PC at work so I have a new instance of SQL Ex.
I have 'restored' my old tables onto my new machine and now I need to point my pivot tables at the new version.
My initial reaction was to change the pc name in the properties - Definition - connection string, but this doesn't seem to do anything!
For example changing the bold bits here...
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=True;Initial Catalog=Markets;Data Source=OLD-PC\SQLEXPRESS;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=OLD-PC;Use Encryption for Data=False;Tag with column collation when possible=False
to
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=True;Initial Catalog=Markets;Data Source=NEW-PC\SQLEXPRESS;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=NEW-PC;Use Encryption for Data=False;Tag with column collation when possible=False
Is there a way to update the connection without having to recreate all the pivots and charts?!
Many thanks