session Connection full information
session Connection full information I am currently running the query and capturing session connection information which collects login, NT User, Host, Application/Program, Server and database...
View ArticleSQL Configuration Manager
Good day Chilies,I hope someone can help me.I am unable to connect to SQL Server Configuration Manager on a remote computer using Computer Management. In Computer Management, I do not get the SQL...
View ArticleMS SQL 2019 Setup question
So, I'm setting up a Windows 2019 Server VM to run MS SQL 2019 which will be used for MS Dynamics 365 on another Windows 2019 Server VM and this is what they asked for for the server VM running SQL...
View ArticleSQL Server 2016 Standard vs Enterprise
Hey Everyone,I'm sure this question comes up a lot and I hate to ask it again, but I need clarification.Server specs:2 sockets12 cores128gbSince we are at 24 cores total and 128gb of ram, we are still...
View ArticleInserting data from Oracle 12c blob datatype to sql server varbinary datatype
When Inserting data from Oracle 12c blob datatype to sql server varbinary datatype data is getting mismatch. Using the below statment Insert into sqltable  select * from openquery(DBname,Select...
View ArticleSQL Server Import/Export Data option not found!
Trying to export data from the SQL Server. I'm new to all of this. Just following steps but can't find the option to do Import/Export Data when right-clicking the DB > Tasks. I tried the wizard but...
View Articlereport server failed to send email
I need a little or medium help. I have a report server that stopped sending out emails. The reason it stopped sending is the SMTP configuration. The server is an 08r2. I tried to open SQL server...
View ArticleMS SQL Server 2016: Change single instance from dynamic to static port?
Hey everybody,I have a question regarding the TCP-Port allocation in an environment with multiple SQL Server 2016 instances on a single machine.We have a SQL Server machine which houses multiple...
View ArticleEvent viewer error
As attached. We have a scheduled task that runs a batch file that then opens mysql to import a database. This task runs fine with status 0x0 but we are getting the attached COM error over and over...
View ArticleUpgrade SQL 2008 to 2019 but I have no versions in between?
So I have a 2016 server running SQL 2008R2 and I want to upgrade it to SQL 2019. I know I need to upgrade to 2012 at a minimum but I do not have SQL 2012 or any other version in between. How can I get...
View ArticleUpdating a field on a SQL Server Table
I have an client running a very old ERP system, Sage Pro with a SQL backend.They want to email invoices, so I figured I would put together an invoice in Crystal and email it out. I need to figure out...
View ArticleMS SQL Recursive Bill of Material query that can switch to a different table
My ERP system has a Product Structure table for standard bills of material and another table for customized items in a custom bill of material. The tables are StandardBoM and CustomBoMI built a...
View ArticleT-SQL change in a view propagate to others
Hi guys, i have an initial view which give me an calculated field. Example :TABLE.FIELD1 * TABLE.FIELD2 as mycalculatedfieldSo i figured out that i messed up with that calculated field and i need to...
View ArticleCannot connect to SSRS server remotely
Hey spicers, so i've got a bit of a weird issue. i have a newly built server hosted on an AWS EC2 instance, when i'm connected locally all seems well... However from my local machine (on a seperate...
View ArticleSQL Query Plan for Procedure with local Variables
Hi,Unable to get SQL Query Plan correctly after set showplan_all on for stored procedure with local variables usedexampleCREATE Procedure BAM_DelayReport ( @in_ProcessDefId varchar(50), @in_FromDate...
View ArticleUpgrade Server 2003, SQL 2008 SP4 to Server 2016, SQL 2016 latest
I am not a SQL genius which is why I wanted to ask. Currently we have a physical server running Server 2003 with SQL server 2008 SP4. My end goal is to bring it up to date, bringing it over to our...
View ArticleSQL Server backups to local disk
Is it bad practice to back up a SQL Server DB to a disk on the same machine? Obviously yes if it's a physical machine, but this is a VM. The VM is backed up daily with backups copied to the secondary...
View ArticleHow to change SQL database owner?
I have a SQL server that was removed from a domain. The system is now in a workgroup tied to no domain. This changed the login information from DOMAIN\administrator to SERVERNAME\administrator.The...
View ArticleLast few Months Database Growth Track
Hello,I am trying to find it out to get the last 6 month Database Growth using Backup size but having issue as we have job purging the Backup History table.Whenever i run it i am just getting current...
View ArticleSQL Join Question
Hello,First time poster here!I have been trying to work through a query and am stumped. I have a table, Phone, that contains information on a Contact's associated phone numbers. Not all contacts have...
View Article