Adding a Data Source (DWDataMart)
I need to add the SCSM DWDataMart database to Cireson for some reports. I am trying to get the full Incident classification hierarchy.
This is what I am using to make the connection but I think I am missing something.
Data Source=servername;Initial Catalog=DWDataMart;Integrated Security=SSPI;
My question is for servername do you put the host name and then the instance or just the instance?
Karen
Best Answer
-
Brian_Wiest Customer Super IT Monkey ✭✭✭✭✭Here is what Cireson showed me to do
Right click on your desktop and create a new txt document
Rename to testing.udl
double click and you get a Data link properties connection windows
put in your setting and test connection
You should get a box Test connection succeeded
Hit Ok
Now right click and open in notepad it will show your your connection string
HTH5
Answers
So you can use the direct server name or the instance or the cluster name. However your environment is setup.
Right click on your desktop and create a new txt document
Rename to testing.udl
double click and you get a Data link properties connection windows
put in your setting and test connection
You should get a box Test connection succeeded
Hit Ok
Now right click and open in notepad it will show your your connection string
HTH