High Memory Utilization
Hi Everyone,One of our server in the production environment is hitting 93% of memory utilization and sqlserver is the only one installed in the server and takes almost 7gb out of total 8gb memory. we...
View ArticleLinked server Issue between sqlserver 2008 R2 and Mas90 server
Hello, I have setup a linked server between SQL Server 2008 R2 and MAS90 server and I am able to select data and see the list of mas90 tables. The issue here is occassionally whenever a new account...
View ArticleCannot set FK, Error: The following data type properties of column do not match
Hi thereThis really make me crizy, I have two table something like this table1: table2OccurDate datetime PK OccurDate datetime PKType char(1) PK...
View Articlesorts performance or tempdb performance counters
I want find analog of Memory Sorts Ratio in Oracle, in MSSQL Server, may be tempdb usage vs memory usage IO.any suggestions ?
View ArticleNot able to restore the database
Dear AllWe have a shared production server and we got the backup file of that production database server. But when I want to restore it locally then it will giving me an error. The production database...
View ArticleUser permissions
Hi,Is there any query that we can run to get user permissions on database, table, view, sp level in a given database?Thanks
View ArticleLog file Growth query
Hi All,Is there any query to increase the logfile growth to unlimited in SQL 2000 . Am unable to do that through GUI mode and getting some transaction error. Please suggest me any query.Thanks &...
View ArticleHow to resolve this backup/ restore strategy?
We have a production BMC database of size 350 GB approximately. For reporting purposes, we have a separate SQL Server instance. Every day @ 10 pm the BMC production database (litespeed) backup is taken...
View Articlein consistent information reported in SQL Management Studio - msdb datafile...
msdb properties shows database size 58GB, but when ran report 'Disk Usage by Top Tables' the largest table showed on 11MB and only 7 tables has 3MB in size and rest of are les that 100KB.Thanks in...
View ArticleDegradation in performance after database compression is applied
Hi All,I am looking to test out database compression on a database, the problem that I am having at the moment is that once the database is compressed the performance is 15% slower. The testing...
View ArticleAre multi-field indexes dangerous?
Regarding the issue of deadlocks I've been posting about for some weeks, and just why I seem to be having more of them on these two projects than on any previous ones, we do have a large number of...
View ArticleWhat is the best way to benchmark TempDB?_
What is the best way to benchmark TempDB?Mr Shaw
View ArticleHow to create new Session of SP?
Hi,I am trying to call the SP using ADO.Net C#. When multiple instance calling same SP, it is using single session ID for execution. How can i make the SP running in different session. Is there any...
View Article