|
|
|
|
|
|
|
Question of the Day |
Today's question (by Steve Jones - SSC Editor): | |
Updatable Views II | |
I have this view:
CREATE OR ALTER VIEW dbo.City AS SELECT TOP 10 cn.CityNameID, cn.CityName FROM dbo.CityName AS cn WITH CHECK OPTION GOHow can I modify the view to make it is updatable with this code? INSERT City (CityName) VALUES ('Dillon') | |
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) |
Filestream on Linux I want to implement a Filestream table on SQL Server 2022 running on Linux. Can I do this? Answer: FILESTREAM is not supported on Linux. Explanation: FILESTREAM is not supported on Linux. Ref: Unsupported features and services (Linux) - https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-editions-and-components-2022?view=sql-server-ver16#unsupported-features-and-services |
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 2019 - Administration |
Transactional replication breaks during WSFC failover to new primary - Hi expert, Is there a best way to fix or be proactive during patching of primary node of WSFC? Whenever I failover to passive node (which will become new primary) the replication will break, since the replication has small database so I re configure again (with GUI/scriptout) what if there there is a big database […] |
SQL Server 2019 - Development |
ssas memory issues even after switching over to table level refreshes - Hi, we just moved to 2019 std from 2016 std. We comingle the engine, ssas and ssrs on one server. I just realized that i allowed my post at https://www.sqlservercentral.com/forums/topic/is-there-a-way-to-process-a-tabular-models-tables-in-sequence to go off on a tangent so i'm going to carefully move the memory part of that discussion here and just leave the tsml sequence […] |
is process add available in standard ssas - Hi, i cant tell from these 2 articles if incremental processing is available in standard edition...https://www.sqlbi.com/articles/using-process-add-in-tabular-models/ and https://learn.microsoft.com/en-us/analysis-services/analysis-services-features-by-edition?view=asallproducts-allversions . Does anybody know? |
Refactoring an EAV schema for Notes - We have a fixed number of entities (each with their own table) such as Person, Service, Organisation, Contract, Invoice, etc. We also have a table for Notes - this has quite a few columns in order to support existing functionality. Each instance of an entity (e.g. a Person or a Service etc.) can have any […] |
Alter table query to change identity column from int to bigint in sql2019 server - Alter table query to change identity column from int to bigint in sql2019 server |
is there a way to process a tabular model's tables in sequence? - Hi, i'm reading the posts at https://stackoverflow.com/questions/77508309/how-to-process-full-tables-in-tabular-ssas-cube-using-xmla-file and https://learn.microsoft.com/en-us/analysis-services/tmsl/sequence-command-tmsl?view=asallproducts-allversions and thinking "maybe not". My hope was to script some tmsl in one step in my sql agent job that would process one table at a time probably dims first. There is only one fact table. The reason i want these things single threaded (sequenced) is […] |
Downgrade a DB from 2022 to 2019 - Dear DB Gurus I have an application that was running in 2019 database. We tested that application using 2022 and it was all working fine. But after putting that in production we found an issue that was not tested before. The situation is that vendor of the application is no longer reachable and able to […] |
Working with Oracle |
Help needed in ORACLE Group by - Hello, working in Oracle Database 19c Enterprise Edition. Below is my sample data with Sample( ID, QTY,STATUS,LAST_UPDATED_DATE) as ( select 1, 2400, null, null from dual union all select 1, 2400, null, null from dual union all select 1, 2400, null, null from dual union all select 1, 2400, 'Received', sysdate from dual ) I […] |
General |
Exporting? data to Existing Preformatted Excel work book - Hello all, Is it possible to either: export data to an existing preformatted worksheet on demand OR connect the existing workbook to SQL Server and query on demand, with the dataset going to a specified worksheet with specific formatting requirements? I have a user who uses Excel regularly to manage the setup of a production […] |
Integration Services |
Extracting data from Dynamics into data warehouse problem with expired details - So Dynamics/D365 requires setting up of an app in Azure Portal along with a certificate / secret. and by using the KingswaySoft tool for SSIS, I can successfully extract and import data into the data warehouse. Now the certificate / secret has expired, and have been told a new one will be required with a […] |
Corrupt SSIS Package & Unsupported Error - I am using the Community Edition of SSIS/Visual Studio. I find that my SSIS package can get corrupt, i dont know why. Is the Community Edition too sensitive? I am also finding myself with this error: Unsupported This version of Visual Studio is unable to open the following projects. The project types may not be […] |
SQL Server 2022 - Administration |
what are the best sites to get sqlserver automation of scripts and alerts config - HI ALL, what are the best sites to get sqlserver automation of scripts and alerts configurations My requirement is to set alerts in sqlserver to get notifications and also 1.get daily health report 2. backups report 3. disk reports 4.log (ldf) increase alert 5. database growth report 6. backup failures alert 7. db long running […] |
SQL Server 2022 - Development |
Using R and Python with SQL Server 2022 not possible - I want to use R and Python with SQL Server 2022, but I get an error if I try to exec the Python syntax. I did everything that Microsoft recommends: https://learn.microsoft.com/en-us/sql/machine-learning/install/sql-machine-learning-services-windows-install-sql-2022?view=sql-server-ver16 I also checked some older Stack articles but nothing was usable. But still I get an error if I try exec and Python OR R […] |
Who else is Actual competitor of SQL Server when it comes handling Complexity? - When it comes to programming and how robust / flexible the programming can be with SQL Server - have experienced a lot what all can be accomplished with how we convert any logic to a working functionality . I am here to understand what are other database technologies which are available who can be the […] |
How to detect a column rename? - Hi, products like SQL Compare detects if a column has been renamed. To detect new columns, dropped columns or a type or length column is easy, my question is how to detect if a certain column has been renamed. Thanks for any ideas. Mauricio |
| |
©2019 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved. webmaster@sqlservercentral.com |