Is 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 Articlebackup as multiple files
how does multiple file backups help backup performance if all the backups are going to same Disk? I can see how it can help when doing it to multiple drives(eliminates disk contention). Parallelization...
View ArticleServer 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 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 ArticleCant restore a DB backup
Hi,I'm trying to restore a DB backup (Created by a web hosting website).But I'm getting the folowing error message:Can you please explain to me how can I solve this issue?Regards,Bader
View ArticleIs There Any Common Issue shows from Application Side after SQL Service Pack...
Hi All, I am planning to patch SP4 on a SQL server 2005 standard edition (production server) since the SQL version is 9.0.4053.00 which no longer supported. So far all the SQL instances in our...
View ArticleSQL Server 2012 - frequent "System Health Monitor Thread: Operating system...
We have recently installed a brand new Windows 2008 R2 server and installed SQL Server 2012 (and SP1) on it. We have moved a couple of databases from SQL 2005 to it. Frequently the following is written...
View ArticleSQL Services fail to start after WSUS windows updates whether they have SQL...
SQL Services fail to start after WSUS windows updates whether they have SQL updates or not.#### Application Event log - Windows Server 2008 R2 Standard - SQL Server 2008 R2 EE #### 2013-02-19 - 3:33:13...
View Articlehow to get summary of document in sql server full text search
hi how to get the summary of document in full text search like Microsoft Indexing Service
View Articlesys.dm_db_index_physical_stats: big differences in execution time
We run sys.dm_db_index_physical_stats(DB_ID(<DB-name>), NULL, NULL, NULL, NULL) on a daily basis to collect DB object size statistics.The first time we scheduled this SQL Job, it ran for 20min....
View ArticleConversion Different Date format into datetime
Hi ,I have two dates 11/15/2012,5/19/2010 0:00 stored in varchar format,now i want convert into datetimehow to i convert these two different formats into datetimehelp me outRegardsArjunmallis
View Articletempdb won't shrink
SQL 2008 R2 We’ve been on SQL 2008 R2 for about a year and have had zero tempdb problems. SQL does a good job of managing its size, until now. Tempdb is configured with 8 data files and 1 log file....
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 Article