SQL Server

Error in transactional replication: 'Incorrect syntax near WHERE'

Last week we have seen this error when we have initialized new Subscriber from snapshot that was generated for transactional replication after published database schema was updated: ‘An error has occurred: Incorrect syntax near where’ This error occurred after about one hour of applying snapshot to subscribers database and caused…
SQL Server

#Errors in SSMS built-in reports

If you see picture like below in SSMS build in reports (Disk Usage by Top Table in this case) don’t get panic: It’s only another funny example of well known Out.Of.Memory exception. Just restart SSMS to get better;).
SQL Server

Failed to initialize sqlcmd library with error number -2147024809

We have detected the following issue in production after upgrade from SQL Server 2012 SP2 to SQL Server 2014 SP1 with CU5: ‘Failed to initialize sqlcmd library with error number -2147024809“. This message is fired when we try to send an email using sp_send_mail procedure with the query result to…
SQL Server

SQL Server Error 601: Could not continue scan with NOLOCK due to data movement

Na produkčním serveru se pravidelně při větší update dat začalo objevovat následující chybové hlášení: ‘Error 601: Could not continue scan with NOLOCK due to data movement’. Produkční server běží na SQL Server 2008R2 SP1 Standard edition. Po delší hledání se podařilo najít popis chyby v tomto KB:  http://support.microsoft.com/kb/960770/en-us.