Migrating to new server subscriptions are missing
Hello,I have an instance of SQL Server 2008R2 running on Windows Server 2008. It is setup to be a reporting server. There are many subscriptions that are scheduled and run on this server. We are...
View ArticleMS SQL server 2008 - Bulk copy from XML to DB table throws bcp_init error
I have MS SQL server 2008 installed ,Windows version - Windows 7 Professional with SP1Doing a bulk copy process using the SQL library function bcp_init function in c++ throws xml error and its not...
View ArticleImpact of creating a non-clusterd index on a huge transaction table?
Hello Everyone,We have a transaction table containing 10 million records and everyday a million records will be inserted. We don’t have any clustered index on this table as this is a transaction table...
View ArticleDatabase In Recovery with No Error Messages
We created a new domain win account that was local admin and then added it as sysadmin. I then added this new account, which was in a different domain by the way, to the sql services and started them...
View ArticleSQL SERVER PHYSICAL MEMORY USAGE HIGH
HI Teams,i am going threw one of my production high physical memory usage in SQL Server. It always around 90%.When i reboot the server, it will initially good but end of the day it will around 95 to...
View ArticleThe connection was recovered and rowcount in the first query is not...
Since we've moved to SQL 2014 we see some of our jobs error with the message in the subject of this post. What does it mean? I've looked all over and haven't been able to find anything of...
View ArticleT-SQL USE : Reference Database in Different Server
I'm fairly new to SQL so perhaps I am missing something but what I am trying to do is have a script I wrote select a certain database depending on @@ServerName. This script will be run by the testing...
View Articlewhy statistics profile, statistics xml, statistics io, statistics time can't...
Based on the article below, "Not reused. A fresh execution context is generated, used, and not cached" when setting statistics profile, statistics xml, statistics io, statistics time can't reuse the...
View Article2008 R2 The duration spent while attempting to connect to this server was -...
We are intermittently receiving the following error. This is very infrequent but the magnitude is enough to trigger alerts from our error monitoring system. They last about 30 seconds and dissipate....
View ArticleWhen calculate between int and decimal, what is the precision and scale of...
So far I understand:1. When an operator combines two expressions of different data types, data type with the lower precedence is converted to the data type with the higher precedence implicitly....
View Articledatabase alias - connection goes to default instance
Hiwe are moving our sharepoint databases between SQL servers, and we have moved the databases ok and are at the stage of creating a database alias on the sharepoint server to point to the new instance...
View ArticleWhat will be the immediate behavior of server once the model, msdb, tempdbs...
Hi,Can someone help me to get the below information.What will be the immediate behavior of server once the model, msdb, tempdbs are corrupted?
View ArticleBackup a secondary database
Hi,Can I perform a full or differential backup of a secondary database in log shipping SQL Server 2008 and 2008 R2 ?
View ArticleLogin problem querying by SSMS
Hi guys, I got one colleague, let's say Tom that is having problems connecting a db by SSMS. The situation for Tom is:Security-->Login He has permission in the DB as...
View ArticleDatabase Log File getting full by Reindex Job
Hey guysI have an issue with one of my databases during Reindex Job. Most of the time, the log file is 99% free, but during the Reindex job, the log file fills up and runs out of space, so the reindex...
View ArticleFailed to send an environment change notification to a log shipping partner...
Hi,Does anybody knows what's the exact meaning of below sql error log message ,and what's factors can produce this error?We have high performance mode database mirroring and Always-On.Many thanks.Login...
View ArticleDoes Shrinkfile operations fill transactional log?
Hi all,I've a database using full recovery model, I've just finished implementing data compression (a mix of ROW, PAGE and NONE based on Microsoft best practices), now I wish to reclaim the space freed...
View ArticleSQL server can't access network share
Hello,I am facing an issue where the SQL server can't access the network share. The network share is mounted by a domain user who is also configured as Administrator on the server.Through SQL Server...
View ArticleThe connection was recovered and rowcount in the first query is not...
Since we've moved to SQL 2014 we see some of our jobs error with the message in the subject of this post. What does it mean? I've looked all over and haven't been able to find anything of...
View ArticleUnused Indexes
Hello,I am using sql 2012 SE. I noticed there were lots of blocking on a subscriber database where an insert is blocking a bunch of selects and causing timeouts. I started looking at unused indexes...
View Article