Viewing 15 posts - 6,361 through 6,375 (of 11,678 total)
Did you check out the Split method?
http://msdn.microsoft.com/en-us/library/system.string.split(v=vs.110).aspx
October 26, 2012 at 12:02 am
How does your query look like?
You can store your results in a variable by using it in the SELECT statement:
SELECT @myVariable = columnA FROM myTable;
You can store results of the...
October 25, 2012 at 11:33 pm
kapil_kk (10/25/2012)
select ID, name name from person
select ID ID, name name from person
Both these statements dont give any error message and run successfully...
wht is...
October 25, 2012 at 11:28 pm
davdam8 (10/25/2012)
What r the features available in Visio Services (Sharepoint 2010) for end users?Thanks
Regards
They can open up the Visio diagram and admire the pretty colors.
October 25, 2012 at 1:07 pm
davdam8 (10/25/2012)
Does PerformancePoint Services allows to create reports and integrate them to SQL Server Reporting Services and Excel Services?Thanks!
No. PerformancePoint integrates only with SharePoint.
October 25, 2012 at 1:07 pm
You just write the same column (number 5 in your flat file) twice to the database.
Once as a PK, once as a FK. So you need two OLE DB Destinations...
October 25, 2012 at 7:29 am
Use * as the delimiter for your flat file in the flat file connection manager.
Duplicate the stream using the Multicast.
Put two OLE DB destinations to your table, but write only...
October 25, 2012 at 7:07 am
That is really limited.
You can connect shapes to a datasource and change the color of the shape (for example) according to the data.
Example:
you have a visio diagram of your server...
October 25, 2012 at 4:01 am
What exactly do you mean with Visio Reporting Services?
Do you mean Visio Services in SharePoint?
October 25, 2012 at 3:12 am
Ah yes, I understand. You cannot deploy SSIS 2012 projects to SQL Server 2008R2 or older. You can only deploy to SQL Server 2012.
In Visual Studio 2010 (SQL Server Data...
October 25, 2012 at 2:43 am
You can start by reading this article series by Devin Knight:
It compares all the reporting tools and lists their strength and weaknesses.
It also includes PerformancePoint, which I forgot in my...
October 25, 2012 at 2:25 am
That's not what I asked 🙂 I asked which model you were using.
In SSIS 2012 you have two models:
* project deployment model: a new model, which has parameters and project...
October 25, 2012 at 2:16 am
Daniel Bowlin (10/24/2012)
October 25, 2012 at 2:03 am
Are you using the project deployment model or the package deployment model?
October 25, 2012 at 1:57 am
Viewing 15 posts - 6,361 through 6,375 (of 11,678 total)