SQL Server 2008 R2 stopped working
I've been using SQL Server R2 in my Windows 7 64 without any broblem. But today When I realized that my reporting services is not running, then I saw that SQL Server service is stopped. When I tried to...
View Articleidentifying locks or queries with longer locks
Hi,How can I identify longers locks in a database?is it possible to validates which locks (row, page or table level) will be used by specific queries / views? (is the execution plan identify this?)the...
View Articlegetting FetchBufferTokenHandler: Encountered unexpected unknown token (0x30)...
SEVERE [com.microsoft.sqlserver.jdbc.internals.TDS.TOKEN] (pool-27-thread-7) ConnectionID:1: FetchBufferTokenHandler: Encountered unexpected unknown token (0x30) SEVERE...
View Articlesql server 200
i am using sql server on windows server 2003....i cannot add new user to my sql server as odbc connection...if i re install old user computer it is not possible too...only maintain the existing user...
View ArticleSSMS- Error while Modify Sql Agent Job error?
I am trying to modify the Sql agent job. That time i am getting the below error.SQL Server 2005 SP4.TITLE: Microsoft SQL Server Management Studio ------------------------------Value of '120' is not...
View ArticleIs it possible to rename the Instance of My Sql server ?
Hi, I just want to ask if it is possible to reanme my instance of my sql server.This is the nameJEMZ-PC\SQLEXRESS AND i want to be change like this JEMZ-PC\SQLENTERPRSE.. is this possible?Thank you...
View ArticleHow to recycle tempdb without Rebooting Sql Server
We have an App server where Microsoft reporting services (report Builder 2005) is hosted and the backend Database server which is used by the reporting services.The clients create very complex reports...
View ArticleHow to backup report files from report server
My current SQL Server 2008 R2 is expired (eval period). So as a consequence report server is blocked and down as well. I want to reinstall SQL Server 2008R2, but I'm afraid I will lose all my rdl files...
View Articlecompare data
Is there a tool that I can use to compare data in a SQL server database table with a table in Oralce?THanksSQLFriend
View ArticleWaits for Page Allocation
Hi Everybody,I have a question. Let's assume that we have multiple threads trying to Insert data into the same partition of a table. The Insert statement will be similar to:INSERT INTO DESTINATIONTABLE...
View Articlefail over cluster
We have an Active-Passive SQL Server 2008 Failover Cluster installed. Front end is sharepoint. They have two instances on each cluster, one instance is named prod_mssqlserver, the other is for...
View ArticleForeign key constraint error with delete
error message: (i changed the names slightly) Message Executed as user: ***. The DELETE statement conflicted with the REFERENCE constraint "fk_child_table_detail_id". The conflict occurred in database...
View ArticleAppropriate use for Snapshots
Hi All,I have a SQL database that I would like to snapshot every night. The data in the database is fairly static and the reason I'm taking a nightly snapshot is to show the change in data from one...
View ArticleConnect Oracle server from SQL Server without ODBC in windows 2012 machine
I have problem in creating linked server to connect one of our Oracle ServersOS - Windows 2012 64-bitSQL Server - SQL Server 2012 standard editionOracle client - Oracle 11g 64-bit & 32-bitODBC...
View ArticleRecovery model role for performance issue
Hi, Recencly there was a discussion about role of recovery models for performance gain. Some of them have to say that simple recovery model helps to gain performance for bulk load operations however...
View ArticleHow to move 700K records without filling up a transaction log
Have a need to move (not truncate) about 700K records from one a table into another table in a different database. Im going to do this using the OUTPUT modifier on the DELETE statement.DELETE OUTPUT...
View ArticleError: 17066, Severity: 16, State: 1. (Params:). The error is printed in...
Dear Sir,We are using sql server 2005 standard edition.Ram is 4GB.Today we got this below error.Error: 17066, Severity: 16, State: 1. (Params:). The error is printed in terse mode because there was...
View Articlebuffer poll
Hi all,what is buffer pool and what is non-buffer pool in ms sql server memory ..?
View Articletruncate_only' is not a recognized BACKUP option
Hello All,I am able to run the below command in sql 2005 but in 2008 getting error : truncate_only' is not a recognized BACKUP option.Back Up Log [DBName] with Truncate_Only dbcc...
View Article