SQL Server 2008r2 out of memory issue
Hiim running sql2008r2 on a windows 2008r2 server.we have a tfs server running at one point in the day the server memory gets full and requests from client are dropped until we restart the server and...
View Articledm_exec_requests.text 8K max size question
have been trying to find a way to get the sql text, for queries larger than 8k...currently I use...'cross applysys.dm_exec_sql_text(r.sql_handle)'...the normal stuff...it is returning text strings just...
View ArticleSQL 2012 SP1 Task Name Missing from Maintenance Plan History
I have put lots of these in older versions of sql and task name always shows up. This is my first 2012 SP1 install.Here is a normal one from 2008/R2Any help is appreciated.
View ArticleEvent Logs for Audit inside SSMS
I've been asked to create some audit function inside SS for my dept. So currently I have added audit specs on both the server and database level. To keep it simple for my first time around, I created...
View ArticleWho is calling my stored procedure
Hi Experts,we have to see which part of application is calling one particular stored procedure. profiler will be costly, and i can use extended events. please could you suggest on that? how cna i use...
View ArticleQuerying an Application Audit Log
I would like to query the application log from my SSMS interface. Some background on the setup: Currently I have SSMS on my local laptop and connect to the server to view/query the database. I have...
View ArticleNeed a Walkthrough on How to Create Database & Transaction Log Backups
Is this the proper forum to ask for this type of guidance? There has been bad blood between my department (Research) and the MIS department for 30 years, and long story short I have been "given" a...
View ArticleHow much memory sql server is using
Hi Experts,I want to know how much of RAM is currently used by sql server.is there a query for the same?we are using sql server 2008 R2 SP2 on windows server 2008 R2 with a RAM of 48 GB. min memory as...
View ArticleSQL Server 2012 Database Email is not working with AWS SES Services
Hi Greetings to all,I have issue with the SQL Server Database mail Services. I have Configured Amazon Simple Email Services (AWS SES) as db profile in SQL Server and for last 2 years its working...
View ArticleInsert Application Log to Temp Table
I have set up an audit application log based upon if someone runs a variety of commands against a table (i.e. Select, Update, Insert, etc...). I would like to monitor this audit for a few days or more...
View ArticleHow to track usage in tempDB
Hello Forum,We have a busy system, and the developers have fallen in love with temporary tables.Too much love....I can get a snapshot of tables in tempDB, but I would like to track which procs are...
View ArticleSQL Server Configuration Manager – Cannot connect to WMI provider – Invalid...
Getting this Error when i starts SQL sevrer Configuration Manager on SQL server 2008 R2..mof file located in right folder but it didnt nowrk.Cannot connect to WMI provider. You do not have permission...
View ArticleSql Server 2008 R2 timeout issues
My SQL server and Database are on the same machine.....When we access the program in the morning 7:30, we get a timeout expired error. Now here is the weird part, when I reset my Brighthouse modem, we...
View ArticleHelp on blocking within tempdb
On one of our 2008 R2 SP2 sql server we are experiencing blocking in tempdb. The blocked requests are Intellisense and Data Collection queries. We have found some stored procedures that create but do...
View ArticleDelete Databse from SSMS
When I am deleting the database from SSMS (SQL Server 2008 R2), That database is going to single user mode and gets deleted immediately with out the user intervention. But after that sql server begins...
View Articlefinding dependencies on a database.
Hiwe are migrating database to a new server.How can i find all the dependencies on a database.like SSIS packagesLinked serversJobs etc...
View ArticleSQL logging
I have some basic questions since it has been a while I have been dealing with logs. Fully logged operations can be restored to some point in time. I guess it restores to some point in time to all...
View ArticleSQL Server Stored Proc/Database Permissions
First of all, I'm not sure that I'm posting this in the correct place. I'm a Windows/Active Directory Engineer, looking for some guidance on how other companies are managing/maintaining what I'm about...
View ArticleSQL Server data Transfer speed differs per HyperV Host
We have a cloud environment running with 4 servers. Server Hv1&Hv2 are exactly the same and server Hv3&Hv4 are the same. The difference between the the 4 are small and consist of some extra mhz...
View ArticleAppend an existing file?
Hello world,I'm stuck in a predicament: The storage guys have asked me to reduce the frequency of backups on three of our instances to save bandwidth on the WAN when the backup files are copied across...
View Article