Is it a bug in the Reporting Services Configuration Manager?
This post is related to a RS 2012 configured in the native mode.In the Reporting Services Confgiuration Manager's Database page under Current Database you find the following:Click Change Database...
View ArticleCache Data page
eg.set @id=10select * from table1 where id >=@id and id < 20first time , engine will search data cache and finally pull data from disk .2nd timeset @id=10select * from table1 where id >=@id...
View ArticleDatabase Status
Hi Gurus,How to check database status whether it is running fine and transaction log size and database log size is fine or not.What are the safety metrics to observe the performance.Appreciate your...
View ArticleDBCC query in production server
Hi All,Let me know how can i check integrity of DB which is more than 500 GB size.Thanks
View ArticleTurn recovery model from to .
SQL Sever 2005/2008Hi everybody,a question:I have a database in PROCTION set as <simple> for recovery model.I would like to turn from <simple> to <full>.My question is:Is it possible...
View ArticleOptions to get memory consumption breakdown in sql server engine
Hi,I assigned 20 Gig of memory to my SQL server and it is taking the full amount of assigned memory.What are my options to get a breakdown of how the 20 gig is being consumed inside SQL server?Thank you
View ArticleWhat is the best practice for database file growth configuration?
Hi:With SQL 2005 and above, instant disk initialization, and SAN that has SSD (solid State disk), fast disk and slow disk, what is the best practice for database file, log file auto growth...
View ArticleWhat all database operations are logged in transaction log
I would like to know that what all operations are used to logged in transaction log?Please also suggest if any blog or white paper for this details.advance thanks!Regards Vikas Pathak
View ArticleDatabase mirroring connection error 4 'An error occurred while receiving...
We are running SQL Server 2008 R2 RTM database mirror high performance mode without the witness. We recently had several disconnections between the primary and the mirror. Each time lasted less than 1...
View ArticleSQLIO - Question on IOs / Sec and MBs/sec
I am experienceing an issue with performance while creating database Also , I was testing the performance using SQLIO ( not at the same time of creating the database ).I checked against d: ( one of the...
View ArticleSQL SMS Database Engine
Hi,I just completed an installation of MS SQL 2012 on my PC. But I keep getting errors (i.e.testing the registered server failed. Verify the server name, login credentials, and the database) when I try...
View ArticleJob taking more time on two different servers with same specs
Hi I have restored my production database on another machine with same specification. when i ran a job on both machine . the duration of execution of job is significantly different.what could be the...
View ArticleOracle long raw data in an oracle view were truncated when I select the view...
Hi,my issue was very strange. our SQL 2005 server needs to retrieve some data from an Oracle table, the oracle table contains a long raw datatype column. I created a linked server, run "select"...
View ArticleCreating Clustered Index on Integer or Varchar columns, which is better...
Hi, Some one ask me the question Creating Clustered Index on Integer or Varchar columns, which is better performance?E.g I have a tableEmployeeEmployeeID varchar(10)Phone bigintName...
View ArticleSQL Server 2000 Slow Response
Hi Dudes,My production SQL Server 2000 CPU is 100% utilized and SQLSRVR.EXE occupies 100% of CPU and when i check the sp_who2 there is no blkby process hanging and consumes. When i check all the...
View ArticleSQL Performance issue due to different Execution Plan with new data
I’m hoping you all can help us with a strange issue that’s popped up suddenly after ~6 months of development on our DB environment. We've been looking for a solution the past week, but haven’t found...
View ArticleExisting Table Partition
Hi,We have a existing table and it has two date columns (Datatype - Datetime) and it's very big table and we would like to make a partition table. This is a frequently accessed table. We need partition...
View ArticleCan physical IO under VM be slow but look fast?
Perfmon looks happy, but I get the impression that when my server does physical IO performance suffers even more than I'd expect.I'm in a new shop now where all SQL Servers are running in VMs on...
View ArticleSuggested Criteria for Database Table Compression
Hi,We are about to move some large databases (150Gb to 270Gb) from SQL2005 to SQL2012. One feature that is now available is Database Compression. I do not really see any advantage to compressing a...
View Article