SQL 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 ArticleRecovery model
Hi,Please go through the below:http://msdn.microsoft.com/en-us/library/ms191484%28v=sql.90%29.aspxIn this link i observed that both in Bulk-logged and Simple are same. In this case which is the...
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 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 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 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 ArticleTDS buffer length too large [SQLSTATE HY000] (Message 65281)
How to resolve this?Manish
View ArticleSQL Server Missing + Renamed Files
Hello everyone,The problem is already resolved, but I just want to share it and also figure out why it happened?I ran into a very weird problem recently. The SQL server's services (MSSQLserver and...
View ArticleUnable to export the file
Hi,I have used .Net project to insert one image file into my_schema.dbo.user_master.photo_file with user_id = 4.I've got SQLState = S1000, NativeError = 0 Error = [Microsoft][SQL Server Native Client...
View ArticleDefragmentation in sql 2005
Hi,After rebuilding index still it showing same results.I have a usertable (Avg 80%) after rebuiling, it still showing 80%, Why it showing same?
View ArticleSQL Tools (SQL Management Studio)
Hi,Do we need license to install SQL Tools (SQL management studio) on client machine?Thanks
View ArticleSQL 2012 Cluster Multiple TempDBs BPA and Properties
SQL 2012 version 11.0.3000 cluster using iSCSI shared storage.Local TempDBs stored locally on each node and appear to be working fine; the correct number of tempdb files are there and are all...
View ArticleError: 701, Severity: 17, State: 123 There is insufficient system memory to...
SQL Server 2005 Enterprise build 9.0.4035 on Windows 2003 SP2, 32 bit OS and SQL. Server has 32GB RAM.We are seeing a lot of these errors pop up, primarily over the weekends during our maintenance...
View ArticleSQL Server Serverlink cofiguration on OS
Dear expert,What should be configured on each Server/OS if we'll create succesfully Server link on SQL Server?thanks for all replyRegards
View ArticleIntermitantly can't find server
We're getting intermitent issues with an MVC 4 application. The error is "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found...
View ArticleWhy there is only one record per page for the second extent?
I did the test using the following script, and I found there was two records per page for the first and third extents , but there was only one record per page for the second extent, Why ? BTW, you...
View ArticleDatabase Mail and Activation Error
Hi All, I'm having some issues getting Database Mail to work with SQL Agent Job's which is doing my fruit ! I'm configuring the server using the following script: DECLARE@DataFile...
View ArticleSQL 2005 crash dump analysis
I have 2 Server 2003 boxes that are running MSCS and serving as a SQL failover cluster. Recently SQL crashed on one node, but I cannot figure out why. I looked at the errorlog as well as the...
View ArticleClustered index on a varbinary column
Hi,I just wanted to ask if there are any consequences to using a varbinary(120) column on a table and having a clustered index on it. How does this affect inserts etc.This column is used in a checksum...
View Article