|
|
|
|
|
|
|
Question of the Day |
Today's question (by Evgeny Garaev): | |
Resumable online index rebuild | |
In which version of SQL Server did Microsoft introduce resumeable online index rebuild? | |
Think you know the answer? Click here, and find out if you are right. |
Yesterday's Question of the Day (by Steve Jones - SSC Editor) |
Dropping the External Table I have created this table in one of my Azure SQL Databases: CREATE EXTERNAL TABLE MyTable ( SomeKey int , SomeValue varchar(100) ) WITH (DATA_SOURCE = OtherDB); Now I want to remove it. How do I do this? Answer: DROP EXTERNAL TABLE MyTable; Explanation: The DROP command is used, but EXTERNAL TABLE must be specified. This does not affect the data source. Ref: DROP EXTERNAL TABLE - https://docs.microsoft.com/en-us/sql/t-sql/statements/drop-external-table-transact-sql?view=sql-server-2017 |
Database Pros Who Need Your Help |
Here's a few of the new posts today on the forums. To see more, visit the forums. |
SQL Server 2017 - Administration |
Will SQL Server supports Nepal Calendar - Hi, I have a requirement where i need to store nepal calendar date in a date column in sql table. Nepal calendar is totally different from regular english calendar whereas it has 32 days also in some month. Is it possible to Install SQL with region and calendar settings as Nepal. Thanks in Advance! Chelladurai […] |
SQL Server 2017 - Development |
OPTION(QUERYTRACEON 9481), Dynamic SQL & DBCC TRACEON error. - I'm in a bit of an odd-ball situation... a) We are in the process of upgrading all SQL Server instances to 2017. b) More than a few of the impacted databases are using legacy Compatability Levels/Cardinality Estimator. c) We would like to have all databases on the current (2017) CL and using the most recent […] |
SQL Server 2016 - Administration |
Windows Failover Cluster - Hi All, I have an SQL 2016 AlwaysOn AG setup. There are 3 nodes in total (2 on prem, 1 in Azure) and a FSW in another DC. We had some network communication issues this weekend and the FSW went offline but eventually came back online. Since then, we have gotten an alert from Veeam […] |
Monitoring SQL Server - Due to some limitations we may have to monitor all of our sql servers with two different monitoring tools. Would that we bad idea and what other issues i could come into? |
Full Text Index Population - Hi All, We have situation where we have a document DB with a Full-Text Index storing approx. 6 million rows and a document was uploaded, but, was not indexed. On further examination we noticed a number of errors in the FT log, so, after trying to address the errors without success, we dropped the index […] |
SQL Server 2016 - Development and T-SQL |
Performance Debate - Looking for Opinions on if this area of a C# application should be modified in how it hands things off to the DB. The table in question has two columns (ListId,PersonId) there can be multiple PersonID with different list ID's The UI of the application allows you to go in and view all these Lists […] |
better DB Design tools? - I am using Visual studio to design databases for applications / data warehousing rather than just using the SSMS designer like I did in the past, but now I really miss the ability to quickly see relationships etc from a diagram. We are using visual studio Sqlproj so that we can get the benefits of […] |
Row number not exactly working - Using row number function with partitioning, I do not get the desired result. Attached image shows what the code is outputting at the moment. The last column (Expected) is what I need the values to show. Rows 1-3 show correct row number (RID). Rows 4-17 show correct row number (RID). Row 18 is the problem, […] |
Group by on 120 pivotted columns - Hi, I have the next case with a challenge on grouping records on 120 pivotted columns. Objectnames are in Dutch but hopefully that is no problem. The records in our source table have questionaire outputs for patients in our hospital. Every record holds the answer of one question in a questionaire. The questionaire that we […] |
Administration - SQL Server 2014 |
Log File Growing on Replication Subscriber - The title really says it all here. I've seen a lot of references as to why the log could grow on the publisher but I can't really find anything that explains why it would happen on the subscriber. Our data warehouse server holds copies of several of our production databases all of which are in […] |
Is it possible to use the Profiler on a SQL Server 2014 Web/Express edition? - Hello, I'm a bit confused as to whether or not it is possible to use the SQL Profiler on the Web/Express edition of SQL Server. It says "No", but with this foot note: SQL Server Web, SQL Server Express, SQL Server Express with Tools, and SQL Server Express with Advanced Services can be profiled using […] |
Development - SQL Server 2014 |
SQL Collation different in tables and columns - Hi, I'm getting an infuriating issue where I have my default collation of the server set to SQL_Latin1_General_CP1_CI_AS. For some unknown reason some tables in different databases have a different collation AND some columns within those tables have a different collation again. It's driving me mad. Any idea how I can stop this from happening? […] |
SQL 2012 - General |
BUY HIGH QUALITY COUNTERFEIT CURRENCIES MONEY AT (WHATSAPP +13232503649) - BUY HIGH QUALITY COUNTERFEIT CURRENCIES MONEY AT (WHATSAPP +13232503649)AND PASSPROT,ID,DL AND VISA WITH IELTS CERTIFICATE WITHOUT EXAM. ALL DATA BASE REGISTERED FOR BUYING REAL DOCUMENTS. PASSPORTS,ID CARDS,GREEN CARDS AND DRIVERS LICENSE ETC. Email: wultesiove123@gmail.com WEBSITE:buynuiquebanknotes.com WhatsApp: +13232503649 Why would you buy from us? Our banknotes contain the following security features that make it to be […] |
SQL Server 2012 - T-SQL |
Restore script enhancement - Hi, Couple of question with below restore script. This is an existing script and I am trying to understand and improve it. Please share your suggestions. The databases are 3 - 5 TB in size so any performance tips are also welcome. USE [master] GO DENY CONNECT SQL TO [ROLENAME] ----- Q) is it to […] |
SSDT |
Organising DTSX packages - Hi all We have a lot of DTSX packages in our solutions. For example, we have a MASTER package that calls other packages to do the actual work (and these may, in turn, call other packages to break the work down into smaller chunks). Unfortunately, all the packages in Visual Studio that appear […] |
| |
©2019 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved. webmaster@sqlservercentral.com |