Exchanging data between databases fails in scheduled jobs
In a environment where multiple servers running SQL-Server 2005 support various databases i have to exchanga data and results between two databases running on different servers. The transact-sql...
View ArticleSQL Server 2012 - Bulk-logged recovery mode with online clustered index rebuilds
Currently using SQL Server 2012The online clustered index rebuld requires an enormous amount of transaction log space depending on size of the table when the database recovery mode is set to "Full"....
View ArticleMaximum memory setting on database instance
In reference to the database server properties -> Memory -> Maximum server memory (in MB).The context is I have two SQL Server instances (one for SharePoint and for data), as well as SharePoint,...
View ArticleHow to instal oracle provider in sql server 2012
I have installed the oracle client and successfully created an ODBC connection to the oracle database but when I go tocreate a linked server there is no oracle provider available. How can I install the...
View ArticleDBCC CHECKDB Performance
Hello,We have built a new virtual server to replace an old physical server to host one of our databases (still running SQL Server 2005 SP4 Standard however). When I have run a DBCC CHECKDB command on...
View Articlepartial view server state via sp and execute as?
Hi all,A user requested to be able to select from sys.dm_db_missing_index_details and sys.dm_db_index_usage_stats. To select this two dynamic sp the user would require permission VIEW SERVER STATE....
View Articlehow snapshot backups works
Hi,I'm trying to find how snapshot backups works.I know that custom backup applications can connect to sql server through VDI API and send a backup instruction with the "with snapshot" parameter to...
View ArticleLinked server to access error
I created a linked server form SQL 2008 to a accesss database.I can show the content of some of the tables in the access database.But when I try to open some other tables in the same access table it...
View ArticleSQL 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 ArticleFileTable folder on a SQL cluster
HiI have a couple of questions about FiletableWhen I run below query against my filetable I get nothing. and I believe I should get a Path. right?select file_stream.GetFileNamespacePath()from MyFTable...
View ArticleDatabase diagram support objects cannot be installed...
I can't make a diagram on our server(Win2003 x64,SQL 2005 Enterprise x64 sp2 3054).I have tried to login as an admin and create a new db, but get the same message - 'Database diagram support objects...
View ArticleDatabase Access issue
Hi team,when i loged into production sql server after we are facing bellow issue,please send answer ASAP...
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 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 Article