sql server error
390603 : Failure during SQL operation to the database : The statement has been terminated.Cannot insert the value NULL into column 'C7', table 'ARSystem.dbo.T606'; column does not allow nulls. UPDATE...
View ArticleServices that can be disabled on SQL servers
Hi All, I have two servers (with 1 SQL instance each) and 1 SSRS server. I think, the below services are not needed on any SQL servers and would like to DISABLE them: HTTP SSL - DISABLE IIS Admin...
View ArticleData Compression over Linked Server Connections - SQL SErver 2012 Enterprise...
Hi,I am attempting to find out the impact of SQL Server Enterprise Edition data compression on the amount of data transferred across a linked server connection.I found a good article summarising SQL...
View ArticleMDB-05053
Hi We are doing SAP installation, during intallation we are getting below error"MDB-05053 Errors when executing sql command: [Microsoft][ODBC SQL Server Driver][SQL Server]"FASTFIRSTROW" is not a...
View ArticleProblem about MSSQL 12
hi,I have Install MSSQL Server 2012 on my PC. I want to import .bak file. but I fail to do this.1) when I try to register new Server in MSSQL server management Studio showing me 'Error :40 Could not...
View ArticleMap Drive in SQL agent Job
Hi All . I am trying to do the followingexec xp_cmdshell 'net use \\192.168.0.1\sharing2' exec xp_cmdshell 'copy F:\test.txt \\192.168.0.1\sharing2\' exec xp_cmdshell 'net use \\192.168.0.1\sharing2...
View ArticleKB#958745
Hi, How to check that KB#958745 issue resolved in SP3 of SQL Server 2008.FIX: Error message when you try to run or preview a very large report in Microsoft SQL Server 2008 Reporting Services:...
View ArticleRestore Transaction log backups
Hi,I Have 200 transaction log backups and i want to restore all at once. But i can restore one at a time.is there any way to do that.
View Articlesqlprofiler on table with no indexes
Hello Forum Members,Can you please advise me on this:I have a table with huge data. This table doesn't have an index, so running a query on this is taking more than an hour and half and sometimes...
View ArticleSQL Server 2005 sp4, Insufficient system memory to run this query
Hi friends,My sql server 2005 has been encountering a problem for quite some time.It keeps printing "Insufficient system memory to run this query".This happens every 11 days. Four server programs are...
View ArticleBEST MAINTENANCE PLAN
I have a query in the creation of my Sqlserver Maintenance Plan: to create my plan to take full backup, differential and transaction log. All these are due to expire at the same day, for example at 7...
View ArticleSQL Profiler Duration Column
The profler shows a certain Duration for a stored procedure, called from a remote client, of say 55 seconds. If I copy the SP call from the Profiler and paste it into SSMS, the exection time is 1...
View ArticleQuery taking double the time from a client machine
We have part of the application always failing from a very long running query. We were able to extract a sample SQL to simulate the operation of that query and have found the following .. (this query...
View Articlesql srver 2008 cdc vs replication
for a disaster recovery solution which requires simple recovery model in sql 2008,which may require one source multiple targets also facilitating Change managemnt ,what are the pros cons of relication...
View ArticleSQL Server 2008 - Saving BLOB files - Which is better for 100kb files? -...
Hi All,I am using SQL Server 2008 R2 as a backend tool in one of my application. I want to save 100kb files in database.I found two approaches for this:1) Using varbinary(max) with Filestream2) Using...
View ArticleAttach database failed for Server
TITLE: Microsoft SQL Server Management Studio ------------------------------ Attach database failed for Server 'EVEREST-LAPPY\SQLEXPRESS'. (Microsoft.SqlServer.Smo) For help, click:...
View ArticleHow to see reports of disk usage and others of old date data in MDW?
How to see reports of disk usage and others of old date data in MDW?Thanks
View ArticleSQL Server "Autogrow"for LDF files.
I have installed "Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64)"there are few .LDF files which is goring too much almost"17 to 18 GB". these database are"file-stream enabled" is there is any...
View ArticleInconsistent metadata in tempdb
I am periodically receiving the following error message in SQL Server 2012 Standard SP1: "No catalog entry found for partition ID 4683802261943549952 in database 2. The metadata is inconsistent. Run...
View ArticleAre there any negative affects with: SET NOCOUNT ON
http://technet.microsoft.com/en-us/library/ms189837.aspxI wanted to ask if anyone has experienced issues turning on (SET NOCOUNT) in their environment. Plan would be to use it in stored procedures,...
View Article