Sharepoint online file download from SSIS script task
Hi there, I'm trying to download a file from share point online using SSIS script task. Referred the code available in below link by calling REST API. working-with-folders-and-files-with-rest However code fails with below error. {"Cannot contact…
SQL Server Integration Services
Microsoft 365 and Office | SharePoint | For business | Windows

Client extracts are taking long time
Hi, In a business requirement, I'm giving an extract in text file from sql view (combination of multiple tables). This vies has more than 200 million lines with 150+ columns. I'm using using SSIS (OLEDB as source and flat file connection in destination)…
SQL Server Integration Services
SQL Server | Other
Transfering data from one SQL DB to Another
Good day esteemed experts, We have a challenge ahead of us, being tasked with the following: We have a huge database on a server. This DB holds thousands of tables, views, etc. With years of historical data. the task is to create a more…
SQL Server Integration Services
Count members based on aggregated measure SSAS MDX
I want to count # of claims(Claim dimension) based on a measure(Case Loss). I have a transactional Fact table with the measure(Case Loss), but the value of the measure to be used in the condition has to be at the claim level and not the transaction…
SQL Server Analysis Services
Azure automation account sqlcmd
I would like to use invoke-sqlcmd in azure automation account . using option -query I declare a query (multi line query) $query = @' declare @var1 varchar(10) declare @var2 varchar(10)...... and some other TSQL '@ then invoke-sqlcmd…
Azure Automation
SQL Server | Other

Unable to see chosing Database option in Export table Task
Hi Experts, I am trying to export a table using the right click on database and select tasks and then Export option. Once the export editor opens and i select the SQL Server and enter the server name, I used to see an option on the bottom of the…
SQL Server | Other
SQL server Column level security
I want to implement column level security to tables in SQL server 2008 and 2014 .What are the best options for this kind of scenario .
SQL Server | Other
How to restore File Groups to retreive the data lost in SQL
Example: We have created file Groups in P4 Database. We have created another File Groups with Index in P5 Database, both file groups having same files, Is there any possibility to set all filegroups in one name.
SQL Server | Other
SSRS 2016- Custom form authentication and related configuration in SSDT Visual studio 2019
Hi All, Greetings of the day! In our project, we are migrating ssrs 2008 reports to ssrs 2016 env. Technical Environment details - SQL Server 2016, SSRS 2016 SSDT - Visual Studio 2019 Datawarehouse - Oracle 11g SSRS authentication - Custo…
SQL Server Reporting Services

SQL Server Express 2019 Architecture
Is SQL Server 2019 Express edition available in 32-bit or is it 64-bit only?
SQL Server | Other
Maximum Tables in Merge Replication
Have found the following article ( [maximum-capacity-specifications-for-sql-server][1] ) on the maximum number of articles for a MERGE replication and it states the following: Articles (merge publication) 2048 ...now is that per publication or total…
SQL Server | Other
Max Filters to be used - SSAS Tabular
Hi, I have a restriction to implement in the measures calculations in tabular model cube. I should not allow more than 5 filters of a measure. e.g: I have the Number of Orders as a measure, and I have 7 dimensions (A,B,C,D,E,F,G). I should not…
SQL Server Analysis Services
SQL Enterprise elvaluatiion key downgrade to Standard
Now I have installed a MS SQL Enterprise evaluation key in server and all DB imported. Unfortunately, I purchased MS SQL Standard volume license and i have no way to use the license. Any other way?
SQL Server | Other

SQL 2016 services fails to come up on secondary node.
I have a two node cluster, recently for some reason SQL services fails to come up online on secondary node. It comes up on Node 2 but stays online only for 2 seconds or so and just terminates itself on Node 2. There are no errors logged in SQL files. …
SQL Server | Other
Stop user access when updating Tables?
Hi, We are going to run some scripts from consultant to update some tables in a SQL Server Database. We would like to block end users from accessing that database during our update. Is it feasible ? If not, can we disconnect all users from the…
SQL Server | Other
Add a specific order to a trigger for a table with sp_settriggerorder
Hello, I have a problem and I think I might have a solution but I need more details. Here is my problem: I have developed a trigger trg_ProjectTransfer_A_to_B on a ProjectA table that retrieves information on a database from proprietary application A and…
Developer technologies | Transact-SQL
SQL Server | Other
Does BAG require Microsoft domain?
For testing purpose, could we setup primary replica and secondary on two independent servers, which is there is no domain or AD being setup
SQL Server | Other
Extract a pattern of numbers out of a varchar(max) column
we have a table which has a column, and we need to extract only the value that matches the pattern of numbers defined as ####-#### where # is any digit from 0-9 and it's only eight digits with a hyphen in the middle, four digits on each side of the…
SQL Server | Other
OneDrive Blocking Connection Strings?
Hello, I've been able to accomplish a basic content management system on my local machine in vb6 and sqlDeveloper. I have a static IP from my ISP, but only the machine that will be the cloud can connect. It's been over a decade since we discussed…
SQL Server | Other

MS SQL server error
Seems I might have shrank my log file too small that now I can not run certain tasks. The transaction log for database 'database name' is full due to 'NOTHING'. (Microsoft SQL Server, Error: 9002)