701 Error message: Insufficient memory
I am using SQL Server 2005 enterprise edition with Microsft windows server 2003.The Ram is 8 GB. I run my application and application crashes.When i check SQL server log , i fing 701 error.I have...
View ArticleSQL 2000 Enterprise Edition on Windows 2008 R2 client request...
Hi fellow DBA's etal...I need to get a straight answer to this client for which I am on site.I have already stated that this is not supported however, a reply from a MSFT or MVP would be greatly...
View ArticleUndocumented switch to run SQL Server Database TEMPDB across multiple disks...
I am at a client. The client is running SQL 2000 Ent on Windows 2003. The in-house engineer tells me that there is an undocumented switch that allows tempdb to run across multiple disks.I myself have...
View Articlesp_send_dbmail csv attachement generating extra blank line between results
I have a query that I would like to email the results in a tab delimited csv so that it can be opened easily in excel. When I run it in sp_send_dbmail as such:exec msdb.dbo.sp_send_dbmail...
View ArticleHow do I get the internal SQL Server Database version number of an .MDF...
I have SQL Server 2008 and 2012 installed on my machine. I am writing a VB.Net application in which I would like to be able to obtain the .MDF file version number and create a connection string thtat...
View ArticleChanging MAXDOP setting for VMware SQL Server
Hi All,We have a SQL Server 2008 Standard Edition virtualized with VMWare, running on an ESX host that has 2 sockets x 6 cores with Hyperthreading ON. That gives us 24 CPUs.We have created that SQL...
View ArticleSQL Server 2008 cluster node going down unexpectedly
Last night our primary SQL Server node went down and failed over to the secondary node. I was actually on the server at the moment having just launched a trace to troubleshoot a particular query when...
View ArticleTPC-E test on SQL Server 2012 high runnable task count
I know I probably shouldn’t be replying to this old thread, but I’m crossing my fingers that Jonathan Kehayias will see activity on this old thread and respond…I’m using Quest Benchmark Factory to run...
View ArticleWhy heap table doesn’t support Ghost records?
Under default isolation level,we know index data page or non-clustered index leaf page supports ghost records ,but heap table doesn't.So my question is why heap table doesn’t support Ghost records?
View ArticleEstimated Number of rows Issue when Result set is empty
Hi All, i query the "orders" table from northwinds database The query is SELECT * FROM Orders WHERE OrderDate > '2000-01-01' The table has the orders data from 1996 to 1998 so ideally the result set...
View Articlesql server
HI, SIR I have one project in asp.net with sql sever database 2008...but i want to restore this database in visual studio 2010 because i have visual studio 2010 and there is sql server is internally...
View ArticlePeriodic server crashes on DB server, no cause?
We've got 2 DB servers, connected to a SAN via fiberchannel connection.We've had periodic (1-2) crashes a week off an on, but have become more frequent.The only thing running on the servers is SQL...
View ArticleMaximum stored procedure, function, trigger, or view nesting level exceeded...
HiAfter database restore , I am trying to apply security permissions; , scripts is as belowGRANT SELECT ON [dbo].[Table_name] TO [database role]This is throwing error "Maximum stored procedure,...
View ArticleExtended Events Mirroring Tracing
I am doing some performance investigations in a database.Two servers with synchronous database mirroring between two data centers.A simple stored procedure with one insert statement (auto-commit...
View ArticleHow to setup SQL Alert on any error in SQL Server
I am looking for any possible ways to setup SQL Server Alerts on any error that occurs in SQL Server, is there a simple way to achieve this? I know, I can configure separate SQL Server Event Alerts...
View ArticleHow to create Master table in the sqlserver 2008
I want to create Master table in sqlserver 2008. i want to create master table for my project. suppose i have 50 tables if i have changed any data master table it has to be reflect in the child table...
View ArticleImport into Time Field
I want to import a datetime field data from MS Access to MS SQL 2008 Time field and realize that it import 1:00:00 PM from MS Access table to change to 1:00:00 AM in MS SQL Server table.It works if I...
View ArticleChangeTracking explicit cleanup
I have what I would think is a very standard use case for Change Tracking in SQL Server 2012. We have an OLTP database and a separate reporting database which will be periodically updated via...
View ArticleMiantenence plan job is enabled - so why no job history in msdb.sysjobhistory?
SQL 2005 SP2Have a maintenence plan, which I was attempting to view the job history on.Both from sql agent, and through the statement below. In both cases, I see NOTHING.SELECT TOP 100 * FROM...
View ArticleSQL 2005 NUMA Foreign Pages Issue
So what I'm seeing is 8 NUMA NODES and Node 001 has 562,568 Foreign Pages... while the others do not... I'm not an expert in SQL but what can I do to fix this? We're running on VMWare 64cores /...
View Article