January 21, 2013 at 12:36 am
I want to generate sciprt large table with command , i couldnt able to do with SSMS
January 21, 2013 at 12:45 am
What do you mean by script a large table? Are you referring to data or structure?
January 21, 2013 at 12:51 am
generate script with large table ?? so i can run script in another database server
January 21, 2013 at 1:01 am
SQLCMD -S LOCALHOST -d AdventureWorks -i C:\script.sql -E
i want to run this for specify table . is that possible ??
January 21, 2013 at 1:05 am
getsimrangujral (1/21/2013)
generate script with large table ?? so i can run script in another database server
friend ,
The problem is "we cant see what you see", what you actually want in your query we dont know so better explain everything. see the link in my signature below.
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
January 21, 2013 at 1:07 am
I want to generate script for a table through command
January 21, 2013 at 1:25 am
getsimrangujral (1/21/2013)
I want to generate script for a table through command
see this linl http://blog.sqlauthority.com/2007/11/16/sql-server-2005-generate-script-with-data-from-database-database-publishing-wizard/
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
January 21, 2013 at 1:37 am
Its for whole database , i want to run for specify table 🙂
January 26, 2013 at 8:25 am
Get the SSMS Tools Pack. With it you can right click a table in SSMS Object Explorer and generate the series of INSERT statements required to take your data with you to another environment.
http://www.ssmstoolspack.com/Features#GIS
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 26, 2013 at 8:26 pm
sounds like you are getting an error because you have a database greater than ten gig on a SQL express installation;
my recommendation would be to spend $45 dollars and buy the developer edition on Amazon so you can at least get started with fixing your data to fit into the ten gig limitation;
you'll need to strip out or archive a lot of data to get it to comply with the 10 gig limitation again.
otherwise plan on buying the standard edition for the production installation.
Lowell
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply