Sql Server Connection issue.
hi ,Every day i am connect to the sql server normal with out issues but to day i am trying to login getting below error message.Note: i am domain user on the server and i have full access in this...
View ArticleNeed build in function for identify user window login through MSSQL server 2014
Hi Team,I am looking for identifying window login of system using MSSQL database. I am able to identfy the PC name with HOST_NAME().Need your help.Thanks in advance.With Regards,Prakash Kumar.
View Articleschema does not exist or you do not have permission to use it SQL Server 2012
I created two schemas inside the same database by right-clicking the Security node and selecting New -> Schema. They are both owned by dbo.In SSMS new query window I am able to create tables (using...
View Articlerowmodctr not working properly in sysindexes
Hi Team,DROp Table t1 GO CREATE TABLE t1 (c1 INT, c2 INT, c3 INT); GO INSERT INTO t1 VALUES (1, 1, 1); GO CHECKPOINT GO SELECT [name], [rowmodctr] FROM sysindexes WHERE [id] = OBJECT_ID ('t1');...
View ArticlePROCESS SQL SERVER TAKING 90%+ CPU USAGE
Hello,I am using SQL Server 2008 R2 with one WPF Application on Dell Server R720(2.4GHz) with 8GB RAM. May be 30-40 Clients are connected with this Server. Everything was working perfectly but since...
View ArticleCreate Statistics and Update Statistics command--Access Path
Hi Team,When updating\creating statistics, how sql server determines optimal path/shortest pathe.g Heap table (a PK,b,c,d)2) Non clustered index BCD on (b,c ,d) 3) NCI-BD on (b,d)Want to update...
View ArticleSQL Server 2008 R2 Memory Pressure
I have a SQL Server 2008 R2 Standard (x64 bit). It has 64GB of memory, but memoryclerk_sqloptimizer consumes about 36 GB. How should I clear it and identify what cause the growth of...
View ArticleSQL Server 2014 columnstore with partitioning/indexed views bug
Hi all,This appears to be two separate bugs in SQL Server 2014, but somewhat related. I'm running the latest cumulative update (version 12.0.2342).Basically, I have a simple table that I partition and...
View ArticleTFS 2012 Database /Project Collection Restore in attached state
My Question is:I consider tfs app server failover scenario:I have backuped attached tfs collections (databases). I cant afford to detach for each backup. If app server will crash I should recover the...
View ArticleError 500022, no idea about error
I have no idea about below error:Error 500022, severity 16, state 1 was raised, but no message with that error number was found in sys.messages. If error is larger than 50000, make sure the...
View ArticleRegional settings is not effecting in SQL Server
Hi All,I made changes to the regional and language (made decimal = ,) of the windows server 2008 R2 Standard but the database still not accepting comma as a decimal point.Tried restarting the SQL...
View ArticleLoading Dotnet GUIDS in a UDT table
Hi all,I need to load large amounts of data from a Dot net app into a table in my database. I have created a UDT type of table mimicking my db table. Two of the passed field are GUIDs. I get the data...
View ArticleMS Sync Framework - SQL Change Tracking issue
Need some recommendation or suggestion on SQL Change Tracking Rention period we are using MS Synchronization framework 2.1 to synchronize the data from SQL Server to WinCe 3.5 devices ( SQL CE...
View ArticleAutomatic shrink job
Dear All,I wanted to create a job in SQL which would automatically shrink a Transactional log file or files when the transactional log backup gets to a particular size please?Thank you in advance!
View ArticleThe time has come! Step up SS DBE Gurus! Your community needs heroes like you!
TechNet Gurus... we salute you!You're awesome, and we know it!Your knowledge uploads and nifty info nuggets are our life blood at TechNet Wiki.Every awesome article that gets an award is just the...
View ArticleAre DMVs deprecated in 2014 SQL Instance?
I'm SysAdmin on a SQL Instance which is 2014 version.I'm not able to get the results for my DMVs. I'm trying to find the PLE and cache hit ratio using below queries. Its not erroring out but its not...
View ArticleIntegrity Checking Hash
I was asked about performing database integrity checking in SQL Server with either SHA1 or SHA2 hashing. Does CHECKDB perform this type of integrity check?
View ArticleSQL Server Documentation
Hello ExpertsI am new to this SQL Server Documentation process and I have been assigned to document our servers. My question is what information and specifications of the servers should be included in...
View ArticleWhat is Difference Between Count(), Scope_identity(), @@identity
Dear sir/madam.I have confusing when I am using Count(), Scope_identity(), and @@identity, these all functions have same work to return the last/ maximum value which is produced by the identity column....
View Articletuf file location
Hi Experts,Want to find out tuf file location on standalone server with no LS configured.Please help.regards,Manish
View Article