No announcements
Found 4091120 threads
-
0 Votes
Create table in existing database
The DatabaseSchemaVersion property is automatically set to 0 when your database is created.Answered | 2 Replies | 1212 Views | Created by Stroud District Council - Tuesday, August 21, 2012 3:20 PM | Last reply by Stroud District Council - Wednesday, August 22, 2012 9:19 AM -
0 Votes
Create Table Script from a table [For MS Access]
I were able to solve my problem via reply of one of my post at the post http://forums.asp.net/p/1470850/3408942.aspx#3408942 on asp.net forumKamran Shahid Senior ...Answered | 2 Replies | 16202 Views | Created by Kamran Shahid - Tuesday, September 15, 2009 2:26 PM | Last reply by Kamran Shahid - Wednesday, September 16, 2009 5:37 PM -
2 Votes
How to create a new table in an available access database
ADOX.Catalog is not only to create databases but can also open an existing database and create a new table if you really need to (though my ...Answered | 2 Replies | 1723 Views | Created by snmco - Friday, August 17, 2012 5:56 PM | Last reply by Patrice Scribe - Friday, August 17, 2012 6:57 PM -
0 Votes
creating table structure
Hi EnglishBob2 what i mean is UI just like foxpro when creating new tables or modify structure.Answered | 7 Replies | 677 Views | Created by yanyee - Monday, April 7, 2014 12:47 PM | Last reply by yanyee - Tuesday, April 8, 2014 3:02 AM -
1 Votes
How to create table from existing table in this format
Thank you for replying forget creating temporary table suppose i have EXISTING table now i want ...Answered | 3 Replies | 976 Views | Created by IMRAN678khan - Thursday, October 9, 2014 9:39 AM | Last reply by Visakh16 - Friday, October 10, 2014 9:14 AM -
0 Votes
Create empty table?
I thought it was sensible to create the table and then decide as data came in what columns needed to be added to the table to accomadate the data.Answered | 8 Replies | 8365 Views | Created by Alain Dekker - Friday, September 16, 2011 9:30 AM | Last reply by Andrea Montanari - Monday, September 19, 2011 10:44 PM -
1 Votes
How Do I Create A Table?
* Of course if you are the original author or there is a permission, then forget my above comment, and just get "well done, Nice tutorial" :-) It ...Answered | 4 Replies | 1284 Views | Created by SR Burrus - Saturday, May 10, 2014 4:26 PM | Last reply by Visakh16 - Saturday, May 10, 2014 6:19 PM -
0 Votes
Create Table from Tables
I want to create a same TABLES with _GET suffix .Answered | 6 Replies | 929 Views | Created by AshishSingh_DWH - Monday, May 19, 2014 5:54 AM | Last reply by AshishSingh_DWH - Tuesday, May 20, 2014 5:44 AM -
1 Votes
Help on creating History table from the existing Table
Just to show the output structure I want I have created a table and posted here.Answered | 7 Replies | 784 Views | Created by R.Mani - Friday, November 4, 2016 7:39 PM | Last reply by Sam Zha - Monday, November 7, 2016 3:18 AM -
0 Votes
Is it possible to create table variable by copying structure of existing table?
Have I understood that correctly, and do you have some workaround?Answered | 8 Replies | 7948 Views | Created by IvicaNesic - Friday, December 5, 2014 12:40 AM | Last reply by Arulmouzhi - Saturday, January 18, 2020 7:09 AM -
1 Votes
How to create tables when we create database?
Model DB: It is template database used when new user database is created in same instance.Answered | 3 Replies | 620 Views | Created by iamanujit - Tuesday, October 21, 2014 7:54 PM | Last reply by Vaibhav.Chaudhari - Thursday, October 23, 2014 5:10 PM -
0 Votes
Create Table
R-SQL uses INTO to copy the data without table structure.Answered | 4 Replies | 3108 Views | Created by sqlrooky - Monday, September 12, 2011 3:33 AM | Last reply by sqlrooky - Monday, September 12, 2011 4:14 AM -
2 Votes
Table already exists but it not in access database
I renamed that query, re-ran my code, the table "XYZ" was created, but then I got an error that table "ABCD" already existed.Answered | 15 Replies | 4936 Views | Created by Pratush Krishna - Friday, April 12, 2013 12:36 PM | Last reply by ckb3909 - Friday, November 1, 2019 9:48 PM -
1 Votes
How create from 2 table one table?
Hello Greg this is the code: HERE I DO A QUERY Try Using ...Answered | 11 Replies | 3160 Views | Created by PinkFloyd11 - Wednesday, May 18, 2011 3:43 PM | Last reply by GregHenry - Friday, May 20, 2011 5:31 AM -
3 Votes
Import data from Sql tables to Ms access
From first link : 1.We should have tables structure already in MS Access file to insert row.Is there any way to ...Answered | 10 Replies | 10571 Views | Created by Tej kamal - Thursday, January 24, 2013 12:02 PM | Last reply by Tej kamal - Monday, January 28, 2013 4:22 AM -
0 Votes
Can I create a database without accessing model database tables?
, Thanks for your reply When i am trying to create a new database it automatically created with the MODEL Database ...Answered | 5 Replies | 1079 Views | Created by Rajendra Boyapati - Saturday, September 27, 2014 2:05 PM | Last reply by Satish Kartan, MCITP - Sunday, September 28, 2014 3:57 AM -
2 Votes
Creating Tables
Create table template SQL Azure Database Hello, Are you connected to a SQL Azure Database?Answered | 2 Replies | 1053 Views | Created by DajanaS - Saturday, July 9, 2016 12:33 AM | Last reply by Guy Haycock [MSFT] - Monday, July 11, 2016 4:41 PM -
3 Votes
How do i create an xml from a table?
From SQL 2005 onwards you can use FOR XML PATH: USE tempdb GO drop table ...Answered | 3 Replies | 4342 Views | Created by code_warrior - Sunday, September 26, 2010 4:01 AM | Last reply by wBob - Sunday, September 26, 2010 7:27 PM -
0 Votes
C#: Creating a new sql data table from the schema of an existing table
1. table exists2. database is not case sensitive, and I am using the correct case.Answered | 6 Replies | 17717 Views | Created by CodeMonkeyRob - Monday, March 2, 2009 3:01 AM | Last reply by CodeMonkeyRob - Monday, March 2, 2009 5:53 PM -
0 Votes
How to Normalize the table structure
Simply if I create 100 product then the table rows increased as 8Lak rows.Answered | 8 Replies | 1913 Views | Created by BaskaranR - Tuesday, March 11, 2014 2:00 PM | Last reply by Louis Davidson - Wednesday, March 19, 2014 6:55 PM - Items 1 to 20 of 4091120 Next ›
No announcements