Bulk objects execution [closed] - sql-server

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 days ago.
Improve this question
We have taken objects backup by using generating scripts. We need to create all objects again. Can anyone help me.
Name
Count
Procedures
5000
Tables
3000
It's difficult to execute one by one manually. Can anyone help me is there any option for bulk execution?
I have tried in through SSIS but not found solution.

Related

Batch that triggers after a certain time has passed after another batch has been executed [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
I want to make a batch trigger after for example 2 hours another batch has been used.
I tried task scheduler > trigger on event; log: application, source : add the path of the batch.
But nothing happens. What am I missing ?

Complex JSON data Parsing from Tables [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 days ago.
Improve this question
I have multiple JSON and XML(100s of different formats as well) from Different Databases. Is there any simple way to parse and store the JSON into a structured format in my Datawarehouse.
Thought of writing Python or Java Program for each JSON/XML.But it will be very consuming. Looking for alternate simple options

View Core data stored in mavericks or Yosemite [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am creating an app that uses Core data, how can I see the data stored in them?
Thanks in advance.
You can use the command line tool sqlite3 included in your Mac. Locate the database by e.g. logging the persistent store url, then just use
sqlite3 path/to/database.sqlite
Type .h to get help on how to use it. You can make standard SQL queries, etc.

Teradata database Size [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am working in Teradata database my database utilization is above 90%. I cannot delete the data from the tables so I applied COMPRESS logic to the columns which has repeated values. By doing this my Database size got reduced to some extent.please help me if there is any other way to reduce database size/utilization ?
You can use Compression in Teradata.
As a side note: 90% utilization doesn't necessarily mean, that after it reaches 100% it will break. It'll probably just expand, but to be certain you need to check proper options of your db.

What is meant by the Number of Pages for table in Database? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Can anyone help me to understand the concept of pages for table in database...
thank you!
Pages... means when you are going to do any update in database you are not updating the original database which reside on the disk, but you are updating its pages.. it is one kind of copy of database, so When you are commit your transaction this page will be replaced with your original database. But you still have to improve this answer. :)

Resources