TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About SQL script
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rohatash Kumar (2)
Shweta Lodha (1)
Ishika Tiwari (1)
Jitendra Mesavaniya (1)
Sanjeev Vishwakarma (1)
Christophe Marcel (1)
Anoop Kumar Sharma (1)
Vinodh Narayanan (1)
Hussain Ahmed (1)
Madhu Reddy (1)
Related resources for SQL script
No resource found
Mastering SQL Query Generation with Azure OpenAI
10/9/2024 6:07:40 AM.
Leverage Azure OpenAI to transform natural language into SQL queries seamlessly. By integrating Azure OpenAI and Azure SQL Database, you can simplify data querying and enhance accessibility. Learn how
How to Keep SQL Server Table Columns in Sync
9/19/2024 4:29:35 AM.
how to keep columns in sync across SQL Server tables using efficient methods like triggers, SQL scripts, and the MERGE statement.
Backing Up and Restoring a SQL Database
6/19/2024 7:31:50 AM.
In database management, ensuring data integrity and availability is paramount. Regularly backing up your database is crucial to mitigate risks such as hardware failures, software issues, or accidental
Query to Find and Drop User-Defined Stored Procedure
1/3/2024 9:53:53 AM.
In this article, we will learn about dangerous SQL scripts that iterate through user-defined stored procedures, views, functions, and user-defined types, dropping them one by one. Caution: Do not run
TranslateSQL
10/28/2020 3:12:57 AM.
TranslateSQL is a utility for generating SQL-Server SQL scripts based on an existing Oracle schema, in essence 'translating' Oracle schemas into SQL-Server databases.
Copy Table Schema and Data From One Database to Another Database in SQL Server
8/18/2019 5:35:43 PM.
This article is all about how to copy SQL Server tables and their data from one database to another database.
Creating Duplicate Table With New Name From Existing Table in SQL Server 2012
7/8/2019 6:21:17 AM.
In this article, you will see how to create a duplicate table with a new name using a script in SQL Server.
Restore Generated SQL Scripts Of Table With Records Into Another Database
11/16/2015 12:46:49 PM.
In this article, I have explained how to generate SQL Scripts of the table with records and restore it into another database.
Generate SQL Script With Data in SQL Server
5/8/2014 10:36:41 PM.
In this article we learn how to generate a SQL Database script with data.
Generating Script in SQL Server 2012
10/13/2012 5:13:28 PM.
This article demonstrates how to generate script in SQL Server database.
Running the SQL Script File By Using The System.Diagnostics.Process Class
5/20/2012 2:49:08 AM.
Process Class Provides access to local and remote processes and enables you to start and stop local system processes.