Quantcast
Channel: SQL Server Database Maintenance – SqlServer-query
Browsing latest articles
Browse All 78 View Live

SQL Server Date functions – How to use in query

SQL Server Date Functions While working with SQL Server Date function and to keep it simple, make sure that date column does not have time portion. Whenever you insert date in table verify that...

View Article



SQL Server – Create table statement and sql syntax

Database table is used to store data in column and rows format. Each table has its own name. Create Table Statement Using create table sql statement you can create a table inside your database. Note:...

View Article

Install Upgrade advisor 2014 – Before database upgrade

Database upgrade – Install Upgrade Advisor SQL Server upgrade Advisor tool helps you to analyze sql server component installed in your environment before upgrading to next version of SQL Server also...

View Article

SQL Server – Configure tempdb to improve performance

How to Configure TempDB to improve performance As best practice, you should create multiple copy of tempdb data files matching to number of logical processors to reduce tempdb contention problem also...

View Article

SQL Server – Database Endpoint not working after server restart

Issue : After window server restarted database mirroring is stop working, Mirroring endpoint was broken and getting connection handshake failed. Troubleshooting checklist Checked SQL Server error log...

View Article


SQL Server – How to load flat file into table – Using BULK INSERT

SQL Server – How to load flat file into table – Using BULK INSERT Begin DBA, you gets request to load flat file data in sql server table, This is small example of loading flat file or comma separated...

View Article

SQLCMD utility to connect SQL Server using command line

Is it possible to connect SQL server with some other tools ? Answer is yes, SQLCMD is the command line tool used to connect SQL Server. SQLCMD – Simple tool to execute t-sql statment, stored procedures...

View Article

SQL Server 2014 download free – Express edition

MS SQL Server 2014 is free downloadable software, available on Microsoft official website. Anyone can download SQL Server 2014 free, this is express edition which is suitable for learning and small...

View Article


SQL Server interview questions and answers

SQL server interviews questions and answer, this will help you to prepare for SQL Server interviews. Sharing the frequently asked interview questions related sql server to crack the interviews. How...

View Article


SQL Server date function with example

I enjoy writing T-SQL scripts, function and stored procedure for business but while working with SQL server date function it gets tricky, just keep it simple. Make sure that date column does not have...

View Article
Browsing latest articles
Browse All 78 View Live




Latest Images