how to avoid ix and u lock on delete and share lock on select in sql server
Hi i have sql server 2008 developer edition i am deleting record 20000. and reading record with no-lock in same table. i got this type of message for delete transaction and select transaction delete...
View ArticleAny one knows urls about sql server (2008r2/2012/2014) most recent kbs or...
Hi,Does any one knows urls or blogs or rss that collect sql server (2008r2/2012/2014) most recent kbs or hotfix?Windows 2008 R2 is also.Many thanks.
View ArticleConditional Foregin Key constraint
I am trying to implement a check constraint (since Conditional Foreign keys are not possible).In my table, column REFDCD should either be blank or should be found in the Primary Key (DLR_CODE) of the...
View Articleerror 1069: The service did not start due to logon problems
The local sql server that was working fine earlier does not start now. I have already created tables and accessed them using stored procedures.I get an error 1069: The service did not start due to...
View ArticleLicencing SQL Server Per Core on Multiple Nodes with different CPU per Host
Greetings, I would like to know what kind of licencing I should do in this architecture:Cluster with 4 NodesNode 1: 12 Cores;Node 2: 12 Cores;Node 3: 16 Cores;Node 4: 16 Cores;Having 4 Instances...
View ArticleSQL Server Query Plan Generation take longer
Dear all,We are dealing with a wired issue where queries on there first execution take approx 1 min to 2 mins to execute and later execution completes in less than a second,Can you please help us...
View Articlesys.dm_db_stats_properties returns empty rowset for some statistics?
I am looking at the new dynamic management function sys.dm_db_stats_properties.http://msdn.microsoft.com/en-us/library/jj553546.aspxI have found that for some tables and statistics it is returning an...
View Articlemssqlserver 2014 backup to disk crashing host on windows 2012R2
Setting up updated mssqlserver host ( older dell R710 ) with windows 2012R2 std and SQL server 2012 Std edition with 96 gb Ram.SQLserver is allocated 64 GB ram.Our user database sizes are 650 Gb and...
View ArticleGetting Patch\fix info from SQL server
Hi, Is there a way we could get the list of (GDE or QFE) fixes and details like when that was applied to sql server. ThanksMurali AMli.a | Mark the answers if it helps to solve your problem |
View ArticleProblem Copy big Table sqlserver 2012
Hi Friends,Its 4th day I am trying to copy table having 7 million record with text field into same database (sqlserver 2012) , but fail although I am using blade server with 256 Gb memory and...
View ArticleRecover all sql logins information from crashed sql server(have master db...
sql server crashed and we built another new server and tried to recover all sql logins from old server. only option is we have backup of all system database.how to recover sql server logins and...
View Articlequestion
The space on the drive1 where the primary data file of the database is located is running out of space, and also on the drive1 master db is located, so we did the following as our sys admin team were...
View Articlepartitioning
Hi Experts,I want to do partitioning for my databases ,please clear my doubts:-1.I have one SAN its (1 TB ) for 3 databases means A,B and C databases and i have distribute 1 TB to multiple logical...
View ArticleSql Server Jobs
Hello Experts-I have a query that mergers data from server1(2008r2) with server2(2012) and updates some data. It uses two different databases in both server, I used to run this manually whenever...
View Articleshrink database
is shrink database normally used, because I hear it can cause index fragmentation and bad performance?or is shrinking primarily used for tran log with shrinkfile?and if database has anyway grown too...
View Articlesql quiry
query = "SELECT DISTINCT number FROM tableName "; con.Open(); SqlDataAdapter da = new SqlDataAdapter(query, con); DataSet ds = new DataSet();...
View ArticleJobs on passive side of mirror
Hello,Have a problem I can't seem to find a definitive answer. we have 2 SQL servers, 1 is the primary the other is a passive mirror. Both have about 20 jobs running in agent, each which fire stored...
View ArticleSQLSERVER 2012 IDENTITY COLUMN
Hi Friends,I want to convert exiting column of table having int datatype into identity column without update existing value in the column, or any alternative way available.thank you.regards, asad
View Articlewhat is the ‘error:9643 severity 16,state 3’
This database is done image (no witness), the main database log error.Some time ago to have a error:9642 look at the saying is' database mirroring endpoint error in transmissionconnection ', the error...
View Articlesqlserver installation questions
I am installing a sqlserver instance.in 'server configuration' -> 'service accounts' drop box it shows nt authority\system and nt authority\network service.instead of these accounts I tried to...
View Article