Restore from sql server full backup and transaction log backup
One sql server database A has full recovery mode:Here are backup files:7/1 Full backup of A(file: fullbk71.bak)7/2 Transaction log backup of A (File: trnbk72.trn)7/3 Full backup of A (file:...
View ArticleBackup Logins and Jobs
Hi,I am applying CU7 to SQL SERVER 2012, I need to backup Logins and Jobs.How can I backup all logins and all jobs in one command. I can do backup of each login or job separately, but It is hectic to...
View ArticleSQL Server 2008 R2 disconnection...
We have SQL shared instance between staging and development......SQL Server is keep disconnecting most of time in day due to increase of RAM even in off days when nobody is working on it. It showing...
View ArticleMigracion Sybase a SQL Server
Hola Estoy intentando hacer una migracion de Sybase a SQL SErver pero tengo inconveneintes con la licencia la pagina dice que no lo encuentra, usted me puede ayudar como encontrar esta licencia par...
View ArticleSQL Server has encountered N occurrence(s) of I/O requests taking longer than...
Started seeing intermittent slow downs. Looked at what was currently running and all the long running operations have wait types of LOGBUFFERWRITELOGWe see this quite a bit in the sql app log too:SQL...
View Articlequestion about shrink database file and log file on sql server 2008
After shrinking .mdf and .ldf file, will anything be deleted by shrink?
View ArticleDatabase is not accessible when treying to get it offline
i was requested to take a database offline.I pointed to my databse then right click --> tasks---> take offline.It seams that one user were still connected, i requested the users to log off.The...
View ArticleNetwork backup
Hi All~ I would like to backup database to a network resources. My sql start with a local service accout. I would like to keep this setting when doing network database backup. is it possible ? I find a...
View ArticleIs ATA-over-ethernet storage supported for SQL data/log files?
Does someone know if ATA-over-Ethernet kind of storage supported to put SQL Server data/log files on it? I am looking for some official document from MS. I know about iSCSCI and FC supportability......
View ArticleSystem database installation path location
Hi,Can we move system database installed path location to another drive.ThanksShashikala
View ArticleDependencies between table compression and clustered index compression
Hi.I figured out today that the compression could be set on table and also clustered index level. Before I saw this I thought the clustered index is like a representation of the table itself. But it...
View ArticleSlow execute of procedure on new server
I have strange problem with execution of stored procedure.Database was running on old Dell server and everything was running fine. This server had 16 GB RAM and 6 disk on 10k, RAID 50.After migration...
View Articlehow to rtroubleshoot hung sql server job?
This is sql server 2005(SQL server 9.0.5000). One sql server job is used to kick windows batch file.It runs hourly every day.These days, this sql server job always hungs sometime.But I don't why it...
View ArticleRecover database
Hi,Please consider the below scenario, please let me know the recover my db.Monday- 10 PM full backupTuesday- 6AM differential backupTuesday- 1PM Differential backupand transactional backup will take...
View Articlebackup to shared network folder
HiA backup script on a workgroup server stores the bak files on a network share of a server belonging to a different workgroup.Currently the SQL Server service runs under Network Service and has no...
View ArticleMSDB size
Hi All,I am running SQL Server 2008 R2 Std. MSDB has grown to a third of the size of the volume. We do hourly and nightly backups which is causing it to grow. I ran a cleanup to purge all backup...
View ArticleCheck database integrity throws 665 error when executing check database...
I have read all other cases that relate to this error and cannot get this to work. Running SQL Server 2012 sp1 on Windows server 2012 R2. Disk space and permissions are fine, but I get the error below...
View ArticleHow to copy backup files to shared drive daily with sql server 2012
Hello Friends, I have created backup database jobs in sql server 2012, step 1 takes backup for databases which is running fine. For example: BACKUP DATABASE [master] TO DISK =...
View ArticleGetting Latest Date
Hi, I have this table:ProductID|Product|EffectiveDate 1|Pencil|'2013-01-01' 2|Pencil|'2013-04-01' 3|Eraser|'2012-01-01' 4|Pen|'2014-02-01'I want to get the latest record for each of the product, with...
View ArticleMesure/Calculate IOPs in the production server?
We have production SQL Server and need to measure average IOPs so I can say to possible SAN vendors what is the minimmum IOPs for my server. - What is the calculation/measurement procedure: Can I use...
View Article