No announcements
Found 2936852 threads
-
0 Votes
Pulling Data from two tables
are the 2 tables belong to different database?Answered | 2 Replies | 14147 Views | Created by Siele - Tuesday, September 14, 2010 11:20 AM | Last reply by Compiler001 - Thursday, October 28, 2010 1:20 PM -
1 Votes
How to pull Active Directory data into a Database table?
Hi, I need to pull the FirstName, LastName, FullName, Email, Manager and User ID ; of a group within a Domain.Answered | 4 Replies | 11792 Views | Created by Sandyrp - Tuesday, March 5, 2013 4:08 PM | Last reply by Kumar muppa - Tuesday, March 5, 2013 11:20 PM -
1 Votes
using a reference table to pull data from
If the latter, check out this link as it shows how to update a combo box based on another combo box.Answered | 3 Replies | 4159 Views | Created by keyes13 - Tuesday, June 15, 2010 3:32 AM | Last reply by Phil Dicken - Tuesday, June 15, 2010 9:23 PM -
0 Votes
pull data from table A and insert into the same table
Plain self insert demo follows: -- SQL Server table self-insert demo USE tempdb; SELECT ProductNumber, ProductName=name, ...Answered | 2 Replies | 4785 Views | Created by workplacemobbing - Monday, August 30, 2010 11:01 PM | Last reply by Uri Dimant - Tuesday, August 31, 2010 6:47 AM -
1 Votes
Pull data from SAP Tables using SSIS
Arthur, I am not sure if you have understood my Question I am looking to connect SAP Tables not Oracle Table.Answered | 10 Replies | 3807 Views | Created by Nag1234 - Thursday, January 17, 2013 11:24 PM | Last reply by Nag1234 - Monday, January 21, 2013 11:48 PM -
0 Votes
Not able to pull data from table
Read Steve blog he runs for database corruption challenge, see if you see identical ...Answered | 3 Replies | 794 Views | Created by Danny2426 - Saturday, August 1, 2015 1:46 PM | Last reply by Uri Dimant - Sunday, August 2, 2015 6:37 AM -
0 Votes
Weired table design-How to pull data
How about this?Answered | 2 Replies | 3947 Views | Created by Abdshall - Thursday, May 14, 2009 8:57 PM | Last reply by Plamen Ratchev - Thursday, May 14, 2009 9:08 PM -
0 Votes
Query to pull table name, data types, etc
You may try the below for a ready made query: http://beyondrelational.com/modules/24/syndicated/509/posts/12836/handy-table-info-sqlzealotwhoami.aspx Please use ...Answered | 3 Replies | 1360 Views | Created by Wren1031 - Thursday, April 25, 2013 6:30 PM | Last reply by SQLZealots - Friday, April 26, 2013 11:47 AM -
4 Votes
Pull data from SQL Table and display it in mail
http://sqlage.blogspot.com/2014/09/ssis-how-to-email-flat-file-or-excel.html You can write your expression by using above posts to make a mix of ...Answered | 8 Replies | 4234 Views | Created by Neilcse - Wednesday, September 17, 2014 5:48 PM | Last reply by Aamir Shahzad Warraich - Friday, September 19, 2014 3:17 PM -
1 Votes
Data log table design question
IMO, it depends on how data is generated and also the datetime2 precision chosen.Answered | 17 Replies | 1004 Views | Created by Yazilliclick - Tuesday, April 4, 2017 4:42 PM | Last reply by davidbaxterbrowne - Wednesday, April 5, 2017 10:31 PM -
0 Votes
How to tell what data dimensions are pulling
After knowing that, you can query through SQL your data source by joining the dimension tables and the fact tables, to replicate what SSAS is doing behind the scenes.Answered | 1 Replies | 5171 Views | Created by Scott Lusk - Wednesday, December 2, 2009 10:52 PM | Last reply by Boyan Penev - Wednesday, December 2, 2009 11:49 PM -
0 Votes
Pull data from WADWindowsEventLogsTable
have a look at the Azure Data Factory or use the Table Storage API directlyAnswered | 3 Replies | 1432 Views | Created by Manoj Deshpande - Sunday, January 25, 2015 11:14 AM | Last reply by JuneT - Tuesday, January 27, 2015 1:56 PM -
0 Votes
Database design for address tables
How about the below design?Answered | 7 Replies | 13903 Views | Created by iamtoooldforthis - Sunday, April 28, 2013 12:59 AM | Last reply by RahulRavindran - Monday, April 29, 2013 12:24 PM -
1 Votes
How to design summary tables
If the summary tables are used only for end-of-day reporting, you could update them once a day.Answered | 1 Replies | 3123 Views | Created by PenetratoR_07 - Sunday, September 22, 2013 12:19 PM | Last reply by Dan Guzman - Sunday, September 22, 2013 3:29 PM -
0 Votes
pull data from multiple tables into one single table
Unfortunately when the vendor set all of this up they really didn't seem to think of how we were actually going to sort through the data.Answered | 7 Replies | 670 Views | Created by Travis-IT - Thursday, January 25, 2018 9:39 PM | Last reply by Travis-IT - Friday, January 26, 2018 4:33 PM -
0 Votes
JDBC: can reverse engineer table but data pull gives timeout
We are using the Microsoft JDBC connector to pull data from an oracle 11g database.Answered | 1 Replies | 689 Views | Created by edm2 - Thursday, July 7, 2016 2:25 PM | Last reply by Olaf Helper - Thursday, July 7, 2016 2:36 PM -
0 Votes
External Data Pull with no results
Hi sos 7, I am trying to create an empty table in excel worksheet and load it without any issue in Excel 2016 version.Answered | 1 Replies | 662 Views | Created by sos7 - Monday, October 3, 2016 12:41 PM | Last reply by Angelia Zhang - Tuesday, October 18, 2016 9:17 AM -
5 Votes
how to make a form pull information from a table. . .?
Depending on what you’re looking for If you are looking for a control on your form to select a record from Table A to link to Table B and ...Answered | 24 Replies | 3698 Views | Created by Nick Vittum - Thursday, March 1, 2012 2:31 PM | Last reply by Nick Vittum - Friday, March 2, 2012 5:50 PM -
0 Votes
Azure Table perf improvement -> pulling a range by TimeStamp?
Hi, If you want to keep your current table design and want to get performance improvement you can send parallel HTTP requests: for(int ...Answered | 6 Replies | 4040 Views | Created by knudmt26 - Thursday, October 4, 2012 12:45 AM | Last reply by Allen Chen - MSFT - Thursday, October 11, 2012 3:21 AM -
2 Votes
How would you pull changed records from a source transaction table
Normally, as I know a control table will be used to check the last load pull and then pull the data based on it.Answered | 6 Replies | 903 Views | Created by MLTC - Friday, July 22, 2016 7:14 PM | Last reply by MLTC - Sunday, July 24, 2016 1:21 PM - Items 1 to 20 of 2936852 Next ›
No announcements