Server slow after reboot cxpackets and latch high
One of our clients shut down their db server after a year because it had issues with the domain controller. Since that day the server runs extremly slow. The server has 24cores and 64gb ram What we...
View Articleforeign key conflict whenadding relationship
Unable to create relationship 'FK_admTblEquipHistory_admTblOffice'. The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_admTblEquipHistory_admTblOffice". The conflict occurred in...
View ArticleSQL Server 2008 R2 is terminating because of fatal exception c0000005
SQL Server is terminating because of fatal exception c0000005. This error may be caused by an unhandled Win32 or C++ exception, or by an access violation encountered during exception handling. Check...
View ArticleIs there any reference sites or configuration to run SQL DB in PCI-E flash...
Hi experts, I run our SAP/SQL in HP EVA 8400 now but the MA will be expired soon. I plan to migrate to an ex: P7400 mid-range storage. However, a consultant give me a very interesting idea. Our...
View ArticleHow to insert data from one table to other table in sql
am using this queryINSERT INTO coll_batch (cb_agent_code, cb_tot_records, cb_tot_amt) SELECT (CODE, RECORD, TOTAL)FROM thead"but " Incorrect syntax near ',' "how to avoid this
View ArticleSQL SERVER Memory Issue
Hi Team,We are facing Memory Issue in named instance in this server we have configured DB Mirroring it is principal server.we have two instances Ram : 34 GB Memory :Min : 32 Max : 12288 MB Memory...
View Articlehow to update last row of table
i want to update last row of the tableam using a column for auto increment valueupdate coll_details set date='"+textbox1.text+"' whrere id=MAX(id)BUT IT IS NOT WORKING
View ArticleCould not find a stored procedure SPSelect_XXXX
Hi ,VB 6 , application is connectiong to SQL Server 2008R2 SP2 Enterprise Edition and the login account having sysadmin permissions and default schema is dbo and the stored procedure is in default...
View ArticleHow to insert data from one table to other table in sql WHERE conditon
i want to insert all data from one table to other table in specific columnam using this codeINSERT INTO coll_details (cd_ac_type, cd_ac_name,cd_ac_no,cd_amt,cd_fine_amt,cd_rcpt_no,cd_status) SELECT *...
View ArticleIt is good to make a new data file or increase the space of all the data-files.
Hi,I have 7 ndf files ad 1 mdf file in a database and restricted growth to 512 MB size.In this all are full now.I am getting max size file space alert. Now I have to increase the size but I am not sure...
View ArticleHow do I begin to address application slow downs?
This is such an open ended question with a wide range of possibilities, but wanted to ask on this forum to see if I can get some help.We have an application that I have very little knowledge of and I...
View ArticleSQL Server Web Edition support
One of the partners had a very specific query. They wanted to know that if certain servers having 4 quad-core processors or 2 hexa-core processors are virtualized and a VM is given 12 VCPU’s will SQL...
View ArticleRepilication_issue_in_sqlserver2008R2
hi,we are using transactional repilication in sqlserver2008r2 when i am configuring repilication all was working fine but snapshot was not intializing automatically from old snapshot folder when i am...
View ArticleRealtime replication of primary to secondary database
We are currently looking at replicating our primary database(SQL Server 2008 R2) to a read only secondary database (SQL Server 2008 R2). The aim is to achieve a real time data replication for a BI...
View ArticleDBCC CHECKDB error - Write to sparse file failed due to lack of disk space
The situation:1900 GB data warehouse database. 10x 190 GB data files, located on the same (virtualized) drive.About 30 GB free space left on that drive.Running DBCC CHECKDB on this database (in the...
View ArticleSQL 2012 SP1 producing deadlocks on sys.query_notification
I have run into a situation on my servers where our service broker setup for query notifications has begun producing deadlocks. The situation is described perfectly in this KB:...
View ArticleSql 2008 Stored Procedure Permission Chaining Issue
I have a stored procedure that I want to use to select records from a table in a database.I have given permissions for a user to execute the stored procedure.The user received an error stating that he...
View ArticleTrouble connecting Windows user group to sql server login?
Instead of adding users individually in the sql server login, i have created a group in windows in which i have added the users with their domain id and then i have added this group to sql server...
View ArticleProblem with HTML editor databinding
Hello there,First up thanks to all the guys who have posted great solutions to common problems which helped me out many times in the past. Now I have got a problem of my own. I am using this third...
View ArticleWeb server has access to sql - how?
Doing a bit of investigating...Ok, there is a web server that I have involved in a new project and it has access to sql. There is a windows service running on this web server, and it has access to a...
View Article