SQL 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 Articletext file import to sql server
hello expertsi am looking the best practise considering performance to import a text file to a sql server 2008r2. i have 1,500 files that need to be imported to sql server? thank you as usaual.
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 Articlemonitor disk space using alerts
I need to receive an email when a disk space on a given drive (which has SQL DB files) falls below 3 GB:- I need to use alerts (I don't want to use a SQL job to run some SP every x mins).- SQL Server...
View ArticleSQL Server Drive IO Testing
Hi We can test the SQL Server drives IO Performance using SQLIO tool. The command used is sqlio -kW -t2 -s120 -dM -o1 -frandom -b64 -BH -LS Testfile.datHere the drive used is M for IO Testing, In our...
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 ArticleUnabe to start SQLServerAgent
Hi I got the below error when I try to start SQLServerAgent==================================Unable to start service SQLSERVERAGENT on server(####) (mscorlib)------------------------------ Program...
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 Article