Linked Server error: Login Failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
Good afternoon,I have the following issue that i can't seem to "fix":I have 2 instances: Instance A (primary databases for my application) and Instance B (relational databases for Reporting...
View ArticleCopy Data Between Two Servers (Prod - Dev)
Hi, can someone let me know the best way to copy the data betweens two diffrent servers (prod - dev). i have a table which has like 50000 rows on dev server, based on a column called symbol and...
View Articlesql server 2012 will not connect
hi, I recently installed the 180 day evaluation flavor of SQL Server 2012 and everything was running fine until I re-booted the Windows 7 'server'. Now every time I attempt to reconnect the server...
View ArticleHow to restore database from SQL server 2000 to SQL server 2012 version
How to restore database from SQL server 2000 to SQL server 2012 version
View ArticleMsg 8624, Level 16, State 1, Procedure broadcast_item_delete, Line 39...
I have a very simple procedure which is crashing with this error. we are using sql2008. the FK to table rashim_titles is causing the problem as when I drop the FK it worksthe crashing statement:exec...
View ArticleSQL Server 2012 Crashed
I restarted my computer after a query execution and the MSSQLSERVER service keeps Starting or Change pending... Status (the first one in Services and the Second in SQL Server Configuration Manager)I...
View ArticleSQL Server 2012 have more than 600000 active tasks
select task_state,count(*) from sys.dm_os_tasks group by task_stateI ran the above statement on a SQL Server instance, and found it had about 633,000 records.Our server version is 11.0.3000.task_state...
View ArticleProblem with backup MS SQL 2008 when database has 2 or mare logs
Hello!I have database, that has 2 ldf. I try to do backup log via a program that uses ODBC Driver (SQL Server Native Client 10.0 ODBC ). But the backup file is not created. And application doesn't...
View ArticleSQL server, Error:18456
I am trying to delete old jobs and maintainance plans I get the following error: SQL server, Error:18456-Rick- This message was created using recycled electrons...
View Articleexecute query
Hi all,How can you get an execution plan for a query on a server when you don’t want to run that query on that server (i.e. a production server)?
View ArticleLinked Server on top of Likned Server
Hi All,I have a linked server setup on SERVER-A to pull data from our OLTP server using an OLEDB provider and it works fine. The OLEDB provider am using for linked server is only available in 32 bit...
View ArticleSQL 2012 Update Statistics Maintenance Plan
Hi AllIs anyone aware of any issues on SQL 2012 regarding maintenance plans for update statistics.I have migrated a system to SQL 2012 from SQL 2008, I created a maintenance plan to update all stats...
View Articleunable to create the user database...
hi team,we are unable to create the user database, we are greeting the bellow error.
View ArticleDetect Windows server memory from SQL Server SSMS
HelloIs there a way to detect what is the memory on a particular server by querying from SSMS? I am not looking for 'max server memory' of SQL, but trying to find out if there is a way to find out what...
View ArticleERROR : Execution of Sql exceeded threshold
hi there: One store procedure on the application was failed and the error message was below:Execution of Sql exceeded threshold.Does anyone know how to configure the threshold on the server...
View ArticleColumnstore index improvements in SQL Server 2014 CPT1 added to SQL Server 2012?
Will the Columnstore index improvements featured in SQL Server 2014 CPT1 be added as a service pack to SQL Server 2012? Specifically the batch mode improvements. We just recently upgraded to SQL Server...
View ArticleRestoreDatabase Failed
Hi,I am getting below problem while restoring the AdventureWorksDW(2008 R2 Version) to 2012TITLE: Microsoft SQL Server Management Studio ------------------------------ Restore of database...
View ArticlePowershell invoke-sqlcmd calls stored procedure second time after Query...
We have a very strange issue. We have noticed that a single stored procedure is executed twice when is called by Powershell invoke-sqlcmd command.When we trace it we can see the procedure starts...
View ArticleRaw Query Performance on Clustered vs Non-Clustered Index
I'm trying to determine what the overall performance difference would be in the following situation. Assuming I have a large table, 500M records that have a non-unique RecordID column. eg. RecordID...
View ArticleSQL Server backup related issue
We are running SQL Server 2008 R2 SP1. There is a scheduled transaction log backup using SQL Server maintenance job that runs at a certain time of the day. The job runs fine on few days and fails few...
View Article