sql server 2012 memory usage
sql server 2012 enterprise has a max server memory setting of 152400 howver we are seeing usage according to task manager of 214463 and as a result we have 0 MB free physical memory. My understanding...
View ArticleDo I need to shutdown SQL server (stop the service) before I reboot a windows...
Hello, I would like to know if I need to stop the SQL service (shut down SQL database) before I reboot a SQL windows server?Thanks. Tiffany
View ArticleHow to reset an Identity column using SQL server Management Studio
I found this neat trick that means I don't have to write a whole bunch of SQL. If you want to reset the identity values for a table, because you have deleted and added rows, and now want to re-number...
View ArticleSQL Server Profiler???
Hi guys, Quick question. Can SQL Server Profiler help you find what user ran what queries against a table? Can it help you find who deleted data from a table?
View ArticleData Collector Database growing in size!!
Hello Gurus,Recently I created a data collector data base using the Data Collection feature of the 2008 R2. The bad news is the DB I use to collect the performance data is growing in size very bad and...
View ArticleProblem with backup MS SQL 2008 when database has 2 or mare logs
Hello!I have database, that has 2 ldf. I try to do backup log via a program that uses ODBC Driver (SQL Server Native Client 10.0 ODBC ). But the backup file is not created. And application doesn't...
View ArticleSql server Job schedule should stop after 30 mins automatically
Hello Everyone,I have a sql query that has query in while loop and loop condition is 1=1. I want to stop the job automatically after 30 mins of execution automatically.please Suggest.Thanks,Anilkumar
View ArticleSQL 2012 Update Statistics Maintenance Plan
Hi AllIs anyone aware of any issues on SQL 2012 regarding maintenance plans for update statistics.I have migrated a system to SQL 2012 from SQL 2008, I created a maintenance plan to update all stats...
View ArticleUnable to create Table in SSMS 2005
Hi all,i have a problem when i try to create DB or new Table or Open table definition i got this error messageUnable to cast object of type 'Microsoft.SqlServer.Management.Smo.Urn' to type...
View ArticleDatabase Mail not sending emails
Hi, I am not able to send emails using database mail. can you please help me in fixing the issue. Server : SQL SERVER 2008 R2 Enterprise Edition (64-bit) Windows: Windows SERVER 2008 R2 Standard...
View ArticleReg:Uploading Excel File is not working
HI Friends,After Uploading a file i will show data in Gridview.Then i will Import in a Sql Table.Another machine i have published Its working fine.But After i have Publish in New Server its not...
View ArticleSQL Remote connection without specify PORT Number between different locations
Hello,We need to connect SQL Server from one machine to another machine.We have installed SQL server with instance name as SQLExpress.We can able to connect remote connection with client machines in...
View ArticleHow to use Extended Events to collect Security Audit Infomation?
I am trying to migrate the SQL profiler traces to Extended Events in SQL2012. I have not had any luck in replicating the profiler function of tracing the security events, such as Audit add DB user...
View ArticleClient statistics showing zero's
When I click on the show client statistics it shows all zeros. See screenshot.Alan
View ArticleProblem with unicode
Hi, when doing the insert using these cmd = new SqlCommand("insert into dbo.ite_tab (...,area,...) values (...,@area,...)", conn); ......
View ArticleActive directory
Hi Everyone,How the data in active directory gets stored?Are the data getting stored in SQL Server?I have googled is, but didnt found any articels. Thanks,Karthi K
View ArticleUnable to open physical file - Operating system error 5: 5(error not found)...
I am trying to attach a database to SQL 2005. This database has not previously been attached. I have only just installed SQL. I get the following message: Unable to open physical file...
View ArticleCDC Oracle source SQL Server destination
Hi can anyone recommend CDC software for moving data from oracle to sql server.We have looked at attunity, before we can make a decision we need to look at competitors.
View ArticleSQL Server 2008 R2, Error: 701, Severity: 17, State: 123, There is...
In the error log, I get: 2013-06-02 00:00:37.78 spid22s This instance of SQL Server has been using a process ID of 1268 since 5/15/2013 4:12:15 AM (local) 5/15/2013 8:12:15 AM (UTC). This is an...
View Article