SQL Portuguese Desktop Application on Polish Windows 7 Professional
Hi, I have a problem with one application in Portuguese installed on a Polish Windows 7 Professional. When I select any table, the fields doesn’t show up with the correct codepage. The database has the...
View ArticleHow to find current statement start time.
If a batch which consists of multiple statements is being executed I can find out the start time for the batch from exec_requests (SELECT start_time FROM sys.dm_exec_requests WHERE session_id = @SPID)...
View Article"resource_address" column in sys.dm_os_waiting_tasks. How to identify the...
Gents, Running SQL Server 2005 and identified a significant of WAITS on a latch (LATCH_EX).I'm trying to identify on which "resource" exactly the latch is being held. The [resource_description] only...
View ArticleJobs logged in the "Job Activity Monitor" but not in the "View History"
SQL Server 2005 Enterprise Ed,Hi guys,I have the following issue:There are some jobs running successfully. The execution is reported in the "Job Activity Monitor" highlighting the "Last execution" and...
View ArticleSQL Scrip to recreate a Database
I have a database that has grown to 200GB (due to many drop/create table statements, many delete/append data queries, etc.). Is there a way that I can create a script to recreate the database as a new...
View ArticleFull Text Search Populate Status - Processing notifications
Hi,I have a databse which is full text enabled. The SQL version is 2008 R2. There is one table in the database and that table has a varbinary(max) field which is full text indexed. The database size is...
View ArticleLogging in SQL server Logs.
In one of our production environment, we have observed applicaiton timing out. these time outs occur between 6:30 AM to 7:00 AM. As a result, server restart has to be done. Before restart, the resource...
View Articlewhy does PLE ever go down when we still have untouched RAM?
We upgraded the server last weekend from 12gb to 32gb.Part of the reason was low PLE numbers.So now the target pages number has gone up - but only to about 10gb. Well OK, maybe we have more RAM than...
View ArticleWhere Backup Failed history get stored in system databases??
Is there any tables in msdb db or in other system db where backup failed history get logged except error log.I am using SQL Server 2008 R2.
View ArticleDatabase Mail error - Whitespace is not allowed at this location.
database mail is giving below error1) Exception Information =================== Exception Type: Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseException Message: The read on the database...
View Articledoes Max Server Memory Setting has an effect on the execution plan - and how?
Hi,we face some strange execution plan changes while upgrading the server hardware.SQL Server Version: Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64) Jun 28 2012 08:36:30 Copyright (c)...
View ArticleRe:Backup and Restore...
hi ,,i have Standard edition backup file ..i can possible to restore in Enterprise edition .. andi have Enterprise edition backup file ..i can possible to restore in Standard...
View ArticleData discrepancy in SQL server 2012 RTM (version 11.0.2100)
Hello All,I am using a Server where SQL Server 2012 RTM (11.0.2100).I have a table(ABC) having columns 44 which contains 299 million records. There is column store index present on that table which...
View ArticleOccasional deadlock when deleting rows from table 1 and inserting rows into...
Hi,I am getting a deadlock in SQL Server. I have attached the deadlock report from the SQL Server error log below:deadlock-listdeadlock victim=process3ff644cf8 process-list process...
View ArticleCant resolve Deadlock
hey, i got a deadlock problems which im trying to solve for a few days now i got this update command on a simple table :"UPDATE [{0}] SET [IMEI]=@IMEI, [IMSI]=@IMSI, [Version]=@Version,...
View ArticleTrigger for High privileage users
Hi Team,I am in a Process of creating Database and server level Auditing, so requirement is we need Aduit High Privileage users activities and same them to a table? Do we have any triggers scripts for...
View ArticleRe:Backup Issues
i have 2 servers1st server ip is 0.0.0.98 this server having C,D Drives only.2nd server ip is 0.0.0.99 this server having C,D,E Drives ..i am log in to 0.0.0.99 server tire to take the backup through...
View ArticleSQL 2000 export logins and database role mapping
hi allI am going to migrate logins from SQL 2000 to sql 2008are there any script that I can script out the login,database users, and database role mapping?thanks
View ArticleIs io stalls on sys.dm_io_virtual_file_stats as bad thing?
I am confused by this counter. It says I have a high percentage of IO stalls. What does this mean? It seems to me that this is the ratio of reads/writes in a database file compared to all the database...
View ArticleSQL Server 2012 Management Studio: I cannot create a SQL Server Express...
Hi all,I have SQL Server 2012 Express installed in my "Windows 7" PC that is part of Windows System in our Computer Network System. In the SQL Server 2012 Management Studio (SSMS 2012) of my SQL Server...
View Article