Connect to SQL instance on Mac
Hi -Anyone connecting to a SQL instance on a MAC? We have developers running Yosemite and are requesting access to the SQL servers. Mac users are not running parallels.Looking for specific application...
View ArticleCheck Integrity Locking up DB
Good day,We currently run a Check DB Integrity at 4AM but lately its been taking over 10 minutes, locking up the Database for some time which results in the application not being available.Any idea...
View ArticleDowntime/Outage when altering a trigger
Is there any downtime involved when a DML trigger is altered?
View ArticleCPU Usage is so high
Totally 8 CPU Cores in that first 4 CPU Cores uses more CPU > 50%..after applying trace and tuning advisor steps now it reduced to 35%..please suggest me reduce it further
View ArticleMonitor table change and email
I need to create a process that will be running all the time and monitor one table and if some criteria met email to a group. What is the best way to accomplish this?Need to setup alerts to different...
View ArticleVMWare version
Hi,Is it possible to find which vmware version we are using from SQL Server or from windows?Whn I run @@version I received the result Microsoft SQL Server 2014 standard edition on windows NT 6.3...
View ArticleUnable to connect to the instance through SSMS
I am wondering if I can get some help. I am able to login to an instance using SSMS when I m in the server but when I use client, I am not able to. I get this error "A network related error occurred...
View ArticleWill changing time/timezone cause problem(s)?
I backed up a couple dozen databases from a 2008r2 instance and restored to new SQL 2014 Std install. This includes TFS databases.Scheduled jobs (on new instance) not running caused me to notice the...
View ArticleTroubleshooting Transactional Replication
I purposely added a View (Customer) as an article without adding the dependent Table (Customer)as an article so that I could capture the error and delete the xact_seqno from the MSRepl_Commands...
View ArticleLogins without any server role or users mapped to them
I am working on performing a cleanup in LOGINS.I am using the following code to identify the LOGINS that can potentially be removed[code="sql"]CREATE TABLE #mappedlogins ( loginname nvarchar(2000),...
View ArticleDuplicates for my reorg select scripts
One of my reorg process is select those high fragmentation index, but it gives me many duplicates, anyone could help me to fix it?[quote]SELECT DPS.index_id, QUOTENAME(I.name) Name,...
View ArticleLog initial size
Hi,I have set my db log intitial size as 512 MB and autogrowth as 512 MB. The db is in full recovery model and tlog runs every 15 min. Noticed, the very next day log size increased to almost 3 Gb. And...
View ArticleSQL Azure - Migrate Domain/SQL users
How to migrate existing domain users and SQL users to SQL Azure. What is the best way to accomplish this. Should I use contained users instead of SQL users.Many thanks.
View ArticleSQL Server Availability Group Listener problem
I'm hoping someone experienced with Availability Groups can help me with this issue. Our environment consists of two clustered SQL 2014 Enterprise servers running one AlwaysOn Availability Group. One...
View ArticleCan a subscriber DB to other server to be the publisher DB in a new merge...
Guys, I have an very urgent support request in my organization. And im new to Replication, but at least learned some during the setup, and worked on it for past months facing every kind of...
View Articledb suspect & error
We have SQL 2014 cluster in vmware. Suddenly the user db is in suspect mode.From the event viewer the sequences of events1) Backup database successfully processed (around 11 pm). Scheduled full backup...
View Articlesome of cpu cors are not used By sql server 2014
Hi Ask help from old-handsWe have a server : win 2008 R2 enterprise (virtual machine) - Sql server 2014 - sp1 we had 22 cpu core which all of them used almot equal by sql server.we asked 8 more core...
View Articlenew to SQL server 2014 ( some installaton questions)
hi all,Nice to meet everyone here. I used to be doing Oracle/Unix/Linux environment and as the topic goes, i am new to MS environment/SQL server. To be honest, i am hitting some bums and knocks now...
View ArticleRemote Access
Hi Experts,I am really confused now. The option 'remote access' in sp_configure will help us to connect remotely to server? Is it necessary to enable this for application to connect to DB?I remote this...
View Article