Skip to main content

Questions tagged [sql-server-express]

For questions about Microsoft SQL Server Express (except Express LocalDB).

0 votes
0 answers
39 views

I'm trying to do an automated installation of SQL Server Express via powershell, aided by chocolatey. First, I install chocolatey using the following PowerShell snippet: Set-ExecutionPolicy Bypass -...
Josh Brunton's user avatar
0 votes
0 answers
31 views

There is a modification project in our Process Plant related to SCADA application (Process Automation System) and I am looking for reliable advice/ suggestions from experienced members related to SQL ...
Hmbl3Lrnr's user avatar
1 vote
1 answer
150 views

I have a SQL Server Express database running on a POS register where the mdf file is 50+gb. When I run select @@version I get: Microsoft SQL Server 2017 (RTM) - 14.0.1000.169 (X64) Aug 22 2017 17:...
Sean Harricharan's user avatar
0 votes
1 answer
386 views

We have a partial transactional replication setup in our environment to make a data subset available to another application. Application Server 1 -> Tables1.row1/row2/row3 -> Application Server ...
Rob Howe's user avatar
2 votes
1 answer
139 views

I have a SQL Express 2014 running on a VM with 12 cores SQL Express limitations state that it should be limited to either 4 cores or 1 socket, but when I run this query: select count(1) "Nb ...
Dominique Boucher's user avatar
0 votes
0 answers
76 views

We are building a pseudonymization solution as sort of a proxy between on-prem SQL Server and Azure Data Factory to pull things to the cloud. The pseudonymization parts of it are already on their way ...
esrange's user avatar
0 votes
1 answer
93 views

we have sql server express edition 2017 with default instanc ,now we want to upgrade it to Enterprise Licensed Edition 2017 with default instance in the same server At first I thought I had to ...
yamihero777's user avatar
0 votes
0 answers
24 views

I have developed a database in SQL Server 2022 (and have SSMS), I need to recreate and include all data from that database on a different server which contains SQL Server 2019 Express. When in SSMS, I ...
mchapman13's user avatar
0 votes
1 answer
400 views

Production database is hosted on a SQL Server Standard instance and is replicated using merge replication with web synchronization to 10 subscriber databases hosted on 10 separate SQL Express server ...
db-hopper's user avatar
0 votes
1 answer
112 views

I am new to the gis world, and my boss wants me to find a way to automate the process to create back-ups on a local SQL Express DB. I know that I can create one for nonlocal DBs, however, I was ...
user avatar
1 vote
1 answer
900 views

We have a SQL Express 2019 server with 3 instances. The VM has 2 sockets each with 2 cores. The SQL Express licensing specifies that a SQL Express instance can use the lessor of 1 socket or 4 cores. ...
cbedwards's user avatar
0 votes
0 answers
252 views

Trying to copy a database from a hosted server to a local server for testing purposes and am trying to avoid exporting the whole database as a .bacpac file as there are some tables with tens, maybe ...
user avatar
0 votes
0 answers
149 views

I am assisting a client who has recently retired from his original business and is setting up a smaller professional property management partnership. He has been instrumental in setting up a tailored ...
Frank Kay's user avatar
2 votes
1 answer
591 views

I'm developing a service locally that uses SQL Server Express as a database. I'm seeing strange behavior where a stored procedure is executing several times in a row (with different parameters), and ...
Bob Meyers's user avatar
0 votes
1 answer
467 views

I have a SQL Express 2014 instance on a server with 1 database that has 1 table. I would like to move that database to an existing SQL Server 2019 Standard instance that is on a different server. The ...
Mary Martin's user avatar

15 30 50 per page
1
2 3 4 5
14