Sql Express LIMITATIONS
What are the limitations of SQL Express particularly as it relates to number of users per instance and assigned memory?
View ArticleI need a Powershell script to import existing ssl certificate to SQL instances
I have PKI server which auto generates ssl certificate and distributes to client servers.I need a powershell script to add existing ssl certificate to SQL instance.I know manual process to do with SQL...
View ArticleScript of Dragos1970 All Open tickets Past 24hrs, 7 Days, etc
Hi All, I am not a SQL developer and found this script of Dragos1970 very helpful and was wondering if somebody can assist to add Grand Total for all Columns?SELECT users.first_name || " " ||...
View ArticleChanging Default File Locations on SQL 2017
Hi,I have a new SQL 20017 server setup (not in production yet).I created a DB but then noticed I needed to change the location of the files.I was able to make the changes (using Server Mgt Studio) on...
View ArticleESX and VM for BI
We have 4 Virtual machines that we used to test our BI platform (PoC), the final dimensions are:SSIS (16 vcpu), SSAS (8 vCPU), SSRS (4 VCPU) et Data Engine (24 vCPU)What are the recomendation to...
View ArticleConnectivity issues with SQL server after updating clients from W7 to W10
We are having problems with our database since we moved clients over from Windows 7 to Windows 10 last year.This is the current situation:Windows 7, Sophos AV: applications are working fine with our...
View ArticleServer Blew up, Sql instances installed on Secondary drive
Okay I am going nuts and searching the internet is not helping.Short: Had to reinstall Server, Installed Sql Server 2017 - C drive with a default Mysqlserver instance.Have secondary hard drive(before...
View ArticleHow to delete child records from table tradecode that not have parent on tradeco
I work on SQL server 2012 I need to delete rows that not have parent code type and parent code value...
View ArticleSQL Server: CTE that lists organization hierarchy
I have a table Organizations. It has Id, Name, ParentId. simple.I need to list the organizations, starting with parent, then each child, and and children of each child.it sounds simple and I can list...
View ArticleSQL high and Low Memory usage
Hello Guys,I have one of my servers with high memory usage, I read this article about high memory yet I noticed I have other SQL servers with very low usage.the server I have with high usage, is always...
View ArticleAutomatic failover in SQL Mirroring
Hi Team,We have 3 servers and 7 databases, Principal (P) and Mirroring (M) and Witness (W) server, and all 7 databases running in P as primary, and Mirrored in M server.Now Mirrored server M is...
View Articledatasource.error
some of our users get this message "a connection was successfully established with the server but then an error occurred during the login process. (provider ssl provider, error 0 - the certificate...
View Article“Unable to start the Transact-SQL debugger” error in SQL Server Mgmt Studio
We are getting this T-SQL transaction debugging error.Unable to start the Transact-SQL debugger, could not connect to the database engine instance 'server-sql'. Make sure you have enabled the debugging...
View ArticleHow to split one column into two in SQL
I have a table(abbreviated) has two columns:Order_number Product 1 milk 1 apples 2 spinach 2 yogurtI need to write an SQL query to create a dataset that lists the...
View ArticleI am so lost. I need to write a SP report in Visual then run it in SQL
I am hoping someone can help me. I have to write a SP report in Visual save the report as a RDl. Then I have to run the query in SQL. I have to run " Warnings and restrictions by issuing employees and...
View ArticleSQL Server 2014 SP3 CU4 Won't Install
I'm currently at version 12.0.6118.4 on my SQL Server 2014 SP3 and when I attempt to install CU4 I get this message:A SQL Server update with a higher version has already been installed on SQL Server...
View Articledetach a list of databases
I have a client that takes a backup everytime they run payroll. as a result in their Microsoft SQL 2008 server they get a new database every time it is run.ie original db is payroll backup db is...
View Articlesql server connecting another instance or another sql server
hi everyone,i have active directory, both sql server db01 and db02 are joined in domain and setup default all.i'm trying to connect another sql server instance db02 from db01 sql...
View ArticleHow to shrink SQL Server .ldf file
Disclaimer: I know almost nothing about SQL Server. Please respond like you're talking to a home user. :)We have an application that requires a SQL Server database. Installed, up and running,...
View ArticlePassing value from a stored procedure into a second stored procedure
I have one stored procedure that brings back a single row of date after you pass through a SSN. In that row of data that is displayed there is an application number. I want to take that application...
View Article