Recovering 1TB of unallocated space?
Please read the post well. I posted somewhere and most of the posters assumed that the 1TB table is there. It's not. Also, the size of the MDF is 1.75TB, the HDD has 1.83TB used and 65.8GB is free.So...
View ArticleVS 2012 Pro - How to print values in Textbox
Is it possible to print the property values of a textbox?ecb
View ArticleSQL Server Agent Jobs not running 'SQL Server Agent is not currently running...
Hello All,We have sql 2008 R2 SP1 A/P cluster running on VM.SQL Server Agent jobs are not running. If I manually try to run the job it gives below error'SQL Server Agent is not currently running so it...
View ArticleSQL Server becomes Unresponsive
Hi, We are having this issue on our prod server from yesterday. Everytime this happens Server becomes unresponsive and I have to reboot the machine. Looks like this is being caused due to high...
View ArticleSQL Express database file auto-creation error but web-config changed to Azure...
I have an app that is based on the new MVC4 template with SImple Membership provider.I've deployed the app to an Azure website and changed the connection string from a local express-database to an...
View Articlehelp shredding/reading system health report
How does one best read the XML from the system health report on SQL 2008?Someone must have written some nice shredding code, any pointers or posts to such?Thanks.JoshSELECT @@SERVERNAME as servername,...
View ArticleQuery Text changing
Hi All,under what senario a query text sent from an application changes in SQL ServerQuery sent from app "SELECT * FROM xyz where col1=3434" with in SQL Server i found sp_executesql "SELECT * FROM...
View ArticleError in SQL Server 2005 and Database Stop Responding
Dear All,Today i saw error in SQL Error Log as Message LazyWriter: warning, no free buffers found. Memory Manager VM Reserved = 29658216 KBVM Committed = 29639088 KB AWE Allocated = 0 KB Reserved...
View ArticleSQL SERVER 2008 performance degradation
HiI'm monitoring a DB and it seems that after 4/5 days, everything starts running very very slow, i.e. an SP which normally takes 10mins will not execute in an hour. Restarting the service solves the...
View ArticleFind PID of cmd which is called from SQL
I have a set of SQL jobs which call same exe with different parameters using xp_cmdshell. I have a situation where I need to kill on of the jobs and in order to kill it I need to kill the process...
View ArticleFile Table queries to delete t-log files
we currently have some C# or C++ code that deletes t-log backup files from disk after they are x number of days old. is it possible in sql server 2012 to use the new file table feature to write a...
View ArticleCannot connect to SQL 2008 R2 from remote computer
I apologize in advance if i have not properly posted my question, this is my first time hereI have a new computer with a clean install of Windows 7 pro x64 and have installed SQL server 2008 R2 express...
View Articlelogical read, physical write in profiler data columns
In the profiler, there are data columns called "Reads" and "Writes". According to BOL, "Reads" are logical reads and "Writes" are physical writes.Is there any reason we don't have access to both...
View Articlesp_trace_gettable error
We have a trace set up to collect long running transaction data. This is part of our admin database and runs on each monitored instance in our environment. We are seeing that while our 2005 instances...
View ArticleThree instances on same box, one significantly slower.
Our pre-production environments -- Test, Stage, and Preview -- are housed on a single server. Stage has been significantly slower than the others for as long as I have been here (two years). Even...
View ArticleNeed help on this notification warning
Hi All, I am getting this notification very often on SQL SERVER MANAGEMENT STUDIO 2008R2.When ever this happens i am closing the SSMS using task manager. Did any body got the same notification and any...
View ArticleSQL Connection memory usage is growing steadily
Issue:SQLconnection memory usage is growing steadily (8G after only 2 days). It can keep increasing and eventually eat all allocated memory and none process can be going on.System:SQL 2008 R2 on...
View ArticleHow to check the size of SQL Error Log
The task is to check if the SQL error log and SQL agent error log size reach x MB, then cycle the logs. This is done programmatically and automatically, not using SSMS or other manual methods.I know...
View ArticleNeed a plan to "trap" intermittent blocking
Everything has been running fine for a few months then I get a phone call that everyone in a department using the same app is locked. sp_who2 shows that spid 80 is blocking at least 20 other users....
View ArticleMemory issue
Hi,I have sql server 2008 R2 running on windows 2008 R2. In task manager memory is constantly showing very high (almost 99%) since morning. How I can check what is causing this high memory usage? I...
View Article