Server side trace running on 2005 version with DB on 2000 compatibility
Hi All, I have setup the Trace file in one of our Database server which is on 2005 with the filter of duration >5 seconds (5000000). but after few days i notice that it has captured only the Backup...
View ArticleGetting Started with SQL Server 2012 Express LocalDB: SQL Server installation...
Hi all,Yesterday, our Computer Team ran x64/SqlLocalDB.MSI to install SQL Server 2012 Express LocalDB in my C://Program Files/Microsoft SQL Server/110/LocalDB/Binn/ for me. This morning, I clicked on...
View ArticleTimeouts in Select Statements After Restore
We have issues with select statements timing out after a RESTORE operation. We restore a backup to a newly created database (called StagingDB). Then our application will start reading fairly small...
View ArticleOverwriting file permissions when connecting to the database MS SQL Server...
I have issue: 1. There are database files and DB.mdf DB.ldf by user Everyone; 2. Login on the server with sa. DB connect to SQL Server 2008. User Everyone rewritten to: SQLServerMSSQLUser $...
View ArticleQuestion on Online Restores.
Greetings. I'm trying to get up the learning curve on Online restores, as it's been a few years since Ive done anything like this. I'm looking at this doc, and thinking its either inaccurate, or Im...
View ArticleTransaction log shrinking
Hi all,my database is in online. do i need to keep it is offline while shrinking the log file .i tried doing it in online but its not shrinking.please reply.thanks,venkat
View Articlewhy get hash/sort warnings on 100ms statement?
The other day I was asking why I might be getting hash and sort warnings (in profiler) when the server had 20gb free, and the best answer was that maybe the stats were out of date. I have not had time...
View ArticleNeed your suggestion: Indicators to show SQL Server performance trend
hello all,I had been thinking/researching for a while but not find an perfect way, so please help.To show the result of how much SQL Server performance would be monitored/improved/tuned that we will...
View Articlenot getting result in proper format
hello everybody, i have created a query in sql,it is displaying correct results,but it is not showing result according to the format which i need as you can see for project name test_final 2,phase5...
View ArticleSQLserver 2005 standerd edition ms12-70 patch failed
Hi,We are using MS sqlserver 2005 standed edition with the build 9.00.5057We are trying to install ms 12-70 security update but it failedThe error details are below.boot log=== Verbose logging...
View ArticleWhat is the best way to access a sql server in another country using the...
I can access my sql server locally even if the main database is installed on the other computer. However, when I tried to connect it remotely in another place where the router is different, I could no...
View ArticleRe-name the server
Hi EverybodyI m going to re-name the DR (Logshipping) server.after re-name the server we have to re-start the sql server services ! My Question is re-name the server is the any effect in logshipping ?...
View ArticleMemory ISSUES In DR Server
Hi Team,We are getting memory usages 86 %.I have checked in windows task manager --> Process -- sqlserver.exe xxxuser 27,778,989 it was showing like thisCould any body please suggest me its DR...
View ArticlePartioning (job)
hello everyonei have db with 180 table ,major table is geriatric and 160 table relation to major tablelike below image imaging ,i want to insert information of all geriatric my country into Geriatric...
View ArticleQUOTED_IDENTIFIER is a parse time setting but what if there are two in the...
BOL for this setting (2005-2012) hasn't changed. It says it is a parse time setting which happens before any lines are executed.SET QUOTED_IDENTIFIER OFF; DBCC useroptions EXEC(" IF EXISTS (SELECT *...
View ArticleJob history of just 1 job missing
Hi,I have a couple of jobs on my SQL server 2005. For just 1 job, only the recent history is shown in the job history. Other jobs have the olders history.Could someone please help me with this?
View Articleafter tuning my Stored procedure is taking more time
Hi,I have a stored proc which is taking some 40 secs to give the result set. I wanted to tune the SP. So i included the actual execution plan to see if any indexes are missing. We have used few temp...
View ArticleDatabase Load balancing
Dear All,Is there any way to configure 2 instance use only Database in storage?Please advise.
View ArticleDifference between create table and alter table – upgrade process.
HiLet use this example to present my issue.I develop some application that from time to time is released to the customers. This app has database and in this db I have table Users with two columns: Id...
View ArticleWhy SQL server Database go in Offline mode ?
Hello All,Can any one please let me know why the SQl server database go in offline status.What steps should be taken if ALTER DATABASE AdventureWorksSET ONLINE is failed.
View Article