sp_rename - ERROR
Hi Folks,I tried to rename a column using 'sp_rename' procedure throwing the following error. USE MyDB;GOEXEC sp_rename @objname ='Schema_Name.Table_Name.Old_Column_Name', @newname = 'New_Column_Name',...
View ArticleNeed details of SQL Sever license
Hi,We have License of SQL Server Standard Edition as followsMicrosoft®SQLSvrStandardCore Sngl License/SoftwareAssurancePack OLP 2Licenses NoLevel CoreLic QualifiedPlease guide me on meaning...
View ArticleDatabase Mirroring SQL Server 2014 Standard.
Hi ALL, I already setup a mirroring between two instances running on top of windows 2012 R2.It is setup in high safety with automatic failover.What i want is to know if i have an application that...
View ArticleSQL Server 2014 BPA?
Is there a Best Practices Analyzer for SQL Server 2014? We are moving from SQL Server 2008 R2 to SQL Server 2014 in the near future. I would like to run the BPA on the 2014 installs if...
View ArticleAutomatic Soft NUMA partitioning with 2014 SP2
I noticed that one of the major changes with SP2 is that with trace flag 8079 you can turn on Automatic Soft NUMA:[quote]will interrogate the hardware layout and automatically configure Soft NUMA on...
View ArticleTempdb datafiles is getting full and not able shrink
few days back we have moved to 2014 from 2012 server and we kept the same settings as earlier like we are using 8 datafiles in Tempdb for better performance and all placed in single drive.As this is...
View ArticleA problem of concurrency on a small table
Hi all,i have a problem on an application.Details:Table AAA, about 500 records, not growingMany users (about 100) make a read from this table, many times (about 120 times for minute)Others users write...
View ArticleService Pack Updates for SQL 2012(Denali)
Greetings Everyone!We have a production server running with RTM, no service pack applied, the environment is setup in cluster as one node active and other as passive.Now current SP for SQL 2012 is...
View Articlequestion on indexes
If we have a fill factor of 100 and a table is hit with heavy inserts and deletes. How the new data gets inserted? Does the data removed from the pages which might be half filled get used by the new...
View ArticleQuestion about concurrency/consistency & UNDO
I'm trying to get my head around how SQL Server handles the above. I understand that undo is held in the transaction log, but I'm just trying to figure out how the following scenario is handled:We have...
View ArticleExecute Proc at Startup Question
We are having an issue with our SQL 2014 server where the Linked Server to our AS400 does not connect after a restart. Apparently this is some quirky bug that can be fixed by running the...
View ArticleFile in Use
Hi Experts,Found this error in SQL log and Windows Event Viewer.SQLServerLogMgr::LogWriter: Operating system error 170(The requested resource is in use.) encountered.The log for database 'tempdb' is...
View ArticleSQL Server 2014 Alwayson
Hi Guys, Need your expert advise on 2 node alwayson.For async mode, understand that there will be potential data loss. Reason is because transacations commited at primary site may not been replicated...
View ArticleDevice not exist\Corruption?
Hi,Got the below error in Windows logThesystemfailedtoflushdatatothetransactionlog.CorruptionmayoccurinVolumeId:Q:,DeviceName: \Device\HarddiskVolume108.(Adevicewhichdoesnotexistwasspecified.)
View ArticleAllocation and Consistency Errors
Hi all! I am not a DBA per se, but I do have enough experience with SQL to get assigned tickets in my organization concerning corrupt databases apparently.. :w00t:We have a developer that submitted a...
View ArticleCovering indexes in joins
Hi Guys,I have a question about using covering indexes within joins. If I use 1 column in a covering index and use it in a joins, I get a scan within my query plan.Should I include all the columns in...
View ArticleBackup Question !!
I have 40 SQL servers, (mostly standard SQL servers 2008,2012) and SQL express (Free).Each of this 40 SQL server has multiple databases and each databases are backed up every night on SAN drive.What i...
View Articlengen.exe crash multiple time during install
Hi, I am running install of SQL 2014 on Win2008R2 ENT with SP1 during install I get multiple windows "pop up" application cause error... with option close or debug I copied details of errors Problem...
View ArticleUsers and Passwd after Failover.
Good Morning,I want to execute an store procedure on master before an automatic fail-over take place on the mirrored databaseThe script is dbo.sp_help_revlogin for non autenticated users after...
View Article