Restart Cluster instance
Hi all 2 servers are in cluster,now i need to restart the one instance.is it possible to restart only one instance.it has any impact in other cluster instance.here i am attaching my cluster...
View ArticleDetaching and Reattach ndf files from different copies of a database
Hi,This question may be very basic, but I'm wondering if it's possible, and if not what is the technical reason behind it.I have two databases, Database A and Database B. What I would like to do is...
View Articlea question about 2 sql server commands
EXEC sp_configure 'show advanced option', '1';EXEC sp_configure "xmd_shell', '1';What those two above commands do? After run these 2 commands, anything is changed on sql server? Potiental risk of sql...
View ArticleSQL server backup problem
I want to backup sql server database to Z drive.I run backup through tasks--->backupBackup destination is Z:\test.bakIt shows backup job completed successfully but no test.bak is on Z drive.What's...
View ArticleAttempt to fetch logical page ERROR
Hi all !! there are many read error from my error log :Attempt to fetch logical page (1:106) in database 6 failed. It belongs to allocation unit 196608 not to 281474980642816.I read DBCC checkDB.......
View ArticleIf I have below privilege on windows server.Could I restore a database with...
If I have below privilege on windows server.Could I restore a database with windows login z-aj1Because I am not able to execute command create database test;C:\Users\z-aj1>whoami /allUSER...
View ArticleSql Server max server memory
Hi, I know that , max server memory property is about physical memory limit for buffer pool. But some says that, it is about Vas (virtual adress space) limit for buffer pool. I know that , Vas...
View ArticleSSL Encryption Certificate not visble after upgrade from SQL Server 2005...
We are starting to upgrade to SQL Server 2008 R2 Enterprise, and 1 server has been 100% successful; 2 has had all sorts of issues. All put 1 issue as been resolved. Certificate used for SSL...
View ArticleIs it possible to converting Snapshot replication to Transactional replication
Hi All,Is it possible to convert the existing snapshot replication to transactional replication?Thanks in advance,
View Articlehow to restore database from .bak file on remote server
Server A and server Bone .bak file on server BI need to restore database on server A from that .bak file on server BI Server A has C,D and E driveServer A: Create Z drive as network drive mapped to...
View Articleexec XP_CMDSHELL cannot find store procedure problem
I run EXECsp_configure 'xp_cmdshell', 1Message is"....change from 1 to 1 "Then EXECXP_CMDSHELL 'Dir N:'cannot find store procedure xp_cmdshellI check master database.No dbo.xp_cmdshell under store...
View ArticleSend email
Is it possible to send the email from sql server 2012 developer edition..?Thanks,
View Articlefinding difference of two databases
HiI have a webapplication connected to SQL Server 2012 Web Edition.As soon as the webserver is down I start a second webserver, which needs to have the same content, also on SQL DB level.That’s why I...
View Articlebackup is executing on db which is zie 70GB. but it is blocked!!! how to...
hi experts,backup executing..on db... which is having 70GB size..while executing it is blocked...tried to kil session but it is terminating ...!there is any solution..pls share your ideas..!Thanks in...
View ArticleSQL prefMon Counters
Hello ,I have collected all my SQL Server counters to check the performance as below image shows , but actually I don't know what is the next step should I start analysis figures or I have to do...
View Articlesql
Please find solutions for - A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance...
View ArticleLinking tables of different database in same server.
Hi My req is to update a table which is linked to a table of another database in same server. I am new to this and I read about sp_addlinkedserver and Synonym. Now i am not sure which 1 to use in my...
View Articlesql server partition parent table and reference not partition child table
Hi, I have two tables in SQL Server 2008 R2, Parent and Child Table. Parent has date time, and it is partitioned monthly, there is a Child table which just refer the Parent table using Foreign key...
View Articlesql server table partion each month
Hi Team,I have a table which has to keep data of 3 months. Month by month partitoning is needed here.A scheduled job has to run everymonth(likely first sunday of each month) to add a new partition and...
View Article