Developer Edition Licensing
So, Microsoft recently made Developer Edition free to download and use, but during a discussion with a colleague who was being going through reconciliation he was told that you cannot download and use...
View ArticleSQL Server 2012 Jobs Cannot Run Parallel Jobs
Recently an upgrade was made to a dedicated SQL Server. They upgraded the RAM of Windows Server 2008 from 24GB to 32GB and from 8 cores to 24 cores. Now before the upgrade was made, we can schedule 10...
View ArticleXML Schema / Validation Error: Mixed Content Not allowed at
Hi,I am getting this error while validating some XML strings against an XML Schema."Mixed Content is not allowed at location '/*schema[1]/*:complexType[6]'. "How can I identify which complexType...
View ArticleRetrieve list of columnstore indexes.
Hi experts, I have 5 sql instances and I need to quickly check if I have any columnstore index on any table of any db… Is there a quick way to check that? (Furthermore I do not have much permissions on...
View ArticleWhy the sqlServer.exe took to much RAM
Why the sqlserver.exe take too much memory .. exampel 20,520,096 memory, SQL Server Windows BT - 64 bitand there is no big activity
View ArticleHow to give read only permission to all user databases
We have nearly 200 Databases in production environment, could anyone suggest me how to assign permission to all Databases in single time instead of selecting one by one.
View ArticleTransaction log status when FULL BACKUP is done.
Just curious, when FULL backup is done, the transaction log file will be truncated automatically ie., free space will be available in transaction log like we did Transaction log backup? Thanks in advance.
View ArticleSQL Server 2008 R2 Jobs Cannot Run Parallel Jobs
Recently an upgrade was made to a dedicated SQL Server. They upgraded the RAM of Windows Server 2008 from 24GB to 32GB and from 8 cores to 24 cores. Now before the upgrade was made, we can schedule 10...
View ArticleColumnstore - Optimization Question
Hello, I am trying to query a columnstore table and it looks like the query optimizer - as part of optimzation - is trying to scan all the rows first and then apply the filter. Unfortunately, this is...
View ArticleData migration from MySQL 5.7 to SQL Sever 2008 R2
We are trying to migrate a copy of a MySQL db to SQL Server db. We are encountering errors in the migration/upload process. Are there any set of procedure - step by step process - for converting a...
View ArticleSQL SERVER 2012
Hi I typed services.msc in and went to services window and when I right click on sql server and clicked on start button it sayswindows could not start SQL SERVER on Local computer.For more information...
View ArticleAdding the Domain Group as Sysadmin in SQL server 2012 using powershell
I am using below script to add the Domain account as sysadmin to SQL server 2012 $sStrLoadAssemblyFilePath = "C:\Program Files\Microsoft SQL Server\110\Setup...
View ArticlePolybase SQL Server 2016
Hi Experts,Is Polybase available in SQL Sever 2016 without having PDW installed ? Thanks!
View Article'DatabaseMail process is shutting down'
Event log fond in sysmail_event_log,unable to send mail,,no entries found in sysmail_allitems,sysmail_sentitems,sysmail_faileditems,sysmail_unsentitems. 1) Exception Information ===================...
View ArticleAudit of Grants on objects and database roles
All,As a part of the SOX processes, we have to audit all the permissions that are granted on all databases,database roles & “database objects” at the server level. These permissions are normally...
View Articlereduce transaction log file size (physical level ) - 2014
Hi, My SQL Server 2014, data base "simple recovery mode" log file grown up to 32GB. I need or reduce the size.what is the best practice steps for this. backup is daily full. thanks
View ArticleKeeping free space in Datafile.
Is there any math or general rule that how much free space we need to keep in DATAFILE basing on data growth and database size etc., to avoid performance hiccoughs?
View ArticleScript out a single login including its database user info
Hi,I looked around for a script which can give the CREATE LOGIN .. CREATE USER .. script for a single login. Like you already have a login in sql & just want to script it out, the SSMS, rt click,...
View Articlewhy is sp_rename warning me when I rename tables?
I'm using sp_rename to rename some tables in a production job. I really don't need it to issue warnings every time it's called. Maybe that made some kind of sense in SQL Server version 4.21, but why is...
View Articleupdate getting blocked?
Hi experts,I have a job that most of the times takes seconds, but sometimes takes 40, 50 minutes to run… I am pretty sure is because of a blocking… The code has a couple of selects and then:...
View Article