SQL Agent Service Account
Hello, I have a user who deploys SSIS Packages to the server. I have him run all his Packages as the SQL Server Agent User. The SQL Agent is run as a Domain Service Account so it has access to what is...
View ArticleSQL Data Query from Linked server
Hi Guys,1. I have one DB called StandardSoftware with Tables SoftwareName And SoftwareType2. I have another Linked Server called InstalledApplication with Table ApplicationNameI want to get the...
View ArticleSQL Bulk Copy in C# using Cinchoo CSVReader
Good day all. I'm in a bit of a stuck place here. Let me try to explain this as clearly as possible. I have a .CSV file with column headers like this:User ID, First Name, Last Name, City, State, Zip...
View ArticleSQL Query for Lansweeper
Good morningThe company I work for are currently using Lansweeper and have asked me to create a SQL query to search for 3 different types of software and all versions. (Did a term of SQL and can't...
View ArticleSQL query for lansweepr to find Server HDD with 85% used.
I have tried the below to try and mash some of the things I found on the Lansweeper site together, but to no avail, any advice is gratefully received Select Top 1000000 tblAssets.AssetID,...
View ArticleHow to multiple joins in SQL
I have a table with 93 columns. Most of the fields are codes with no descriptive fields. For instance, NAICS code 541110 but no accompanying title which in this case is Offices of Lawyers. My 93-field...
View ArticleHow to upgrade MSSQL 2008 R2 to MSSQL 2017 Standard
I have 2 servers. (sql1 and sql2 with clustered MSSQL database)Both sql1 and sql2 are running Windows Server 2008 R2.I need to replace sql1 and sql2 server with Windows OS 2016 Standard.And more...
View Articleunstanding SQL error
Hi all, we had an employee who built our MS SQL software in houseThey have since left the company and we now outsource all developments however the issue we have is whenever an error occurs the...
View ArticleSSRS Mass Date format Change
With the New Year upon us, I have been asked to make sure that all of our dates on Reports/Documents are changed to be in the following format MM/DD/YYYY. We have SSRS reports that have different...
View ArticleDisplay board accessing SQL server data
We would like to have an in/out display board that we could display on a TV/monitor.The data is saved in a time and attendance SQL database.Any suggestions for the best method. Would like to display...
View ArticleDatabase Server SetUp
Good Morning, I am tasked with installing and setting up an SQL Server and Database. We have purchased an HP DL380 G10 server. I will be installing Hyper-V on the server and then a VM for the Database...
View ArticlePerformance SQL Testing
Hello,I was recently tasked with comparing the performance difference between full SQL and SQL Express, so I'm requesting some advice on how to do that. For this project I'll be comparing multiple...
View ArticleSSRS Report - Pay against charge
Hello,I'm having a bit of an issue writing the SQL to compare pay to charges for my company. The issue is when writing this report I am only getting results where there are pay and a charge, but in...
View ArticleStart SQL services without network connection
Hi everybody, let me explain the situation:We have a physical server with databases atached trough iSCI connectionThe server was virtualized with P2V, and now is ON, without network (the server is...
View ArticleWeird field value changes reading records
Here is an impossible issue. First, everything works perfectly on my machine, running Win 10. This happens ONLY on my client running Windows Server.Complex query with many tables, two of the fields,...
View ArticleWin 10 machine very slow accessing SQL
Hi,I'm looking for some advice. We run a domain network with a SQL server and have 4 client PC's. 3 of the clients are running Win 7 Pro except one which is running Windows 10. When the Windows 10...
View ArticleSQL Server Setup on Hyper-V - Disk Config
Hi All,I am about to start setting up an SQL server on Hyper-V for an ArcGIS Server. I have done a fair bit of reading on the subject of drive configuration and generally, people seem to agree that OS,...
View ArticleSQL Server on Hyper-V - 64K Blocks
Hi All,So, from what I have read SQL Server 2019 works best with 64K Allocation Unit Size (bytes per cluster) for the Data and Log Drives.I am setting up a new Hyper-V server for a customer that will...
View ArticleSQL Server 2012 Management Studio Update issue
**Disclaimer, I know next to nothing about database managmentI'm trying to uninstall an update that's not allowing our program to run. I go to uninstall a Windows Update like normal, the uninstall...
View ArticleSQL Server 2012 - MS SMS 11
I am trying to get simple query such as below to be run as Job. I can see how to set it up to run but not quite sure hot to output result of this query into csv file.ThanksTextSelect a,b from c
View Article