SQL 2012 cluster and MSDTC
Hi,we are migrating/upgarding our Sharepoint environment from SP 2007 to SP2010 and backend SQL db server from SQL 2005 to SQL 2012.For the upgrade/migration,we have configured three node...
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 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 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 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 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 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 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 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 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 Articlems sql server dba
what is differences between this three options..... AWE AND /3GB AND PAE
View ArticleI am adding tlog file for a database and its failed . Please advice
1. I tried to add ldf file for a database and its failed with below error . Actually, existing log file is almost full . There is update statement causing this space issue. Also this update process is...
View Articlelog shipping
if .mdf file is full but no space in disk this scenario what are all the action i can take..?
View ArticleOccasional deadlock when deleting rows from table 1 and inserting rows into...
Hi,I am getting a deadlock in SQL Server. I have attached the deadlock report from the SQL Server error log below:deadlock-listdeadlock victim=process3ff644cf8 process-list process...
View ArticleAlert for SQL Agent job step STOP/Kill
Hi,i want to configure an alert/ send of a notification to my team if some one is stopping my SQL Agent job step manually or if any other process is stopping my SQL Agent job step or if my job is...
View ArticleAlways on Availabiity Group
Hi,Can anyone tell me if SQL Server 2012 Availability Groups can be used with SQL clustering, i.e if you can use shared storage for an availability group as opposed to mirroring with local copies for...
View Articlesp_who2 diskIO
Hi ALLI am using sp_who2 to find query that's running. And I find there is high diskIO on a process, around 197320...it's select command, can I say its reading 197320 x8KB =1578560KB data??is diskIO...
View ArticleDB Mirroring
Hi Guys Just had one question in mind and looking for the answers. In DB mirroring how many times principal server tries to connect to mirror server when principal server tries to make connection...
View Article