DBCC CHECKDB (master): error 2570 in sys.sysbinobjs
Dear experts,After running the DBCC checkdb against master databas with DATA_PURITY argument, we recieved the error 2570 in sys.sysbinobjs. The complete output is the below (it's in spanish but you'll...
View ArticlePerformance between SQL 2008 Standard vs Enterprise edition
Hi ALl,I know there are many forum posts on this subject but i kind of want a definitive answer from MSFT or MSFT-affiliated. Using hardware specs (say 64GB, 8 CPU), is there a performance benefit from...
View ArticleAccess denied when trying to start new query on sql server 2008 R2
I have just installed Sql Server 2008 R2 on Windows 8.In Management Studio I can connect to the Sql Server Instance but I get an error when trying to lauch NEW QUERY.The message is :Access denied...
View ArticleAre there any negative affects with: SET NOCOUNT ON
http://technet.microsoft.com/en-us/library/ms189837.aspxI wanted to ask if anyone has experienced issues turning on (SET NOCOUNT) in their environment. Plan would be to use it in stored procedures,...
View ArticleFile Groups and Files on intelligent SAN
We have many servers and many databases. We are only using one data file for each database. The reason for this is apparently we have an intelligent SAN that puts the must used files on SSD. My...
View ArticleFULL TEXT Catalog automatically Enables
Hi,I'm disabling full text catalog and everytime it starts automatically when an application services restarts which resides on another application server.What may all be the reason for automatic...
View Article100 % windows CPU utilized by sql server 2008r2
Hi,Our productions servers cpu was 100% utilized. I tried running few queries on it to see cpu consumption on it. But could not understand few of them esp first query in the list below:1.DECLARE...
View ArticleWhat is relation between memory usage of sqlsrvr.exe in task manager and...
What is relation between memory usage of sqlsrvr.exe in task manager and "total memory" of permonace counter in sql server 2005/2008? We usually get different number and which one is reliable?
View Articlehow to change url of an application in SQL Server DB
Hi,We have an application accessing SQL Server Database using some url, the user now requested to change the urlHow can I do it from the backend in the database?Regards
View ArticleSQL Server 2005 table loses primary key
Hi All,I'm using SQL Server 2005 Standard with SP3 and today I discovered that our system send a exception saying that cannot insert null values into one table, so I went to the SQL managment studio...
View Articlexp_cmdshell not working, returns NULL
Hi,xp_cmdshell is intermittent working recently.It was working fine, and we just upgraded from 2005 to 2008 3weeks ago. just recently (within this week) we got this problem that xp_cmdshell returns...
View ArticleThe OLE DB provider "SQLNCLI10" for linked server "(null)" indicates that...
The login user is sysadmin and db_owner for database TestI run this statement in SQL Server Management Studio connected to SERVER\INSTANCE (SQL Server 2008 R2 10.50.4000) select * from...
View ArticleHow to script out changes made by "Edit top 200..."
Hey there,currently I'm editing a table in ssms. I would like to script out my changes made via the "Edit top 200..." command, as I need to reproduce those changes on another machine (with the same DB...
View Articlevirtual address space(vas)
Hi all, what is the VAS and what is the use of VAS in ms sql server?what ls the VAS size for 4GB,8GB,16GB in ms sql server?i red many tutorials and books for VAS.but i could not understand.anybody...
View Articlevirtual address space(vas)
Hi all, what is the VAS and what is the use of VAS in ms sql server?what ls the VAS size for 4GB,8GB,16GB in ms sql server?i red many tutorials and books for VAS.but i could not understand.anybody...
View ArticleSQL Server Agent errors during shutdown: The requested security package does...
We just installed SQL Server 2012 on a development server (new server with a fresh install of Windows Server 2012), and every time we reboot the server, we're getting several errors in the SQL Server...
View ArticleHi all,
when the databases are offline or gets crashed due to some reasons and when we try to excute a query sys.sysdatabases will it throw errror immediately or will it take some time to throw error? if it...
View ArticleHi all,
If Transaction log file grows beyond the limit, is there any way of creating alerts to notify the user that the log file is being growing high? if so how can we create alerts is it only through SCRIPT...
View ArticleCluster and named instance
HiI have a 3 node cluster each node has 3 instances. something like thisOLTP\DEVOLAP\DDWSP\SPDBI want to create an alias like DEVDB for OLTP\DEV to that the users can access this with just devdb...
View ArticleHow to pass multiple table in dynamic sql in sql server 2088 r2?
Hi ,i got a requirement like the belowi can able to pass one table name as dynamically in dynamic sql. but i need to pass multiple tables in dyanamic sql and i need to include the table names what ever...
View Article