Filegroup can't be removed
I got the following error when i try to remove the filegroups. I have remove all the files before running removing filegroups script, but still met the error.Msg 5042, Level 16, State 12, Line 1 The...
View Articlesp_send_dbmail remote file access
I have found similar posts to my problem but so far no answers...according to BOL"Database Mail uses the Microsoft Windows security context of the current user to control access to files. Therefore,...
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 ArticleSQL SERVER 2012 , fails when try to execute sp_rename from Native Client 11.0...
I have an application which uses native client 10.0 and we are trying to support SQL server 2012 also. But with native client 11.0 for x86 , everything works fine except when the routine send the...
View ArticleSQL Server 2014 CTP on a desktop/laptop?
Looks like the above option is not possible. Could you confirm?mysorian
View ArticleCan you restore logs from a SQL Server 2008 R2 Enterprise database to a SQL...
Hi, Can you restore logs from a SQL Server 2008 R2 Enterprise database to a SQL Server 2008 R2 Standard database?ThanksPam
View ArticleDiagnosing Blocking issues using Blocked Process report
I have an application that is going down as a result of timeouts. During these times we see a massive spike in response times from the database that holds ASP session state. In an effort to to...
View Articleproblems with sys.dm_db_missing_index_group_stats
I have been playing with the dmvs and ran a couple of queries where i knew there were no indexes. I found data in sys.dm_db_missing_index_details, but there was no data in the view...
View ArticleSQL Server 2012
Hi All,I'm hoping I am posting this to the right group and if not, then please excuse me :0)...I just had someone ask me about certification material for 2012 (i.e., transcenders etc.)I always did good...
View ArticleVirtual memory page file
This is a VM.I have a Windows Server 2008R2 with 256GB of ram. Sql server 2012. Max memory 242GB. The OS is set to Automatically manage paging file size for all drives. The No paging file seems to be...
View ArticleMonitoring Disk Space Using an Alert - Part 2
I have my alert working with the following code:SELECT * FROM __InstanceModificationEvent WITHIN 300 WHERE TargetInstance ISA 'Win32_LogicalDisk' AND TargetInstance.FreeSpace < 3221225472 AND...
View ArticleDeprecation of Trace -T272
Anyone knows if trace flag -T272 is going to be deprecated? I am using it to avoid the jumping of identity value in SQL 2012...
View ArticleBACKUPIO and BACKUPBUFFER wait types question
Hi All,Im checking wait stats on a SQL 2008 Standard server, and the top wait types are BACKUPIO and BACKUPBUFFER (24 and 23% respectively). I am backing up about 30GB to a network share and it takes...
View ArticleHow to get which sql forcing tempdb data file growth?
our tempdb has a huge data file.i want to find which sql focing the file growth.any help is appreciated.If you haven't all the things you want,be grateful for the things you don't have that you didn't...
View Articlecommunication problem
I have problems with communication between a program inserting /updating data in an MS SQL-database.The updating app. is programmed in SAS and runs every night on a Windows XP as a batch program. The...
View ArticleSql server 2008R2 throws a erro while attachin databse.
TITLE: Microsoft SQL Server Management Studio ------------------------------ Attach database failed for Server 'ADV10602'. (Microsoft.SqlServer.Smo) For help, click:...
View ArticleScript to determine proper Fill Factor
I know there isn't any scripts that are perfect but is there any scripts that analyze your index fill factor and makes suggestions of what they should be?Alan
View ArticleSql server Not Accessable remotly (via internet)
i have gone through many tutorials and all the stuff on internet.what i have done so far1) sql server browers service is running (Local nd network )2) TCP enabled , 1433 port is on3)firewall settings...
View Articledatabase corrupt
Hi all,what the reason database is goes in suspect mode..?what the reason database is corrupted?how can i resolve this issues?
View Article