How to Export Excel data in SQL Server table Many Sql server guys deal with this How to Export Excel data in SQL Server table.Many DBA following the same approach they export data from flat file or other type of file to SQL server tables.Here we have a quick view on how to export data from excel […]
Category: Sql Server
SQL Server Tutorials, SQL Server Tutorials for Beginners, SQL Server Online Course, Microsoft SQL Server Learning, Microsoft Online Learing
How To Import Data From SQL Server To Excel In this tutorial i will let you now that How To Import Data From SQL Server To Excel, importing data from SQL Server to Excel is not a difficult task but it may be if you don’t know about it. Importing process will import your whole […]
How to create a database in sql server with Tsql In this post we learn How to create a database in sql server with Tsql. In this script we define where to place files(MDF,LDF) about their size and auto-growth of the database file size.And also in which file-group the file should be placed. Script:- create database test onprimary( name=N’test’, filename=N’C:\Program […]