Adding a linked server with alias
I have to add a linked server now with an alias and with NT authentication. I got below code from a blog - I have few questions here, In general tab, Is that sql_server mandatory or can we give any...
View Articleunable to see sql server job history
I am unable to check old history in sql server jobs. I have set limit size of job history. but it will show the old history.
View ArticlePerformance issues after upgrading to 2014
Hello,We upgraded a dev database from sql server 2012 sp2 to 2014 (o/s is Windows 2008r2 sp1). We are seeing bazillions of recompiles which kill our memory, and the related semaphore waits....
View ArticleOffline Fulltext Catalog - how to remove from sys.database_files
Hi,I have inherited a few SQL servers with a number of databases all exhibiting the same problem. They all had a missing Fulltext Catalog file which was causing errors on backup.I sorted most of them...
View ArticleC# data objects and SQL server
HiMy requirement is to store custom formatted flat files in to SQL server, so that these files can be searched for certain criteria. Application should be developed in C#. What is the best way to do...
View ArticleSQL Server error
Hi I'm not sure if I'm in the correct sub-forum since there were no choices for errors or application. Anyway, my issue is this, we have purchased WhatsUpGold network monitoring for our servers and...
View ArticleDatabase restore issue
Hi, I am restoring a backup of sql server 2005 which I inherited on to sql server 2012 and is in a recovery pending state and the reason why is, this is a backup from a different domain and does not...
View Articleselecting credential that are mapped to SQL login
Hi,is any way to select SQL logins that are Mapped To Credentials as using this query I get only NULL:SELECT credential_id FROM sys.server_principals WHERE name = 'test_login'I see the list of Mapped...
View ArticleMaintain logs for Database Audit specification Create,Alter,drop,Enable and...
how can i Maintain logs for Database Audit specification Create,Alter,drop,Enable and disablePrem Shah
View ArticleSQL Agent job schedules
Hi All, I want to understand the behavior of a scheduled job. Here is the scenario: I have a slow running job.SQL Version : Microsoft SQL Server 2008 (SP3) - 10.0.5500.0 (X64) Developer Edition...
View ArticleDoes this server need more memory?
Hi, Have a SQL (VM) server which has four instances of SQL 2012 all sharing 58GB of RAM. Been getting random out of memory errors since yesterday; SSIS throwing system exception out of memory and CLR...
View ArticleSend email when source and target table row count is not matching
We would like you to add a sanity check step in the Sql Server Agent Job Step to compare the record counts in the source tables/views and the corresponding fact/dimension tables every time the job is...
View ArticleNeed DDL trigger before SQL Server instance shutdown
Hi,I have SQL Server 2014 Enterprise Edition with a number of in-memory tables sitting in my database.When server is restarted it takes many hours to recover my database if there was data in these...
View ArticleDifference between column based indexes vs row based indexes and logical...
Hi Everyone,Difference between column based indexes vs row based indexes and logical joins vs physical joins in sql server.Regards,Vaishu
View ArticleHow do I access to the database of Microsoft SQL Server from Matlab using ODBC?
I built a data source from Microsoft SQL Server in ODBC and attempted to connect to the data source using Database Explorer in Matlab, however, I got the error "[Microsoft][ODBC Driver Manager] Invalid...
View ArticleMissing system administrator account.
Hello theere.I have a problem on SQL server 2012 while i'm installing server.Could you remind me how i can fix this probem?
View ArticleLinked server issue
OLE DB provider "SQLNCLI" for linked server "servername" returned message "Invalid character value for cast specification".OLE DB provider "SQLNCLI" for linked server "servername" returned message...
View ArticleHow to optimize stored procedure without modify
Hi Everyone,How to optimize stored procedure without modify?Is there is any way to forcing index without using FORCESEEK hint?Regards,Vaishu
View ArticleIs It possible to embed an ssrs report within an email that being sent from...
So far what I have is a fully completed SSRS Report that works exactly how I want. What I am trying to accomplish now is to send out an email when one of my tables in my database changes values for one...
View ArticleConnectivity errors in SQL jobs
Hi All, We are seeing intermittent communication link failures for sql jobs and we have to re-run the jobs once again. Also, some of our team suspecting its a TCP Chimney offload issue. What is the...
View Article