Here's a few of the new posts today on the forums. To see more, visit the forums.
|
SQL Server 2017 - Administration |
SQL Server database monitoring tool. - Hi Expertise, Kindly suggest SQL Server database Centralize monitoring tools with historical reports for all target DB Servers ON-Prime and CLOUD based setup. Thanks |
SQL Server 2016 - Development and T-SQL |
Query help - I am trying to avoid writing a stored procedure and trying to create a view that will return the data in the second set of columns (F through I) in my attached data based off the first set of columns (A through D). Is this even possible and if so, how? Any help is appreciated. […] |
SQL 2012 - General |
In Spark SQL, how can I optimise non-equi-joins? - I have two data frames that I need to link using a non-equi-join (also known as an inequality join) with two join predicates. One dataframe is a histogram DataFrame[bin: bigint, lower_bound: double, upper_bound: double] The second dataframe is a set of observations DataFrame[id: bigint, observation: double]. I need to figure out which bin of my […] |
SQL Server 2019 - Administration |
Windows Login name change - Hi, I have a situation where a user has had their windows login name renamed in AD. I believe their SID stayed the same just the name changed. This causes some problem in SQL. When I try looking for the new user in SSMS (Domain\New_user) its not there. If I query sys.database_principals for the new […] |
Execution of SP - One of the store proc failed as part of schedule job which is not a SQL agent job it is a part of nightly batch job. However, the logs from the batch job shows it failed with incorrect syntax. I don't have parameters to plug in and reproduce the issue. Is there a way to […] |
NT Service\\MSSQL$SQLEXPRESS login failure alert every seconds - Hi All, After seeing log of login failures and attack, we have removed all unwanted logins from SQL including NT Service\MSSQL$SQLEXPRESS service account. It is a express none of the application, windows scheduler or any service using this login, still I am seeing error very often every seconds. Error: If the event originated on another […] |
SQL merge replication setup from 2008r2 to SQL 2019 AWS - Hello all, I am trying to configure a merge replication between servers and getting an error when starting setting up the subscriber. The publication and distributor are set up but when configuring the subscription on another server I get this error after connecting and browsing the publication. SQL Server could not retrieve information regarding the […] |
Resource Governor Classification Anomaly - So I've got this interesting situation that I can not find any documentation on. We have resource governor enabled, a classifier in place that appropriately assigns connections into workload groups. For example, user1 connects in, the classifier fires off and assigns user1 to WorkloadGroup-A Great! However, the strange part is... on occasion User1 will end […] |
Updating .NET Core on SQL Server --> Dangerous? - I was recently informed by our Help Desk that there is a version of the .NET core on our production SQL Server 2019 which is going out of support. The Help Desk wants to upgrade it. In preparation for this upgrade project, I tried to research what aspects of SQL Server might be affected. I'm […] |
SQL Server 2019 - Development |
Controlling the evaluation of scalar functions - I am facing a strange issue and, even though I found a solution, I wonder if a better solution exists. I have a table containing a multi-lingual dictionary in a xml field. A mock-up of the table can be created and filled using the following statement: CREATE TABLE #Dict (ID INT PRIMARY KEY, XmlValue XML) […] |
Embadded Select in another Select and using apostrophes / quotes - Hello, I have problem with below script. I'm trying to run below script on few servers in one go. I would like to firstly check if this procedure already exist, if yes - do nothing, if no - create. IF (OBJECT_ID('[dbo].[sp_db_files_sizing_info]', 'P') IS NULL) BEGIN DECLARE @sql NVARCHAR(MAX) SELECT @sql = ' CREATE procedure [dbo].[sp_db_files_sizing_info] […] |
SQL Azure - Development |
Azure DevOps and branches - Hi all Firstly, full disclosure, we're only getting started with this so late to the party (and complete novices). Tools we're using (not just for DevOps):- SQL Clone SQL Compare SQL Prompt SSMS (V18) We're just getting started with Clone and found it to be very useful. The bit that's not so […] |
Azure Data Factory |
Please help , how to write data in data lake ? - I want to read data from json file and write in a data lake by azure data factory, so can anyone tell me the procedure I am new to data engg field, Thanks in advance |
SSRS 2016 |
About changing database using a parameter - Hi, I need to change the DataSet source database. I've created a parameter name "database" and the I've create a DataSource like "DataSource=server;initial catalog=" & Parameters!database.Value Then I can choose the parameter (database) from a dropdown. Everything works if I run the report from the ssrs web page. But If I set the parametr programmatically […] |
Data Transformation Services (DTS) |
C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Tasks folder - I have installed Visual Studio Community 2019 and I'm collaborating with another employee but I do not have the same version as her. What is the VS or DTS version that installs the libraries for this folder C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Tasks? I have all other versions 110, 110, 120, 130, and 140. Is […] |