Additional SQL Server features and topics not covered by specific categories
MS SQL Query taking 3 to 4 sec to return result
In our application the query execution taking 3565ms of avg. time, when same query is executed directly in DB it is taking only 205ms of avg. From the thread dump it is noticed that socketRead is taking 80% time of execution. …
SQL Server | Other
SQL server installation error (Encryptet file)
I am trying SQL server 2017 but this program gives error Program Files has encrypted. I can't solve this problem. Please help me.![71123-sqlhata.png][1] [1]: /api/attachments/71123-sqlhata.png?platform=QnA
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
SSIS package running fine from SSDT but not running from SQL Server 2019
Hello, SSIS package running fine from SSDT but not running from SQL Server 2019. I had tried all solution from internet but did not get any solution from it. Source and destination is oracle and SSIS package running from SQL Server 2019…
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
SQL Server
Hello everyone! After training, how to get a certificate?
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
best practise on statitics Update
If I would like to implement a manual update statistics , what are the criteria on choosing which table stats are required to be update and with with sampling rate ? is it a recommendation to use a threshold slightly less than the following as the…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Columnstore Index and Analytical Queries
All, We are looking at using the Data Virtualization layer in SQLServer 2019 BDC to run Analytical Queries against Operational/LOB Systems (Claims Management database, Accounting database). Assuming that I create Non-Clustered Columnstore Index on…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
How to write query generate unique Id for concate both columns search parts and company id ?
I work on sql server 2012 . I face issue I can't generate unique Id from merge or concave both columns Search Parts and Company ID and generated Id must be on column Generated ID to be easier and fast on search so Please How to generate unique Id from…
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER
I have an SSIS package where Source: IBM DB2, Target: SQL Server. I have created a package in SSIS and able to run perfectly in my local machine. All connections work perfectly, data populates in the target tables. However, after deploying it to SQL…
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Require expected output ,in row
Below is data ,i want to convert Bweight into Row as display in image. CREATE TABLE #item (ItemCode int,ItemName varchar(max)) CREATE TABLE #DistpatchM(DID int,E_Date date) CREATE TABLE #Distpatch_BD(ID int,DID int,Itemcode int,DisQTY…
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
ODBC Error Run-Time Error '-2147467259 (80004005)
Hello, I am hoping someone could provide me with some insight to as to what drive/install/dictate the following registry value. We have been having issue with a few users who were unable to open a custom excel spreadsheet an run a custom…
Microsoft 365 and Office | Excel | For business | Windows
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Windows for business | Windows Client for IT Pros | User experience | Other
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
MDX Cumulative Values over Time dimension, non hierarchy attribute
I've been struggling for 3 days on this problem. I will use AdventureWorks dimensions as an example (my cube has the same kind of setup). I don't use the [Calendar] hierarchy here, because I want to show only Year / Month so I use [Calendar Year] and…
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
xamarin.forms encrypt sqlite db file
I'm new to this platform, and I hop is there any way to encrypt the SQLite database; I search on the internet but didn't found helpful results. I found this blog https://www.bricelam.net/2016/06/13/sqlite-encryption.html but I don't know how to…
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
SSAS Dimension with encrypted column
I have a dimension table containing 3 Always Encrypted attributes. In the database they are defined as varchar(). Shown for example is the 'Account' attribute. The encrypted contents is a binary string. SSMS browsing decrypts and shows the data as…
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
Ask how to change the heartbeat time after installing linux ha.
Hello I proceeded with the linux ha installation as shown in the link below. By the way, I would like to proceed with the test by adjusting the speed of linux ha. For example, you want to adjust the time that primary and secondary communicate…
Windows for business | Windows Server | Storage high availability | Clustering and high availability
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
SSMS crash after one sql query window pull to another sql query window
SSMS crash after one sql query window drug to another sql query window steps to reproduce 1)Open Microsoft SQL Server Management Studio 18 2)Connect to DB 3)Open two sql query 4)drag second window on first window 5)Observe ssms crash…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Cannot connect to serevr Below SQL server 13.0 from ssms 18.8 in windows 10
TITLE: Connect to Server Cannot connect to .... ADDITIONAL INFORMATION: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - An existing connection was…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
SCOM Reporting Server Migration - AccessDeniedException
Hi! We've upgraded our SCOM environment to 2019 UR2 and are now migrating the SQL-databases from SQL2016 on W2016 to a new server with SQL2019 on W2019 We kept all the hostnames intact and followed the upgrade procedure except for the parts where we…
System Center Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Call DB2 Store procedure in SSRS with dynamic parameters
Am using SSRS report builder and connecting with DB2 data base using ODBC. Am able to execute DB 2 SP with static parameters successfully, but in my scenario i need to pass the parameters dynamically (change parameter value while executing the SP). …
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
File system task error ; Access to the path " " is denied when copy file using file system task
Hi, I am using file system task to copy files from one folder to another folder. When i tried to copy fileA from folderA to folderB, an access denied to path error will pop up when folderB has fileA. I tried deleting fileA in folderB and run my…
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
SQL Server DB Backup - Backup Compression and Timing
Hi All, We are using PeopleSoft Application (HRMS and FSCM) and it's running on SQL Server 2014 Enterprise Edition. Here the FSCM DB Size is 440GB and HRMS DB Size is 395 GB. We are taking daily DB Backup's for both HRMS and FSCM Database and…
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories