No announcements
Found 2824274 threads
-
0 Votes
Help getting table and column names
Try looking here:Answered | 2 Replies | 662 Views | Created by Nick1990_K - Tuesday, July 21, 2015 3:05 PM | Last reply by Daniel Janik - Tuesday, July 21, 2015 5:28 PM -
1 Votes
how to get the column names of the table excel in vb.net
now , when i select the name of the column : -this column will be copie in a new sheet of the same workbook (a new ...Answered | 10 Replies | 7335 Views | Created by tamaratheo - Wednesday, March 18, 2015 10:21 AM | Last reply by Armin Zingler - Wednesday, March 18, 2015 12:29 PM -
2 Votes
table columns name
If you want to have the list of fields names, use AFIELDS().Answered | 2 Replies | 2354 Views | Created by Alaa Mukhtar - Wednesday, May 9, 2012 10:54 AM | Last reply by Tamar E. Granor - Wednesday, May 9, 2012 8:37 PM -
0 Votes
Problem getting SQL Server Table Column Names
Try to include schema name as without schema it returns NULL for object_id, so, your query should be use AdventureWorks2012 SELECT COLUMN_NAME,Data_type ...Answered | 2 Replies | 2872 Views | Created by AugustWind - Monday, August 6, 2012 1:35 PM | Last reply by Naomi N - Monday, August 6, 2012 1:41 PM -
10 Votes
Adding Column to existing table with variable column name
Your need is to get a rowcount per table for everyday.Answered | 15 Replies | 8858 Views | Created by Rahul Kumar (Rahul Vairagi) - Thursday, May 17, 2012 11:35 AM | Last reply by Erland Sommarskog - Friday, May 18, 2012 9:31 AM -
2 Votes
Change all column name in a table to uniqe name
so, As per the table name i have to write the query to change the column names.Answered | 13 Replies | 2789 Views | Created by sagar jena - Tuesday, January 3, 2012 11:08 AM | Last reply by Asim Bagwan - Tuesday, January 3, 2012 2:06 PM -
0 Votes
get column name in ListView
</td>" Dim HeadersExist As Boolean = False Dim iCurrentColumn As Integer = 0 Dim iCurrentRow As Integer = 0 ' Get a match for all the ...Answered | 2 Replies | 3034 Views | Created by amit_kumar - Friday, July 15, 2011 7:16 AM | Last reply by Mike Feng - Wednesday, July 20, 2011 3:45 AM -
0 Votes
get columns unique constraint name
--sample table setup create table temp(id int) --unique constraint alter table temp add constraint uq_temp UNIQUE ...Answered | 2 Replies | 1511 Views | Created by sivakl_2001 - Friday, April 11, 2014 8:33 AM | Last reply by Chongtham Rajen Singh - Friday, April 11, 2014 10:03 AM -
0 Votes
How to get Column Group Name
But I need to group some columns and give a group name.Answered | 4 Replies | 1017 Views | Created by wpf_xam1 - Thursday, September 1, 2016 1:44 PM | Last reply by Zhanglong Wu - Friday, September 2, 2016 1:21 AM -
0 Votes
Tool For Renaming Table/Column Names
For example, if you rename a table column and that column is referenced in a trigger, you must modify the trigger to reflect the new column name.Answered | 5 Replies | 5298 Views | Created by icekube12jr - Wednesday, August 13, 2008 6:51 PM | Last reply by icekube12jr - Wednesday, August 13, 2008 8:17 PM -
0 Votes
read column names from at table
Hello Read column names from at table Something ...Answered | 3 Replies | 3839 Views | Created by BLIS - Wednesday, November 4, 2009 10:12 AM | Last reply by BLIS - Wednesday, November 4, 2009 3:25 PM -
0 Votes
Get column names based on specific search string from a single table
https://www.mssqltips.com/sqlservertip/1522/searching-and-finding-a-string-value-in-all-columns-in-a-sql-server-table/ ...Answered | 7 Replies | 805 Views | Created by sql9 - Tuesday, May 29, 2018 2:20 PM | Last reply by Mohammad Waheed - Wednesday, May 30, 2018 5:37 PM -
0 Votes
Change column's name on tables joined
I don't really need to change the name of column.Answered | 9 Replies | 2272 Views | Created by NicolasC - Monday, September 24, 2012 8:21 PM | Last reply by NicolasC - Sunday, September 30, 2012 8:04 PM -
0 Votes
how to get list of column in a table
For Your second question: Supposing Your first table name is MyFirstTable and second table is MySecondTable having columns Col1 (which stores ...Answered | 3 Replies | 4499 Views | Created by devpan - Wednesday, August 12, 2009 8:47 AM | Last reply by Piotr Katny - Wednesday, August 12, 2009 9:15 AM -
0 Votes
Column name gets change in source table SSIS issue
And it will not have any issues as long as the logic to get column names for your source table is correct.Answered | 6 Replies | 2114 Views | Created by Vipin jha - Friday, February 16, 2018 3:51 PM | Last reply by Visakh16 - Monday, February 19, 2018 11:38 AM -
0 Votes
simplest way to get column names
Getting 'real' column names from a table: Code Snippet SELECT COLUMN_NAME FROM ...Answered | 3 Replies | 6269 Views | Created by ademirtug - Monday, March 10, 2008 1:56 AM | Last reply by DileepReddyAchhala - Wednesday, December 10, 2014 9:39 AM -
0 Votes
OPENROWSET getting column names
So we have 100 columns that may vary.Answered | 5 Replies | 13932 Views | Created by ChronisK - Tuesday, October 26, 2010 1:05 PM | Last reply by Ai-hua Qiu - Friday, October 29, 2010 7:21 AM -
3 Votes
Getting error with column name
Just adding to Chintak Whenever you have a column name that has spaces or special characters, you will have to enclose the column name with a ...Answered | 3 Replies | 4359 Views | Created by ronsql - Tuesday, March 9, 2010 5:30 AM | Last reply by Rajendra Kumbar - Tuesday, March 9, 2010 9:40 AM -
0 Votes
TO get the rows retrieved as the column names
Select productname from Product; I get the list of product Names, the output should be productname Abc xyz gyb dmf.Answered | 5 Replies | 9625 Views | Created by BillChristie - Thursday, July 2, 2009 3:31 PM | Last reply by BillChristie - Thursday, July 2, 2009 6:12 PM -
0 Votes
create a table by passing the column names which are the column values in another table
With my example all you need to do is change "Foo_Bar" to the name of your table, and Your_Table, to the name of your table full of column ...Answered | 4 Replies | 2173 Views | Created by Sai.N - Thursday, September 13, 2012 12:15 PM | Last reply by Johnny Bell Jnr - Thursday, September 13, 2012 12:57 PM - Items 1 to 20 of 2824274 Next ›
No announcements