Sql Server login failure error: 18456 with Windows account and sa account
Hi All,I am using Win 2008 R2,SQL Server 2008R2When i try to connect to SQL Server i am getting error 18456. Previously i have installed Active Directory and immediatly i haved un installed it. After...
View ArticleUnable to connect
Hi,Within the 2008 server called "WIN2008DC", I see all of the services of instance "MSSQLSERVER" are started there but when I try to connect to thisWIN2008DC\MSSQLSERVERI've got thisTITLE: Connect to...
View ArticleFinding out which #tables in temporary db belong to which session_id?
Is it possible to finding out which #tables in temporary db belong to which session_id.I would like to link the name of the temp objects (#temp tables, ##temp tables, and...
View ArticleSum function returning incorrect results
I have a table of values that is being summed using SQL server 2005 that is returning an incorrect value and I can't figure out why. I have enclosed the raw values and the total should be 30869.025...
View ArticleSQL Slowness
I am getting periodic SQL performance slowness, wait times. I ran the following query as I noticed some "PageIOLatch_ex" in the activity monitor. Does this mean I have a memory botttlenec or disk I/O...
View ArticleDdatabase performance for ecommerce solution
Hi friends When design database for ecommerce solution , we should performe correct normalization?For example grid: we have two type of customer ....> 1.supplier 2.customer For users , we can...
View Articleback up settings is not working.
i am 69 years young and only had a laptop for about two years and now i find this page " i think that is what you call it" i am in wounder of the young lads and lasses that can do all these things, and...
View ArticleUnable to Send mail using Database Mail feature SQL Server 2008 R2
Hello,Fellow DBA's...I have been trying to configure Database Mail on SQL Server 2008 R2 but I am betting below error. I am able to send Mail by connecting to my Mail server using Telnet but no...
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 ArticleSQL Server Performance - Schedule Job
Hello,I am not a sql professional and I hope somebody can help me regardless.I have implement at our application server (Team Foundation Server) a schedule job, who write’s the time for one complete...
View ArticleBULK INSERT in SQL Server 2012 on Windows 2012 Keepings File Locked for...
Hi,We have a .NET Framework 2.0 app that uses ADO.NET to issue a BULK INSERT command from a text file into SQL Server 2012 database table. After the insert finishes, the app deletes the file that was...
View ArticleSQL Server uptime, Database uptime ?
Is there a way, preferably with T-SQL, to query how long the SQL Server service has been running?Also how long a particular database has been running (i.e. when it was last set online)?I'm hoping for...
View ArticleSQL Error
Can someone please give me any thoughts on the error I have below. Thanks.Event Viewer The SQL Server (***) service terminated with service-specific error %%-2146885628.Error Log:2013-01-08...
View ArticleMerge command increase tempdb size sql server 2008R2
Hi,I am using the merge command for inserting and updating the bulk record, When this merge command is running the tempdb increase 25 mB to 40 GB, how can prevent this problem.Please let me know as...
View ArticleDatabase Mail from Insert Trigger.
Hi all,The Configuration:SQL Server 2005, ASPX Web Application, IIS6, ASP Framework 4.0, VisualSudio 2010 VB.The task:Send an email from Insert trigger. The data inserted from aspx web page.Problem:I...
View ArticleStandard and workgroup edition problem
Hi Experts,We need to install MSSQL SERVER 2008 and set up the replication. In that we have provided with a sql server standard edition and one as a work-group edition. Can any one tell which one to...
View Articlesys.dm_db_index_usage_stats - Scans more than Seeks
I am analyzing work load to find indexes stats like seeks and scans using sys.dm_db_index_usage_stats. One index i found asIndex_id = 1; user_seeks = 0; user_scans = 8; Does that infer key used for...
View Articletable taking 50% more space than it should
Hi All,I have a table with 1.4 billion rowsin - it is a many to many - and I have been carrying out some work before christmas towards partitioning it.the length of the row is only 33 bytes, however...
View Article[139] AutoRestart: Attempting to restart the MSSQLSERVER service (attempt #1)...
hi,i got the above msg....in 2008R2 server please help me regards venkat
View ArticlePartition split question
I've recently inherited a database that has a very large table partitioned by month(each in its own filegroup). Unfortunately, new partitions have not been added, so the last partition has grown very...
View Article