Can't start SQL Server Agent service?
SQL Server Agent won't start up. Agent XPs is disabled too, even though I followed the following steps--sp_configure 'show advanced options', 1;--GO--RECONFIGURE;--GO--sp_configure 'Agent XPs',...
View ArticleHow Upgrade Sql server 2008 to 2008 r2
HI All, I have machine installed with Sql server 2008.And I would like to upgrade from sql server 2008 to sql server r2,Can any one let me know how can I do it.Thanks, Quality Communication...
View ArticleUnable to Find Sql Management Studio
Hi All, I have installed sql server 2005 and later few days back installation team upgraded from sql 2005 to sql server 2008.Now when i type some key words in search like "sql management...
View ArticleSQL 2012 - System Assertion Check has failed. "pBefore == NULL"
Hi, recently upgraded from SQL2005 onto SQL 2012 SP1. I've perform a DBCC CheckDB but shows no data corruption or errors etc.When executing an SP which simply inserts into a table on another server...
View Articlemultiple data file in user database
Hi All,I have three database on same server with three drive F,G,H A databsae size is 400 GB.B databsae size is 60 GB and C is 800 MBand B db 50 % select and 50 % insert transaction B database has mdf...
View ArticleSQL 2012 Database Engine not handling password change of MSA
Hi, as per the title really. I've now experienced this symptom on two totally separate installations of SQL Server 2012 SP1 configured to use Managed Service Accounts.This is SQL Server 2012...
View ArticleIdentify a table usage
Hi,Is there a way to figure out the following1. What part of the data is being accessed frequently/less frequently/not at all in a table (partitioned & un-partitioned) ? Looking for a feature that...
View ArticleMemory Utilization On Named Instances
Hi Team,SQL Server we have 3 instance 1.Default Instance 2 Named InstancesDefault Instance we have allocated only 5000MB RamNamed Instances we have allocated around 12000 and 12000 Ram is 35 GB as per...
View Articleimport/export database in sql server 2008
hello guysi am developing a desktop application with a colleague.my own machine got crashed and now i want to import the database from his machine.please note the two machines are both stand alone and...
View ArticleSql Server Data :Loss
Hi all,May i know can we get the data which is truncated and committed. If yes, Where does the truncated data stored in sqlserver. Is there any kind of redo logs in sqlserver to get the...
View Articleincreasing maximum of tables to greater than 256 ?
Hi, I am submitting a query to SQL server and I'm hitting an error--> Too many table names in the query. The maximum allowable is 256. I CAN find a work around by breaking things up, but,...
View ArticleSQL 2000: Remote connection is deny : Error 10061
Hi ALLI have problem on my SQL 2000 server. Sometime program try to connect to SQL and get error 10061.And also the SQL agent jobs are all skipped during that time. however in the SQL Error log and...
View ArticleMost accessed tables in SQL server
Is there a way or a query that I can find out in the past year what tables and view are most accessed or heavily used?Thanks,SQLFriend
View ArticleDistributed Transactions fail on Linked server
We get the below error while performing a distributed transaction on linked server. We have several linked servers configured in the source server and all of them succeed with the distributed...
View ArticleIndex fragmentation and ghost leaf relationship
From what I understood, when a row is deleted, SQL engine only logically deletes the row by marking the record as ghosted. Then at some point the background ghost cleanup task will remove the slot for...
View Articlewhat's the meaning for the extent changes for the an Density
from the msdn ,the definition of Scan Density is "Best count is the ideal number ofextent changes if everything is contiguously linked. Actual count is the actual number ofextent changes. The number...
View ArticleSQL Server 2000 will be out of support on April 9, 2013
SQL Server 2000 will be out of support on April 9, 2013. SQL Server 2000 had 10+ years of support and Its Extended support is ending on April 9 2013 (Mainstream support ended by April 2008).Thank you,...
View Articleuse of FileTable causing the slow down of file copy or creating files?
Hi!I'm using SS2012I have created a filetable. My program that creates some files runs slower when the share is a file table share instead ofa normal share without file table (both shares are on same...
View ArticleRe:attach and detach problem
Hi team,i have one database some space issue problem i detached the that db .and move those .mdf and .ldf files to another location after that i tire to attach the that database i am facing the bellow...
View ArticleSupport SQL Server 2000 compatibility after April 2013
Will Microsoft support 2000 compatibility after April 2013?
View Article