Sql browser locking out IP
HI,I am experiencing issue as shown in this KB http://support.microsoft.com/kb/2526552My SQLServer version is patched as seen here http://screencast.com/t/qndV52CrJiHow can I fix this ?Thanks--Jay
View ArticleTransaction context in use by another session
Hello all,I am having this error in my system; I have SQL Server 2005 SP4 installed on a failover cluster active / passive.I DO not have or use linked server approach in my system at allMore...
View ArticleProblem with HTML editor databinding
Hello there,First up thanks to all the guys who have posted great solutions to common problems which helped me out many times in the past. Now I have got a problem of my own. I am using this third...
View Articlesql error 602 when attach Database in sql 2000
hi all,i have database in sql 2000 but when attach DataBase in sql get error error 602 : could not find row in sysindexes for database id 7 , object id 1 index id 1 , run DBCCcheck tabel on sysindexes...
View ArticleGetting the First Dataset from a Multi-Dataset Stored Procedure
I can get all the datasets with SQLCMD execution (ugly). Is there a better programmatic way? Thanks.CREATE TABLE #Space ( DB sysname, dbsize varchar(50), freespace varchar(50)); INSERT #Space EXEC...
View ArticleMaintanance backup plan fail
Hi allI have a maintenance plan to backup ALL databases on everyday 11:00am. however it failed start from wednesday.I see the log is so strange:Executing the query " declare @backupSetId as int select...
View ArticleCPU occupies 100 percentage on sql server
Hi All,If sql server is consuming 100% cpu, generally the sever is responding slow so how can we trouble shoot? some times on my server cpu consumig 100% so i want to resolve this issue, incase if...
View ArticleRestricting the SQL Server license usage
Dear,I have built a time-log application for my internal teams. This application has an ASP.NET web service on server and a mobile phone client (html / js). The web service is connected to an MS SQL...
View ArticleStored procedure execution Timeout
Hi,We are running stored procedure to upload data through linked server to application server. Problem is that when we run stored procedure after some time it TimeOut. It happens once a while. I want...
View ArticleSQL Server in Clustered environment connecting using .(Dot)
We have many Clustered SQL 2008 instances but today i noticed that in one of our SQL clustered environments the SQL DB Server is getting connected directly using the .(dot) which usually fails in...
View ArticleSystem.Data.SqlClient.SqlException (0x80131904): Timeout Expired
I apologize if this question has been asked before, but we're really stumped and the answers I've seen posted don't really apply to our situation. We're getting the following error sporadically in a...
View ArticleGetting Min / Max LSN for CDC Table Instance for given date in SQL Server 2012
Am trying to get the net changes on CDC enabled table by passing Min and Max dates. But is throwing below error. Msg 313, Level 16, State 3, Line 24 An insufficient number of arguments were...
View ArticleRestore database issue
Hi all,I am trying restore on sql server 2008 databse with sql server 2005 database backup with standby recory.But i got error while restoring.The error is discribing following."The backup can not be...
View Article(type LOB data) with (type In-row data)
I have a couple of errors while running DBCC CHECKDBMsg 8965, Level 16, State 1, Line 1Table error: Object ID 530100929, index ID 1, partition ID 72057594062962688, alloc unit ID 72057594047168512...
View ArticleSQL 2012 Design Advice
I'm currently a sysadmin who's been given a database consolidation project. I have a plethora of small databases (the vast majority are under 10GB, with a handful between 30 & 100GB). Most of the...
View ArticleCannot connect to the server issue
Hi folks. I'm having a problem with my SQL Server. I had the Express version up and running for class, then ran into an exercise that needed Enterprise. Now that I have Enterprise downloaded and...
View ArticleReg data partition
Greetings,I'm new to SQL Server, I was studying about table partition, I am not able to understand how the left and right functions work, I went through many sites but not clear. Also when defining a...
View ArticleCannot read SQL Server 2008 database ,it is version 661. This server supports...
used to have sql 2005 then i uninstall it , and install sql 2008 now Im trying to open a visual studio project , when i want to open the DB included withi get :Timeout expired. The timeout period...
View ArticleBest initial size of database files on SSDs for data warehousing
Hi.I actually do my first implementation of a SQL Server DWH based on SSDs and our admin ask me to reduce the initial file size because of the behavior of the SSDs. With normal harddrives I setup the...
View ArticleWhen do #temp and @temp tables cause recompiles?
In olden days any temp table creation would cause a recompile of the entire SP.However, I found that was already not the case even as early as SQL 2000, and I'm wondering what is the case in SQL 2008...
View Article