Posted on December 12, 2008 by Raghunath Bhandari
Introduction Bulk Insert:
The Bulk Insert task provides the quickest way to copy large amounts of data into a SQL Server table or view. For example, suppose your company stores its million-row product list on a mainframe system, but the company’s e-commerce system uses SQL Server 2005 to populate Web [...]
Filed under: Bulk Insert | Tagged: Advance SQL tips and tricks, BCP T-SQL, BCP Utility in SQL server, Bulk Insert, Bulk Insert in SQL, DBA help, How to use BCP in SQL, Microsoft SQL server, MSSQL, MSSQL server, SQL Database Settings Optimization Tips, SQL developer tips, SQL help, SQL Indexing Service, SQL Optimization, SQL Server, SQL server tips, SQL Tips, sqlhelp, upload CSV file in SQL, upload text file in SQL | Leave a Comment »
Posted on December 12, 2008 by Raghunath Bhandari
Introduction BCP Utility:
The bcp utility bulk copies data between an instance of Microsoft SQL Server 2005 and a data file in a user-specified format. The bcp utility can be used to import large numbers of new rows into SQL Server tables or to export data out of tables into [...]
Filed under: BCP Utility | Tagged: Advance SQL tips and tricks, BCP T-SQL, BCP Utility in SQL server, DBA help, How to use BCP in SQL, Microsoft SQL server, MSSQL, MSSQL server, SQL Database Settings Optimization Tips, SQL developer tips, SQL help, SQL Indexing Service, SQL Optimization, SQL Server, SQL server tips, SQL Tips, sqlhelp | Leave a Comment »
Posted on December 1, 2008 by Raghunath Bhandari
Tips And Tricks For Advanced MS SQL Server Developers:
Use “TRUNCATE TABLE” statement instead of “DELETE” clause if you want to delete all rows from a table. It is much faster then “DELETE” statement without any conditions. “TRUNCATE TABLE” frees all the space occupied by that table’s data and indexes, without logging [...]
Filed under: SQL Tricks | Tagged: Advance SQL tips and tricks, Author Raghunath Bhandari, Database, Database Optimization Tips, dba, DBA help, MCP, Microsoft Certified Professional, Microsoft SQL server, MSDN Help, MSDN SQL News, MSSQL, MSSQL server, SQL, SQL Database Optimization Tricks, SQL Database Settings Optimization Tips, SQL developer tips, SQL Documentation, SQL help, SQL Indexing Service, SQL Optimization, SQL Optimization Tips, SQL Query, SQL Server, SQL server tips, SQL technology, SQL Tips, SQL Tips and Tricks, SQL tips for programmer, sqlhelp, sqlhelp news, sqlhelp WebSite Review, T-SQL, Technology News, Tips And Tricks For Advanced MS SQL Server Developers | Leave a Comment »
Posted on November 30, 2008 by Raghunath Bhandari
What is Indexing Service?
Indexing Service is a base service for Microsoft® Windows® 2000 or later that extracts content from files and constructs an indexed catalog to facilitate efficient and rapid searching.
Indexing Service can extract both text and property information from files on the local host and on remote, networked hosts. The files can be simply [...]
Filed under: Indexing Service | Tagged: Advance SQL tips and tricks, Author Raghunath Bhandari, Database, Database Optimization Tips, dba, MCP, Microsoft Certified Professional, Microsoft SQL server, MSDN Help, MSDN SQL News, MSSQL, MSSQL server, SQL, SQL Database Optimization Tricks, SQL Database Settings Optimization Tips, SQL Documentation, SQL help, SQL Indexing Service, SQL Optimization, SQL Optimization Tips, SQL Query, SQL Server, SQL server tips, SQL technology, SQL Tips, SQL Tips and Tricks, SQL tips for programmer, sqlhelp, sqlhelp news, sqlhelp WebSite Review, T-SQL, Technology News | Leave a Comment »
Posted on January 1, 2008 by Raghunath Bhandari
SQL is a standard language for accessing and manipulating databases.
What is SQL?
SQL stands for Structured Query Language
SQL lets you access and manipulate databases
SQL is an ANSI (American National Standards Institute) standard
What Can SQL do?
SQL can execute queries against a database
SQL can retrieve data from a database
SQL can insert records [...]
Filed under: Introduction to SQL | Tagged: Advance SQL tips and tricks, Author Raghunath Bhandari, Database, Database Optimization Tips, dba, Introduction to SQL, MCP, Microsoft Certified Professional, Microsoft SQL server, MSDN Help, MSDN SQL News, MSSQL, MSSQL server, SQL, SQL Database Optimization Tricks, SQL Database Settings Optimization Tips, SQL Documentation, SQL help, SQL Indexing Service, SQL Optimization, SQL Optimization Tips, SQL Programming, SQL Query, SQL Server, SQL server tips, SQL technology, SQL Tips, SQL Tips and Tricks, SQL tips for programmer, sqlhelp, sqlhelp news, sqlhelp WebSite Review, T-SQL, Technology News, what is SQL | 3 Comments »