Difference between uniqueidentifier and uiquifier?
Hi,I see there is a uniqueidentifier data type when creating a new field in SQL Server Management Studio. However, another expert told me there is also a data type called uniquifier. Their names are...
View Articleselect on system views blocking issue
Hello forumI wanted your input on next issue.I have blocking between 2 processes, Proc1 is blocking Proc2 on tab1 with LCK_M_SCH_S / Sch-S conflict.proc1: truncate table tab1Proc2: select encrypted,...
View ArticleIndex Reorganize
Hi ,I want to run DBCC index reorganize on Table (on PrimaryKey-Clustered index)But before running is there any way to know that how much time it will talk?
View Articledata format for hierarchyid
Hi,I create a field with hierarchyid data type. Then try to input some data, however, when I input a digit "1" or a text "a", sql server will always complain and said the data is invalid, and it does...
View ArticleSQL SERVER lock mechanism VS Oracle lock mechanism (lock escalation)
We know SQL server uses the properly lock escalation, but Oracle Database never escalates locks.So my question is what's the benefit and disadventurecompares SQL SERVER lock escalation to "Oracle...
View ArticleRe:sillence installation on sql server question
i have install sql server 2008 at a time for 10 servers using command promptthanks & regards ,chakri
View ArticleStored Procedure Last Execution
Hi,Is there a way to tell when a Stored Procedure was last executed in SQL Server 2005?I saw a dmv that lists only the procedures that are in cache, but I wonder if is there a way to track all the...
View ArticleRestore Full backup from sql version 10.50.1617 to 10.00.5512 - Does anyone...
Restore Full backup from sql version 10.50.1617 to 10.00.5512 - Does anyone knows what to do?
View ArticleRe:Log File issue
MY database name is "ABCD" this database is suddenly go to Offline that time my Log file is i am deleting the Log file here i need a "ABCD" database Online how?thanks,Thanks, Purna
View ArticleSQL 2012 SP1 system_health security_error_ring_buffer_recorded Events
Hello,I recenlty upgraded My SQL 2005 server to SQL 2012 SP1. The system_health in Extended Events is now continuously reporting the event listed below.After upgrading to SQL 2012 SP1 I installed a...
View Articlelog_reuse_wait_desc is replication
I have a database whose log file keeps growing. I checked the sys.databases log_reuse_wait_desc column and it shows "replication" as the reason the log won't allow shinking. The problem is that there...
View ArticleKB2752511 not resolved in SQL 2012 SP1 CU1
It would appear that KB2752511 - FIX: "Arithmetic overflow error" message when you run the sys.sp_tables_info_90_rowset_64 system stored procedure on a linked server in SQL Server 2012; has not been...
View Articlecorrupt data in sys.tabels. How to fix this?
Hi,I have the following problem:In the tables sys.key_constraints and sys.default_constraints i have a few corrupted records. The records have a parent_object_id that doesn't exists anymore. So I can't...
View Articlehow to restore full and incremental databases in MS Sql server 2008
dear all we are working on MSsql server 2008. every sunday we are taking the full backup of database. everyday we are taking the differential backup. mydatabseserver is corrupted on other issue on...
View ArticleSQL data move
Hi allWish u advance Happy new year,We planned to move old data i means last year 2011-2012 data to history table.my doubt is keeping the history table in the separate database will increase...
View ArticleSQL 2000 - Error 22022: Job oXxxxxxxxxx does not exist in the job cache.
Hello Friends I had an issue with Sql 2000! The jobs isn't working! When I start a job, I had the follow message; "Error 2202: Job oXxxxxxxxxx does not exist in the job cache." I tried to restart the...
View ArticleReporting database configuration
Hi,I have following requirements-:Run reports on reporting database instead of production databaseDelete data older than 6 months from production databaseRemove data marked as deleted from production...
View ArticleColumn name or number of supplied values does not match table definition
Hi,Im using the below query to get the top long running query against all databases in my sql server. The quey works in a single database. It is alo working with Msforeachdb but when i try to insert...
View ArticleQuestion about how to resolve SQL Event ID 833 SQl Server
Hello all,I work in an environment where we get a lot of the SQL error-event id 833. SQL server has encountered a number of I\O requests taking a long time to complete. I also notice that the...
View Article