SQL Server
Microsoft SQL Server powers your entire data estate by supporting structured and unstructured data sources. It builds on previous versions of SQL Server, which have been industry leading for four years in a row and a leader in TPC-E. It scales to petabytes of data and allows customers to process big data through PolyBase using T-SQL over any data. SQL Server has also been the least vulnerable database during the last seven years. SQL Server brings data insights with business intelligence capabilities that provide analytics at a fraction of the cost on any device along with advanced analytics with support for R and Python.
-
SQL Server Management studio for Windows on ARM (ARM64)
The Surface Pro X received a lukewarm reception for reviewers, but has been consistently sold out and has quite the popularity. More ARM64 apps are needed to truly get this product going
SSMS 18 and 17 cannot install on the Surface Pro X. The installer runs, but fails due to architecture. Going back to a build of SSMS from the past, SSMS 16, allows me to install it, but I'm missing the newer features.
Could we please get a build of SSMS for ARM64? I can't imagine this would be a difficult task given Visual Studios ability to compile for…
70 votes -
Double click on *.sql file opens another instance of SSMS
When you have:
1. SSMS set up as a default editor for *.sql files (and)
2. SSMS already started with "Connect to Database Engine" dialog window open
and you are trying open a .sql file by double-click, it starts another instance of SSMS and opens .sql file there.
My suggestion is to change the behavior to open the file in the exisiting instance of SSMS.27 votes -
T-SQL for changing table column order
Once a table is created, the ordinal position of the columns is fixed. This is especially problematic for large data warehouse tables, where new columns are expected to be added over time.
The only solution currently to re-order columns is to drop and recreate the table (or let the SSMS designer do this for you), but this is often not feasible for a large, highly used table, and it cannot be easily scripted.
Please add some ALTER syntax that will allow changing column order.
26 votes -
SQL Server basic availability groups should support more than 1 database
SQL Server Basic Availability Group should allow N number of databases to be supported. Currently this feature supports two replica's which is fine, but only support one database to part of the basic availability group. As always-on is strategic offering for availability and has been around since SQL 2012, the basic availability group feature in standard edition should allow more than 1 database. I would suggest N databases or whatever the Always-on technical limit is.
https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/basic-availability-groups-always-on-availability-groups?view=sql-server-2017
Other database vendors offer such feature outside of enterprise edition.23 votes -
Open source Microsoft.SqlServer.SqlParser.dll + Release as nuget package
It's not great to have to manually reference Microsoft.SqlServer.SqlParser.dll when we need to parse TSQL code.
Open sourcing and releasing as a nuget package would open up a number of very interesting scenario that would empower the sql server community.
For us, we want to pre-process our scripts with macros and also format consistently but I imagine there would be other cool scenarios such as linters and code analyzers.18 votes -
New SQL version of SQL Server
Would love to see sql server go the direction of nuodb or memsql and implement a fully distributed version of MS SQL SERVER.
17 votes -
SQL Server 2019 Snapshot Agent Error
I was trying to configure an SQL Server 2019 transactional replication, but the snapshot agent returns an error. Running it from command line i got the folloing error:
2019-12-18 12:54:33.91 Command Text: select count_big() from sys.tables
2019-12-18 12:54:33.91 Parameters:
2019-12-18 12:54:33.91 [0%] The replication agent had encountered an exception.
2019-12-18 12:54:33.91 Source: Replication
2019-12-18 12:54:33.91 Exception Type: Microsoft.SqlServer.Replication.ReplicationAgentException
2019-12-18 12:54:33.91 Exception Message: An unspecified error had occurred in the native SQL Server connection component.
2019-12-18 12:54:33.91 Message Code: 55012
2019-12-18 12:54:33.91
2019-12-18 12:54:33.91 Call Stack:
2019-12-18 12:54:33.91 Microsoft.SqlServer.Replication.ReplicationAgentException: An unspecified error had occurred in the native SQL Server connection…15 votes -
Display Tool Tips for SSAS tabular Model's Measure's descriptions for excel client
Currently SSAS (2016 or 2017 ) model does not have the ability to show measure descriptions or a custom Text as a tooltip for users that are browsing cube.
12 votes -
Favorites (Procs, Tables, etc)
I'd like the abilities to favorites stored procedures, tables, anything, for quick access.
12 votes -
in-memory oltp cascade delete
Add support to In-Memory OLTP to ON DELETE CASCADE / SET NULL on foreign keys deletion
9 votes -
Filter user defined table types
Please add the filter option on ssms to filter user defined table types by name.
9 votes -
SSMS 2018 Source Control
SSMS 2018 Source Control
Do you we enable source control under SSMS 2018?
7 votes -
Documentation Update: read-scale availability groups on Standard Edition require Database Snapshot
SQL Server 2017 introduces read-scale availability groups without a cluster.
Documented here:
https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/configure-read-scale-availability-groups?view=sql-server-ver15Looking at the feature by edition (https://docs.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2017?view=sql-server-ver15#RDBMSHA), it mentions that SQL Server 2017 Standard Editon supports 'Read-scale availability group.' In Standard Edition to read from Secondary Replica of Read-scale Availability Group, you need to create a snapshot of the database. This point is not mentioned in any documentation, which confuses when people try to implement this feature.
I suggest making it clear in the documentation that the only way to read from Secondary is to create a database snapshot while using Standard Edition.7 votes -
Make SSDT "just work"
SSDT is great once set up, but the initial amount to get some real world code working is often a show-stopper.
Having to use variables for cross-database references is often over-engineered for simple projects. Please let us just use the simple notation [server].[db].[schema].[object] as in SQL Server. This is enough for 99% percent of the cases and the SQL Code does not have to be changed after import.7 votes -
ODBC Driver Support for Linux on PPC64
As of right now the ODBC drivers for SQL Server do not support Linux on ppc64 architecture. Many HANA systems are running on ppc64 today. Therefore it would be good to offer a driver for this architecture aswell.
7 votes -
DATETRUNC(datepart,datevalue) instead of dateadd-datediff
The generally accepted way to truncate some part of a datetime is:
DATEADD(datepart,0,DATEDIFF(datepart,0,datevalue))
To save us from much typing, and probalby a good amount of CPU due to a good implementation, I propose we create a new function exactly for that:
DATETRUNC(datepart,datevalue)
which rids the datevalue of any component LESS than datepart (ie, truncates it to the dateart level)7 votes -
Provide Method to Force XE/AUDIT Target File Rollover on Demand
Provide a method to force a rollover XE and Audit rollover file targets on demand.
This functionality will allow one to reduce event latency for batch consumers without incurring event loss. Currently, one must stop/start the trace/audit or restart the instance in order to create a new rollover trace file.
6 votes -
SQL Documentation missing SQL Server Version since a function or DMV was added
Since the new SQL documentations online (e.g. https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-os-nodes-transact-sql?view=sql-server-2017) there is no hint since which SQL Server Version a DMV or specific T-SQL command (e.g. IIF()) was added.
5 votes -
Unable to see Database Diagram on SSMS 2017
Hi
I am trying to use the Database diagram option which is supposed to be within the folder of the database, but nothing is there, i can only view System tables,FilesTables,GraphTables and then my tables.
5 votes -
Have SSMS respect a Resource Lock
When I set a lock on the Resource Group where my Azure SQL Server and DB reside - I can still delete the DB using SQL Server Management Studio This action should at least generate a prompt in SSMS indicating a Resource Lock has been set
5 votesSSMS doesn’t know anything about Azure resource groups at this time. I suspect the lock only applies to the ARM REST API. Perhaps this suggestion should be copied over to Azure SQL Database; they could check for this lock on the server side and fail the TSQL query.
- Don't see your idea?