Need to discover the ECW MS-SQL data-dictiornary and table structure. v11.40
We want to use a 3d party API to integrate with ECW for services they do not offer, and are not in development. But having difficulty finding the necessary reference data dictionary and SQL table...
View ArticleSQL and PowerBI
Hello spicey peeps,I'm looking into options for connecting PowerBI Desktop to our SQL Server, the SQL Server is 2016 and on prem, we have a 3rd party application that has pretty poor reporting out of...
View ArticleMultiple partitions for SQL Server?
Getting ready to set up a new VM with SQL 2019 on it. I have OBR 10 on 6 x 3.84 SAS SSD's and a BOSS card w/R1 for the hypervisor OS (hyper-v)Should I be partitioning the drive for log, data, etc files...
View ArticleUpdate with INNER JOIN not desired results
Hello guys , im sure i am doing something wrong. I am trying to do an update in order to left black some duplicated values , based on some filters.This is the base query , that returns men the records...
View ArticleMore elegant way to bulk import csv files into respective tables in Wordpress
I have a few excel wordbooks which will be generating dozens of csv files which need to be imported in their corresponding receiving SQL tables every 5 minutes. I wonder which would be the elegant way...
View ArticleMaintenance plan subplan backups timeout and fail
Hi,I'm currently receiving emails to say that maintenance plan backups are failing, even though the database appears to be backed as there are .mdf and .ldf files in the backup location.This...
View ArticleGMSA for SQL backups to Windows File share
My SQL Server and SQL Agent service run as a GMSA. I have a Windows File share where the GMSA has explicitly defined Full Control (not via nested group).When attempting to run a SQL backup, an error of...
View ArticleHow do I log into this SQL server? I keep getting this error?
do I need to download something other than the MS SQL Server Management Studio 18? I used this website link:...
View ArticleUpgrade SQL Server 2012 on Windows 2008 R2 to SQL Server 2019 on Windows 2019
Hi guys,Hope this finds you well.We have 2 SQL instances running on 2 physical machines, called sqlhost1 and sqlhost2. They in production at site A.SQL Instance: 2012 EnterpriseWindows server: 2008 R22...
View ArticleJSON export from sqlcmd is cut off and does not finish file
I am trying to run sqlcmd that outputs to json. However, I am getting almost all of the json, but it cuts off and does not finish.So for example, instead...
View ArticleData Transfer between two tables
Hi guys, would anyone be able to help me create a query where I can transfer the data from a column in table 1 to a specific column in table two but only specific rows.Pretty straight forward but need...
View ArticleMoving Data on MSSQL
Got a quick question I currently have a database that I want to split a few of the tables into their own database. I have created the new database and was thinking of just running a bunch of table...
View ArticleSQL query help
We have a query that pulls all job numbers from our ERP system to import to our tool inventory tracking system. The query outputs to a comma delimited text file with the job number, and part...
View ArticleHow to work with alias select statement
Hi I have created this statement. I want to know how I can subtract "totaal" -...
View ArticleMigrating old SBS2003 Domain to new Server 2019 Domain with SQL Servers
Hi experts. I do have to migrate an old SBS2003 domain into a new one. Don't wan't to migrate. What are the best tools to migrate user settings on workstation?What is the best approach for some SQL...
View ArticleMicrosoft SQL Server 2014 Database Mail Fails to Send Email
I've been troubleshooting this for a while now and for the life of me I can't figure out what is wrong.I have entered all the correct credentials and server address, I know they are correct and work...
View ArticleMS access upgrade from 1997-2003
we have small Access DB developed in 2000s, still up and running. few users access from office 2013 and recently i noticed some users access from Office 365. I'm not expert on DB or Access, but we see...
View Articlesql server insert into new table from complex query
Dear fellows,i have a complex select query that is querying from trace file,i need to insert all that that into new table to store data , how can i do it ,here is the select query ,SELECT TE.name AS...
View ArticleDev, Test, Prod Database
What are your thoughts on what data should be in each. I came from a company that never allowed any production data in their Dev or Test environments. But I have also heard of companies that will...
View ArticleINSERT into , unique records
i need to run query to insert data from one table to another,but only the unique rows, kindly assist, below is the query,Insert into [Test_Audit_DB].[dbo].[New_Login_Audit] SELECT EventName ,...
View Article