Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

ssms

“Edit Top 200 Rows” not working for SQL Server 16.0 – Express Edition

April 9, 2024 by Tarik

SSMS 19.0 resolved my issue. SSMS 18.10 has no support for SQL Server 2022.

Categories sql-server Tags sql-server, sql-server-2022, ssms, ssms-18 Leave a comment

Is there a way to view whitespace in SQL Server Management Studio 2016?

April 9, 2024 by Tarik

The option is under: Edit > Advanced > View White Space

Categories ssms Tags ssms, ssms-2016, whitespace Leave a comment

“Back Up” not appearing in SQL Server Management Studio 2016 or 17

April 9, 2024 by Tarik
Categories sql-server Tags azure-sql-database, sql-server, ssms Leave a comment

How do I view executed queries within SQL Server Management Studio?

April 8, 2024 by Tarik

Use SQL Profiler and use a filter on it to get the most expensive queries.

Categories ssms Tags sql-server-express, ssms Leave a comment

Shortcut to duplicate line in SQL Server Studio Management?

April 5, 2024 by Tarik

I think you can hit CTRL + C and CTRL + V without any text selected and you can duplicate the line below it. Edit: works in SSMS18

Categories sql-server-2008 Tags sql-server-2008, ssms Leave a comment

Why is running a query on SQL Azure so much slower?

January 9, 2024 by Tarik
Categories sql Tags azure, azure-sql-database, sql, sql-server-2014, ssms Leave a comment

script Table as Create via SSMS doesn’t show unique index

January 4, 2024 by Tarik

Is the “Script Unique Keys” option set to TRUE in your SSMS? In SSMS, Tools -> Options will get you to the pop-up window shown below.

Categories sql-server Tags sql-server, ssms Leave a comment

sql runs fast in ssms slow in asp.net

January 4, 2024 by Tarik

Chances are that you are hitting on a problem with parameter sniffing. I suggest reading Slow in the Application, Fast in SSMS? by Erland Sommarskog to get a full understanding of the issue (long article but very good).

Categories sql Tags .net, asp.net, sql, sql-server-2008, ssms Leave a comment

How to insert binary data into sql server using SSMS

January 3, 2024 by Tarik

Found the answer: SQL Server has an “OPENROWSET” command that accepts a filepath. eg Update myTable set Image = ( SELECT * FROM OPENROWSET(BULK N’C:\image.png’, SINGLE_BLOB) test) where ImageID = 1 Source: http://shortfastcode.blogspot.com/2009/12/insert-binary-data-like-images-into-sql.html

Categories sql-server Tags image, sql-server, ssms Leave a comment

error when running any query in sql server management studio: the file exists

January 3, 2024 by Tarik

I’ve been struggling with this one for while and when I recently installed Toad for MySQL I got the same issue. I installed sysInternals process monitor tool to try and work out which file was causing the issue. The answer is temp files. Both SQL server management studio and toad use a similar naming convention … Read more

Categories sql-server Tags sql-server, ssms Leave a comment
Older posts
Page1 Page2 … Page15 Next →

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa