No announcements
Found 2936821 threads
-
0 Votes
Need help for OpenXML inserting a table randomly in the stdblock
Hi NishanSharma04, Thanks for posting in the MSDN Forum. This snippet will show you a simply sample. This table will ...Answered | 2 Replies | 2928 Views | Created by NishantSharma04 - Thursday, May 17, 2012 7:10 AM | Last reply by 许阳(无锡) - Friday, May 18, 2012 5:17 AM -
0 Votes
Help needed in inserting into the table
table. IDENT_CURRENT returns the identity value generated for a specific table in any session and any scope.Answered | 6 Replies | 3679 Views | Created by dumb techie - Wednesday, October 27, 2010 9:24 AM | Last reply by Muhammad Abbas - Wednesday, October 27, 2010 10:23 AM -
0 Votes
Bulk Insert Inserting Randomly
Hi, I was wondering if Bulk Insert generally inserts out of order. The statement below when executed for me is inserting in a semi random order. All of ...Unanswered | 6 Replies | 4530 Views | Created by Splitterside - Thursday, June 18, 2009 7:51 PM | Last reply by Adam Haines - Thursday, June 18, 2009 8:47 PM -
1 Votes
Problem when Inserting xml data into a table using OpenXml
ALTER TABLE JOB ALTER COLUMN [JobNo] [int] not null GO INSERT INTO Job SELECT * FROM OPENXML (@hdoc, '//Job',2) WITH Job ...Answered | 10 Replies | 9741 Views | Created by Narendra Reddy Vajrala - Thursday, March 11, 2010 11:54 AM | Last reply by MayurGupta - Thursday, March 11, 2010 1:55 PM -
0 Votes
Need Help in Changing column Name for a replicated table...
Hi, I need help in how to change a column name if a replicated table. when we change its ...Unanswered | 1 Replies | 5305 Views | Created by Sundarrajan Ganesan - Wednesday, May 6, 2009 7:03 AM | Last reply by Hilary Cotter - Wednesday, May 6, 2009 9:38 AM -
0 Votes
Need help defining a table
, listing data for all volunteers for that event. Is there a way to include a variable number of Volunteer ID’s in one record of the Event ...Answered | 5 Replies | 1583 Views | Created by mfh33 - Tuesday, October 25, 2011 10:53 AM | Last reply by mfh33 - Tuesday, October 25, 2011 3:03 PM -
0 Votes
need help inserting into a dbf file
.1;DataSource=F:\;" Then, in your SQL statements refer to the table you want to work with: SQL = "SelectAnswered | 2 Replies | 3733 Views | Created by Tdar - Friday, September 22, 2006 7:09 PM | Last reply by Paul Domag - Friday, September 22, 2006 7:37 PM -
0 Votes
Please need help in finding the table
Can anyone please help me with the following problem? I have a table created by an earlier developer on the DEV SERVER and i want to ...Unanswered | 3 Replies | 1859 Views | Created by thinkingeye - Wednesday, April 25, 2012 1:24 PM | Last reply by ArthurZ - Wednesday, April 25, 2012 3:14 PM -
0 Votes
need help for Data table in Silverlight
temporary table in wpf application and its working fine for me. now i have utilise the same code for silverlight. but i am unable to get Using System.Data ...Answered | 2 Replies | 3546 Views | Created by Saiprakash - Tuesday, August 10, 2010 9:50 AM | Last reply by Min-Hong Tang - MSFT - Thursday, August 12, 2010 3:28 AM -
0 Votes
Need to insert transaction table without inserting in master table
Hi All, I have a scenerio where i need to insert values in transaction table without inserting in the master ...Answered | 6 Replies | 3196 Views | Created by Anand Rajagopal - Tuesday, July 26, 2011 1:04 PM | Last reply by sambeet - Wednesday, July 27, 2011 2:14 PM -
1 Votes
Inserting rows in a table
NICE! it works! Thanks!!! When I highlighted the table in word to create the bookmark, ...Answered | 4 Replies | 6190 Views | Created by blacksaibot - Friday, February 11, 2011 3:16 PM | Last reply by Bruce Song - Wednesday, February 16, 2011 2:21 AM -
0 Votes
Need Help With Inserting Data
Check the returned value of the PropertiesTableAdapter.Update method. If it is greater than zero, the insert operation is executed in this scenario. Then see ...Discussion | 6 Replies | 3563 Views | Created by Darren87 - Tuesday, January 20, 2009 7:54 PM | Last reply by Riquel_Dong - Monday, January 26, 2009 8:57 AM -
0 Votes
Inserting in a partitioned table
For example, as Anthony indicates, rows are frequently returned in the sequence defined by the clustered index. Clustered indexes ...Unanswered | 15 Replies | 5861 Views | Created by rok1 - Friday, September 14, 2007 2:20 PM | Last reply by Rafael Salas - Friday, September 14, 2007 7:04 PM -
0 Votes
Need help deleting rows in a table
'B' it will work fine reg. sara I feel really stupid - the right name of the column Cost No was ...Answered | 2 Replies | 6841 Views | Created by sdj_dk - Thursday, February 1, 2007 9:45 AM | Last reply by sdj_dk - Thursday, February 1, 2007 10:56 AM -
1 Votes
Need help pivoting a table
having a hard time with this one, please help... declare @MyTable table (ID int, name varchar(20), value varchar(20)) insert ...Answered | 3 Replies | 1052 Views | Created by Computermike - Wednesday, July 3, 2013 2:59 PM | Last reply by Sugumar Pannerselvam - Wednesday, July 3, 2013 3:06 PM -
2 Votes
Need help rotating a table
Another version select * from students s, ( select studentid, English, Spanish, Math from studentsubject pivot ( count(subject) ...Answered | 3 Replies | 6690 Views | Created by Yogesh Prabhu - Sunday, May 21, 2006 3:38 AM | Last reply by - Monday, May 22, 2006 12:11 AM -
0 Votes
Need help inserting rows in a database using odbcAdapter
The table that I'm pulling from resides on a SQL server that I have read privileges to. This is Database X. The table that I'm trying to update resides on ...Unanswered | 3 Replies | 1635 Views | Created by LanceStern - Thursday, May 31, 2012 5:37 PM | Last reply by LanceStern - Wednesday, June 6, 2012 7:00 PM -
2 Votes
Inserting data in a table
Whatever.... next time please think twice (or more) before creating a new thread here. So we are trying for nothing (like in this case of yours). ...Answered | 11 Replies | 1812 Views | Created by Eduard77 - Monday, August 8, 2011 1:55 PM | Last reply by Eduard77 - Monday, August 8, 2011 4:10 PM -
0 Votes
Fetch table style in openxml using Linq?
Hi, I am trying to render a webpage from openxml of word doc and i am able to fetch the data but in paragraphs , my problem is i am not able to ... -
2 Votes
Inserting data in table
After that I need Insert into the Customers table a row with: custid: 100 companyname: Company ABCDEAnswered | 3 Replies | 3815 Views | Created by SunnyIngulia - Monday, November 1, 2010 9:07 AM | Last reply by ramireddy - Monday, November 1, 2010 9:55 AM - Items 1 to 20 of 2936821 Next ›
No announcements