No announcements
Found 1201835 threads
-
0 Votes
Powershell for pass comma separated list
You need to create a package scope variable to receive the list from the agent job ([Set values] to pass to the package variable).Answered | 3 Replies | 2405 Views | Created by BHVS - Tuesday, September 8, 2015 11:09 AM | Last reply by Jingyang Li - Tuesday, September 8, 2015 2:41 PM -
1 Votes
Comma Separated List
The FOR XML will change the relational data to XML, and the ',' right after the SELECT will force the data to change to comma seperated.Answered | 6 Replies | 4529 Views | Created by NaeemKhan - Monday, October 12, 2009 11:52 AM | Last reply by Robert Varga - Monday, October 12, 2009 4:50 PM -
1 Votes
ItemStringFormat for comma separated list
That said, it seems you haven't understood the intention of the question in the first place - John already was at the point that you're proposing (i.e. a ...Answered | 6 Replies | 7814 Views | Created by John C C - Friday, June 11, 2010 8:59 PM | Last reply by John C C - Monday, June 14, 2010 3:13 PM -
0 Votes
pass comma separated value to ssis source query
Hi supriya111, In this case, I suggest you use multiple variables to pass the values into the query statement.Answered | 2 Replies | 2379 Views | Created by supriya111 - Wednesday, June 8, 2016 10:10 AM | Last reply by Seif Wang - Friday, June 10, 2016 10:10 AM -
0 Votes
how to make a comma separated list for a variable
That is why I guess comma separated list .Answered | 11 Replies | 4853 Views | Created by sdnd2000 - Wednesday, April 25, 2012 8:08 PM | Last reply by Syed Qazafi Anjum - Thursday, April 26, 2012 8:06 PM -
0 Votes
Passing comma separated string to sp in dynamic sql
Are you wondering how you would use values passed in within a WHERE clause?Answered | 10 Replies | 10439 Views | Created by Anand Rajagopal - Friday, June 24, 2011 10:22 AM | Last reply by Erland Sommarskog - Monday, June 27, 2011 10:12 AM -
0 Votes
BDC: Decimal field with comma separator
"the comma separator display incorrectly after saving the data in list view" In list view and forms the decimal ...Answered | 3 Replies | 2039 Views | Created by PWRMind - Tuesday, March 1, 2016 1:17 PM | Last reply by Chris yuri - Tuesday, March 8, 2016 9:56 AM -
1 Votes
Passing Comma separated input to stored procedure in IN clause
Loading 10 records into the table variable and pass the table variable to the stored procedure.Answered | 6 Replies | 43072 Views | Created by mds2907 - Monday, March 17, 2014 9:20 AM | Last reply by Erland Sommarskog - Tuesday, March 18, 2014 9:56 AM -
0 Votes
problem with detaching a comma separated list
Take a look to some methods that do not require a loop to shred a comma delimited list.Answered | 1 Replies | 2342 Views | Created by sdnd2000 - Thursday, April 26, 2012 3:12 PM | Last reply by Hunchback - Thursday, April 26, 2012 3:49 PM -
1 Votes
MGrammar: Comma Separated Values
It's my understanding that { } is for un-ordered lists while [ ] is for ordered lists.Answered | 2 Replies | 6374 Views | Created by mario_mh - Wednesday, December 23, 2009 11:00 PM | Last reply by justin.m.chase - Monday, December 28, 2009 4:29 PM -
2 Votes
Create a comma separated list from table
If you're using SQL Server 2005 or above, then this is one of the most commonly asked and solved questions in this forum: select user_id, stuff((select ', ' + locations from ...Answered | 5 Replies | 9538 Views | Created by Brian205 - Tuesday, October 30, 2012 1:56 PM | Last reply by Naomi N - Wednesday, October 31, 2012 1:02 PM -
1 Votes
Comma separated values into array
I want to be able to type several email addresses into the textbox - each separated by a comma (as a limiter).Answered | 2 Replies | 2267 Views | Created by VDub10 - Tuesday, July 15, 2014 6:11 PM | Last reply by WayneAKing - Wednesday, July 16, 2014 12:20 AM -
0 Votes
update with comma separator
Relational databases are designed from the idea that every cell has a singular value, and if you store comma-separate lists, it will be immensely painful to work ...Answered | 2 Replies | 1141 Views | Created by arkiboys - Monday, March 24, 2014 10:33 AM | Last reply by Erland Sommarskog - Monday, March 24, 2014 11:35 AM -
0 Votes
sum of comma separated values
0 ) SELECT row_number() over (order by Start) as ID, LTRIM(RTRIM(SUBSTRING(@list, START, CASE WHEN stop > 0 THEN stop - START ELSE 0 END))) ...Answered | 5 Replies | 5495 Views | Created by Fazlu - Tuesday, November 20, 2012 11:17 PM | Last reply by --CELKO-- - Saturday, January 5, 2013 4:32 PM -
0 Votes
comma separated list , choose options from drop down
You can do something like: Button myButton = new Button; ComboBox myCB = new ComboBox; TextBox myTB = new TextBox; string csvString =""; string ...Answered | 4 Replies | 1927 Views | Created by AgarwalSonia - Tuesday, February 5, 2013 11:15 PM | Last reply by this.Y - Wednesday, February 6, 2013 7:25 PM -
3 Votes
Separating comma delimited fields
Hi all, I'm new to PowerPivot, and seeking some help on managing separating a field that has comma delimited text.Answered | 5 Replies | 1883 Views | Created by Gerrard.Hickson - Wednesday, November 12, 2014 11:41 PM | Last reply by greggyb - Monday, November 17, 2014 10:47 PM -
0 Votes
Comma separated output into columns
pass it through a parameter DECLARE @p varchar(max) = 'VSSDATA_FS,171423,106013,142420,11,248433,Wed Jun 4 03:40:58 EDT ...Answered | 8 Replies | 1326 Views | Created by Ijaz Kazi - Friday, June 6, 2014 12:15 PM | Last reply by Ijaz Kazi - Wednesday, June 11, 2014 5:16 AM -
0 Votes
table with comma separated lines
Answered | 12 Replies | 1444 Views | Created by arkiboys - Saturday, September 10, 2016 9:24 PM | Last reply by arkiboys - Tuesday, September 13, 2016 7:18 AM -
0 Votes
excel comma separated values file
Hi sree, Does the excel file means Comma separated values text files (.csv) that can be opened in Microsoft Excel?Answered | 3 Replies | 3017 Views | Created by srikanth.kasu - Thursday, December 10, 2015 12:23 AM | Last reply by Katherine Xiong - Thursday, December 10, 2015 7:53 AM -
0 Votes
rerieve columns in comma separated value
Refer the below ...Answered | 5 Replies | 3493 Views | Created by Fazlu - Thursday, October 4, 2012 10:09 AM | Last reply by Kalman Toth - Thursday, October 4, 2012 11:14 AM - Items 1 to 20 of 1201835 Next ›
No announcements