Skip to main content

Questions tagged [sql-server]

SQL Server is a relational database management system from Microsoft.

33 questions with no upvoted or accepted answers
4 votes
1 answer
325 views

I'm designing a utility that will load data into a legacy SQL Server Database. I've been trying to mock up a simple WinForms utility with C# using the DataSource connectors (Tried a straight ORM ...
wesmantooth's user avatar
3 votes
0 answers
556 views

So right now I have a single thread to handle all the requests for the database. Let's say I have 400 requests per second for logins / logouts / other stuff, and 400 requests per second which are only ...
José's user avatar
  • 131
3 votes
0 answers
169 views

In my company we use MS Dynamics AX 2009. This is the ERP of the company. We have around 100 users. The servers of MS Dynamics AX are in the headquarters company. We are developping a new website ...
jfabaf's user avatar
  • 31
2 votes
0 answers
131 views

Some info on the current setup: We're currently using database replication - transactional replication, to be specific - between 2 servers. For sake of this post, we are replicating from a PRIMARY to ...
Derreck Dean's user avatar
2 votes
0 answers
4k views

The DbContext of my application's Entity Framework setup (which I will refer to as ApplicationContext, the name of our derived type) contains classes for all of the tables in our SQL Server database, ...
Jacob Stamm's user avatar
2 votes
0 answers
156 views

I support an Internal ERP system and an external Reporting/Dashboard that our customers use that both use the same database. Internal normal application users can control what customers can access ...
SWa's user avatar
  • 190
2 votes
0 answers
98 views

I have a table that contains the percentiles from a reference data set. CREATE TABLE [Core].[RiskFactor]( [SpecialtyCode] [char](2) NOT NULL, [RiskCategoryId] [int] NOT NULL, [Percentile] [tinyint] ...
Scott's user avatar
  • 21
2 votes
0 answers
299 views

I considering making my application open source on github. I don't intend to sell it (neither in binary form nor source code form). It probably isn't even useful to a lot of people except maybe for ...
Gilles Radrizzi's user avatar
1 vote
0 answers
2k views

We have a few 100's lines of code, that according to some complex logic decides if certain columns of certain entities should be updated from some legacy system. Those columns don't necessarily get ...
Oren A's user avatar
  • 270
1 vote
0 answers
58 views

I have a C# Program that creats PowerPoint reports filled with statistics of a chosen (by the project manager who operates with the tool) company (each one has a companyID). The statistics are ...
ruedi's user avatar
  • 133
1 vote
0 answers
413 views

We have a main MS Sql server. This is the main data source that delivers and receives data to and from backend administration and (in development) mobile software. We need to make a connection to ...
Thomas's user avatar
  • 27
1 vote
0 answers
41 views

I'm writing a research essay over distributed cloud-based systems, and one of the topics that I'm trying to touch on is potential solutions to high database utilization in a single-database multi-...
JD Davis's user avatar
  • 1,387
1 vote
0 answers
74 views

I have an application with a custom high availability (HA) feature that provides automatic failover from an active primary server that experiences a failure to a passive backup server. To date, this ...
Dan's user avatar
  • 243
0 votes
1 answer
186 views

I have a simple ASP Core based website that is connected to my local SQL Server Express, some of the third party plugins used, do have reliance on other products i.e. scheduling timers. I would like ...
KeithViking's user avatar
0 votes
0 answers
279 views

I am working on a small suite of enterprise applications, and I am trying to determine the best way to make them more consistent and maintainable across the board. The applications are .Net Blazer ...
aterbo's user avatar
  • 111

15 30 50 per page