SQL SERVER 2008 Database went into recovery mode and Change tracking is...
Not sure if this is the correct forum but here goes.Good Day All,My name is Julian and I am a dba. Recently we had an issue on our reporting server that required us to bounce the sql server services....
View Articlehow to find the sql server database file partitioning
hi,in my prod server one of the db having 10 files like .mdf,.ldf,.ndf,.txt,.image,.index.....here how to find the db level file partitioning
View Articlesp_execute sql calling stored procedure fails during insert to table but...
I have a 3rd party system that uses sp_executesql under the covers (figured that out with profiler). I have a procedure that works fine when calling it directly in SSMS, but when I call it via the...
View ArticleSQL Server 2005
The "Model" database in my SQL 2005 server displays a message saying it is not accessible. I feel this is the reason my backups (Symantec Backup Exec) have failed and now my BEDB for backups is now...
View ArticleSetting up credentials & proxy to run SSIS package from job step - do the...
I created a new SQL login for a specific domain account. This acocunt will be used to run a job. So Im following along withthis msdn article (2005) and Im curious about the credentials step. Is the...
View ArticleVisual Studio 2013 install breaks SQL Server applications
This morning, I installed Visual Studio 2013 and after doing so, a legacy application which has been running on our systems for years has started receiving errors. The application is written in VB 2010...
View ArticleIn SSMS can I add a DB user to the SQLAgentUserRole role?
I need to assign a specific owner to a job. I created a new login and assigned it to be the owner of the job. When I run the job Non-SysAdmins have been denied permission to run DTS Execution job...
View Articleimporting pipe delimited files without creating tables
Hi,i am looking to import about 40 pipe delimited files, each will have 5 or 6 columns, i dont want to create 40 tables and 200 fields, is there way to import the files without first specifying the...
View ArticleRBS on SQL 2012
Hi,we are looking for a way to store users file on remote storage and have it all indexed in SQL using filestream.The first option that we've tried is to use filestream with file table, however, the...
View ArticleSQL Server 2005 and MSDTC use
Hi All, We have MSDTC installed as a Clustered resource in SQL Server 2005 environment. I know MSDTC is used for cross-database and distributed transactions.I wanted to know: 1. Even if there are no...
View ArticleDEFAULT instance_name not showing in dm_os_performance_counters
We have some servers in our environment where we cannot get accurate data fromdm_os_performance_counters. These servers are physical servers with multiple named instances and no default instance....
View Articleslow query
I have 2 identical database, replicated. the table structure, indexes, text indexes, and data are identical. both servers are running the same exact version of sql server Microsoft SQL Server 2008...
View ArticleTransaction Log Reuse
Hi~ My databases are in simple mode. And I find those log are very large about 50GB.how can I know when their log are reusing ? or it will keep growing?thats strange everytime I shink it,i grows to a...
View ArticleMigration Prerequisites from 2008 to 2012 sql server
hi,what are the Prerequisites for migration from sql server 2008 to sql server 2012 server, and what are steps i can follow here.
View ArticleSQL server job failed.
Hi all,I am calling a store procedure through my job. (This store procedure again calls below given three stored procedure) EXEC [DMReportingNew].[dbo].Load_DMReport;Exec...
View ArticleOracle linked slow perfomance
Hi guys, I beg the moderator to move in another forum if this is not the suitable.The issue: I got a SQL 2008r2 with an Oracle db linked. The connection is ok. I can retrieve data. Th eproblem is that...
View ArticleSQL 2008 R2 Common Criteria Scripts
SQL 2008 R2 supports "Common Criteria". However, it states you must run a script to fully enable it. All the links to the scripts fail.http://msdn.microsoft.com/en-us/library/bb153837.aspx Does...
View ArticleOptimization
Hello Sirs:I’m longing for the days of the SQL Server 6.x when the Execution Plans were very readable and the Query Hints were taken as written. When the optimizer had problems with a complicated...
View ArticleAutogrow of file 'templog'
Hi'Autogrow of file 'templog' in database 'tempdb' took 142094 milliseconds. Consider using ALTER DATABASE to set a smaller FILEGROWTH for this file.what is the Root clause analysis and how to...
View ArticleCapacity planning for sqlserver?
How can we partition drive space for Data.Log and TempDB files?Is there any formaule used to calculate the drive space allocations?Thanks,Ron.
View Article