Can I do my restoration in part or in fix size
WhenI am restoring the 500 GB database on sql server 2008 server of 12 GB ram then the server is getting hang and crashed and unexpected restart are happening.Can I do my restoration in part or fix...
View ArticleRemove File Button has not removed file - help!
Hi.We had some disk space problems last week with our tempdb database - as a fix, we created an additional "Rows Data" file on a seperate drive.I have since managed to shrink the first file back down...
View ArticleAll the 9 archives of sql server agent error logs got deleted
Hi, Today when i execute EXEC sp_cycle_sqlagent_errorlog, got the below error and each time i execute this one of the log file gets deleted. It was in maintainance plan and because of this our routine...
View ArticleSplit SQL TempDB per number of Processor Core
Hi All,Anyone can give me the clear picture regarding the below statement. Split SQL Temp Db per number of Processor Core. Is this correct statement.Maheshwar Reddy
View ArticleNeed help with 10-process deadlock
Deadlocks similar to this one have now happened 7 times, and it seems to be causing problems with the app, so I need to figure this out. Its a SQL 2008 Server Standard virtualized server running on...
View ArticlePartition Problem with Data Types and File Group
Q1) I have created Partition function on DateTime data type on A column, which belongs to 50 tables only, 10 tables have to DateTime but its B Column. So Can I Create the Partition on B Column for...
View Articledatabase schema
this is the discussion we are having between me and senior DBA , "Can you add the “division” or do you want to setup a meeting to discuss it? I don’t have a Database schema, so if you could provide...
View ArticleWhat is the difference between "allow remote acess" under sys.sysconfigures...
Hi, I know the meaning of "remote access" under sp_configure but not sure about "allow remote access" under master.sys.sysconfigures. I didn't get much information about it while searching on BING....
View Articlecheck Degree of parallelism for a currently running process
How can i check the degree of parallelism of a currently running long running spid? I know what it should be but I would like to verify.
View ArticleLinkeserver issue
HI Team,we have 2 servers, those two servers located in different DATA CENTER can we possible to create a LINKED server.if yes,how we can configured ...........
View ArticleCreate databse failed while creating from VB.net Custom Action with MSI
Hello,I have a setup file which which has the VB.net windows project. I have added a vb.net exe to custom action whihc will create database and login while installing MSI.By using SQLCmd and command...
View Articledatabase
Hi,What is contained database, difference between normal database and contained database?
View ArticleMonitoring
Hi,Can anyone pls tell how to monitor all servers with out using any third party tool?
View ArticleRegarding division of database.
One of my senior DBA has asked me " can u add division?" so now my questio is that is he refering to add division to a database or anything else? if it is to add division to database,how to do that can...
View Articledatabase schema
my senior DBA is telling me that he don't have database schema, but my question is that database schemas,we can get them from SSMS, but why he is informing me to send them again? is it that same schema...
View ArticleCREATE NONCLUSTERED INDEX - never completes
I'm creating a non clustered index on SQL Server 2008 and it seems to never complete. USE [Live_TheName] GO CREATE NONCLUSTERED INDEX [iVersion] ON [dbo].[TheName] ([Version] ASC )WITH...
View Articlewrite a storedprocedure for manually inserting percentage values based on...
Hi,Please help me to write a storedprocedure which automatically populates % values based on student marks for each studentSIDSNAMEMARKSPERCENTAGE1MIKE100 2ROSE98 3PETER90 4NIKI50 5THOMAS50 6GEORGE70...
View ArticleMerge Replication..
Hi Team,Merge replication is bidirectional replication or one way data transfer from pub to sub server?can please tell me the how to configure merge replication..
View ArticleIndex Rebuild
Hi,I am planning to rebuild index on my database.(SQL Server 2005 Standard Edition)When i query sys.indexes some tables showing 90% and some tables showing 0% fill factor.In this case how can i rebuild...
View ArticleA server cursor cannot be opened on the given statement or statements. Use a...
Hi,I'm using a stored procedure to return data for a report. The stored procedure is used through recordset, so the application send's code to open the result as a cursor.When I run the stored...
View Article