SQL Server High Performance and Product Selection
Hi Forum, Can anyone confirm the following understanding:- - Both parallel process in one instance or multiple instances (MPP), it is not In-Memory computing yet. - Parallel in one instance...
View ArticleCannot Access MDF files for Database Attachement
Hi everybody,I am having an issue in selecting a database for attachment. Within my SQL SERVER instance, I right click on DATABASES to ATTACH, I get the Attach Database dialog box. I hit the 'add'...
View ArticleSQL: Encrypt connection
Hello,I would like to know when the "Encrypt Connection" becomes active after being checked.Immediately? after restarting the SQL Serveice? after Rebooting the server?Thanks, DomSystem Center...
View ArticleHow to connect to Oracle 8i from sqlserver 2012
I have installed the oracle 64 bit client and created an ODBC data source but cannot create a linked server to the 8i database.I receive this message.Cannot initialize the data source object of OLE DB...
View ArticleSQL 2008 R2 - Does SS2K8 control what is logged into the Error Log?
Good Day to All,Mutliple SS2K8 Ent X64 environments. I force a Restore Failure and find the event logged in Error Log. When I do the same thing on another SQL Server (same config). The failure is...
View Articlerebuilding catalogs
whenever i create new user,job or course to the database and when i tyry to fetch the records i am unable to search the records,but when i rebuild the catalogs i am able to fetch the same which i was...
View Articleraiserror(@msg,0,1) with nowait isn't pushing out the messages
I'm working on a big script that will someday be a big SP, and have it spitting out status messages after each big command, the whole thing is running about 30 minutes on our larger servers. But as...
View ArticleMicrosoft SQL server error:233
I am getting this error when connecting to sql. I cant get into my databases now- its pretty ugly. "A connection was succesfulyl established with the server, but then an error occured during the login...
View ArticleDatabase Access issue
Hi team,when i loged into production sql server after we are facing bellow issue,please send answer ASAP...
View ArticleExecution Plan Caching - Zero Cost plans
Hi allI am aware that SQL Server's plan cache eviction policy is: When memory pressure is detected, all Zero-cost plans are removed from the plan cache.By zero-cost, does this mean the cost of...
View Articlewhat is TRACE FLAG
What is trace flag and how its useful for blocking and dead lock and advantages and dis advantages of trace flag?vemurudivya
View ArticleHow to configure MSSQL to save all kind of transactions in a database table?
I'm trying to automaticaly save all the transaccition occurring in my database into a single point, that could be, preferentially, a table created in a database inside the manager, just like i can do...
View ArticleFilegroups - are different backup/restore strategies possible?
Dear All,We have: Database: X FILEGROUP: PRIMARY File - Logical Name:X, File Name:x.mdf Tables: ... FILEGROUP: BIG File - Logical Name:X_big, File Name:X_big.mdf Table: LargeTable A backup...
View Articlesql profiler sqltransaction with DatabaseName null
Run a server side profiler trace since I have sleeping spids appearing occasionally on the server. noticed some SqlTransaction events where DatabaseName column shows null . Majority of the...
View ArticleHow to shrink database after deleting multiple rows in a table?
Environment: SQL Server 2008 R2 Enterprise Edition and using primary filegroup onlyDon't have enough space to create a new filegroup and move all tables/indexes to the new filegroup.Objective: Reclaim...
View ArticleCardinality estimates on a parallel join are wrong
Hello everybody,I'm having a problem with pretty simple query where the cardinality estimates seems to be off and usual methods that I knew for this kind of problem don't help.The query: SELECT...
View ArticleBackup of files failed
When I try to back up I get several errors. This time it said Backup failed. One or mor soorce disks is missing. What does that mean?
View ArticleWhat are the most common issues faced by a production dba regarding user...
Is there any website, blog or forum where all the database related issues(issues applicable to production environment only) are documented?
View ArticleSide by Side error with EventId : 33.Activation context generation failed for...
Hi Team,In my environment we have windows server 2003. In that windows SQLSERVER 2008 R2 was installed.Recently we have upgraded Windows server 2003 to Windows Server 2008 (We have done Inplace OS...
View Article