How to Resent identity values when one of the record is deleted ?
Hi,I had set a identity to column (s.no) of Table and inserted values into a table . when some of records are deleted Here serial number 1003,1004 is missing in this table . so, i want to reset...
View ArticleSQL Server 2012 Developer Edition will not install. Setup files don't even...
SQL Server 2012 Developer Edition will not install. Setup files don't even get copied completely. Win 8.1. ACT instance is loaded & can't be deleted. From log file: Error: Action...
View ArticleThe log file for database 'tempdb' is full. Back up the transaction log for...
tempdbDatabase_size 891.44Unallocated space 871.27 MBreserved data index_size unused552kb 160kb 304kb 88kbMy hard disk size 32 GB free and it is in SIMPLE...
View ArticleDatabase not getting renamed everywhere
Hello all, Im trying to rename a database from which a program of mine accesses. Ive done this a numer of ways, in the SSMS interface, issueing the rename command , detaching and attaching with a new...
View ArticleHow to join each row with other in the same table without repeating, please help
Hi,I have a table say Adjustment having following dataEmp_Id Adjustment_id Date1000101 1000300 2014-02-12...
View ArticleStrange results from sys.partitions system view
There is a strange problem on some of new upgraded sql server 2012 servers,for example:use testDB go select partition_id,object_id,index_id,partition_number,rows from sys.partitions where object_id =...
View Articletrace flag (-T,-t)
hi,sql server trace flag T(T cap) and t( t small) is there any different in T and t.
View ArticleLog backup size information based on database recovery model.
We have two databases those two databases each database size 700 Gb, 1<sup>st</sup> database is full recovery model and 2<sup>nd</sup> database bulk-logged recovery...
View ArticleDatabase Restoring (SQL 2008 R2)
HiI am trying to restore a database in SQL 2008 R2 and I am what I am getting instead is an error message that reads, "Too many backup devices specified for backup or restore; only 64 are allowed....
View ArticleSymmetric Key
Hi All.is it possible we can deny 'dbo' of a database to drop an symmetric key ?
View ArticleScript that will help validate if there is any data loss after a DB restore
Hi,I need to write a single script that will perform the following operations:1)return me the highy accessed tables across all databases.2)List the count, Min and Max system date of the highy accessed...
View Articlewhy SQL Server 2012 still needs the "Stolen Server Memory (KB)"
http://blogs.msdn.com/b/sqlosteam/archive/2012/07/11/memory-manager-surface-area-changes-in-sql-server-2012.aspxfrom above URL, we can notice the SQL 2012 still use the conception "Stolen Server Memory...
View ArticleServer Account change best way
hi , we need to change the sql server service account,which way is the best like...1) services.msc2) sql server configuration manger.or if there is any other way is there.Note: sql server point of view...
View ArticleLog Shipping
I've question regarding Log Shipping. Is it possible to set up Log Shipping between SQL Server 2005 Standard edition 2012 Enterprise edition? Thank you...
View ArticleDifferent PLE's on different numa nodes
We are running 2 node Availaibility Group FC servers with 3 numa nodes. On our Prod servers the PLE's differ from node to node on the Primary node yet and are the same on the Secondary node yet on our...
View ArticleFilestream Partitioning across multiple drives
I have a SQL 2008 R2 ENT database with the single [PRIMARY] filegroup, and a single FilestreamGroup. The filestream has millions of records, cannot be restored, and is about to exceed the drive space...
View Articleinvalid column name 'xml_index_type'
Hi, I'm not sure when this started happening but today, none of us using SSMS 2012 connected to SQL server 2012 SP1 were able to script any objects. we are presented with the messageFailed to retrieve...
View ArticleBackup of Transaction Log shrinks the data file also
When I use the script below to create a backup of the transaction log it appears to 'shrink' the data file as well; is this expected behavior or is there something else going on (am I losing data)?...
View ArticleResolving SQL 2008 Network Name Service Event 1207 on Windows 2003 cluster
Because the only documentation I've found regarding this error applies to Windows 2008, I figured I'd post this up in hopes it'll help someone else in the future. If you ever run into the following...
View Article