Getting the First Dataset from a Multi-Dataset Stored Procedure
I can get all the datasets with SQLCMD execution (ugly). Is there a better programmatic way? Thanks.CREATE TABLE #Space ( DB sysname, dbsize varchar(50), freespace varchar(50)); INSERT #Space EXEC...
View ArticleCannot read SQL Server 2008 database ,it is version 661. This server supports...
used to have sql 2005 then i uninstall it , and install sql 2008 now Im trying to open a visual studio project , when i want to open the DB included withi get :Timeout expired. The timeout period...
View ArticleIs SQL logon password encrypted during transmission?
Hi:If I do not turn on any encryption feature for SQL server (2000, 2005, 2008), when I logon to SQL server using a SQL logon (for example sa account), is the password transmitted through network in...
View ArticleI get an error while trying installing SQL Server 2008 R2 on Windows Server...
I get the following error while trying installing SQL Server 2008 R2 on Windows Server 2008 R2The following error has occurred: Attempted to perform an unauthorized operation. Click 'Retry' to retry...
View ArticleHow to recover a database when log file is deleted
Hi,Please I need your help.It happened that there is a friend who is new to SQL server committed a fatal mistake. He was trying to fix a problem but made a bigger one. The problem was that the log...
View ArticleSQL Server Agent Job And Database Mail - Error formatting query, probably...
We have a stored procedure that we are trying to call with a SQL Server Agent Job. The stored procedure calls Database Mail. This is SQL 2008. The execute task is simply: USE [Production] GO EXEC...
View ArticleReturns alot of rows instead of few
Hello, I am using SQL server mgmt studio 2008 r2 and I have a situation where I joined two views to get just one field where it is calculation based on conditions. I have the following sample SQL...
View ArticleFAILOVER SQL CLUSTERING
Hi all,what is the difference between isalive and lookalive in ms sql server clustering?
View Articlesql server clustering
Hi all,Hi all,what is the isalive and lookalive in ms sql server clustering?
View ArticleSQL server Conversion failed when converting date and/or time from character...
Hello i have a problem in Sql and VS C# application coding when it begin to save...this is the code i typed in c# windows applicationSqlCommand Cmd = new SqlCommand("insert into table_4 values('" +...
View ArticleTransaction context in use by another session.
Hello all,I am having this error in my system; I have SQL Server 2005 SP4 installed on a failover cluster active / passive.I DO not have or use linked server approach in my system at allMore...
View ArticleDo I need Fusion IO? How much performance gain can I get?
Hi experts, I saw a few reference sites from Fusion IO and I saw a few experts ran SQLIO and long running queries on Fusion. The result is amazing. However, some experts suggest the customers should...
View ArticleRING_BUFFER_SCHEDULER_MONITOR reporting over 100% ProcessUtilization
I am using RING_BUFFER_SCHEDULER_MONITOR to get cpu history for the server. For some reason on our new intel box (system info below) we are experiencing above 100% (in the xml below it shows 129)...
View ArticleFull-Text Search and Norwegian
I have a very strange situation with full-text search. Looks like it also causes ft queries to get stuck. Happens on both SQL Server 2008 R2 and on SQL Server 2012. Examples below can be reproduced on...
View ArticleSQL agent Job miss a schedule task
Hi all. Any body saw a problem that the schedule job not running on time. I have check the SQL Agent is started already on that time.
View ArticleInterpreting stats to consolidate SQL Server Databases
Collected stats with the help of http://www.brentozar.com/archive/2006/12/dba-101-using-perfmon-for-sql-performance-tuning/ and also collecting with data collection tool of sql server.Just want your...
View Articleopen transactions
Hi All,What is open transaction? why it will occur on database. please provide the explanationRaveendra
View ArticleSql browser locking out IP
HI,I am experiencing issue as shown in this KB http://support.microsoft.com/kb/2526552My SQLServer version is patched as seen here http://screencast.com/t/qndV52CrJiHow can I fix this ?Thanks--Jay
View ArticleTransaction context in use by another session
Hello all,I am having this error in my system; I have SQL Server 2005 SP4 installed on a failover cluster active / passive.I DO not have or use linked server approach in my system at allMore...
View ArticleProblem with HTML editor databinding
Hello there,First up thanks to all the guys who have posted great solutions to common problems which helped me out many times in the past. Now I have got a problem of my own. I am using this third...
View Article