SQL Server - Table archive
Hi,I need to backup a database and restore it on another server.I have 2 very large tables with 10 years of data and I pretend to, before the backup, move those 2 tables data to some kind of archive...
View ArticleView SSRS reports on web
I have developed SSRS reports.. client want them to view over the web.. they want to have a link where they can access these reports anywhere..Can you please suggest the right option to perform...
View ArticleSlow log backups with high CPU
Hi there,We are having considerable pain when performing log backups on a large database with many files and partitions. The database in question is over 1TB and has approximately 4,000 files (for...
View ArticleSQL Server DMV
Greetings All,I want to retrieve back the past queries in my database while using DMV. My query join with dm_exec_query_stats and found out this dm_exec_query_stats only store today data, how to...
View ArticleDatabase Compression - Not compressing my Databases on SQL Server 2014.
Can anyone answer why my SQL Server Database Backups don't appear to be applying the Data Compression option when I submit a backup using the Management Studio GUI (?). I begin by setting up all my...
View ArticleDifferenct language setting for a same User in SQL SERVER
Hi All,I have two web application and storing the information in two different databases in Sql server. I have mapped IUSER for those two databases.Now, I want to configure the language setting for...
View ArticleSQL server Post Validation
Hi All,I need such query or queries which can show me my SQL server Status as follow1) All SQL server services are online and running 2) All Databases are online and accessible (sp_helpdb doesn't gives...
View ArticleFailed to initialize sqlcmd library with error number -2147024809
I have searched around but cannot find an answer to this so any help is appreciated. I have a 2014 server with dual instances. When I execute the following query , it succeeds on one instance but...
View Articlechange some fields to be anonymous
HelloCould you please tell me how to change some column and their fields to be anonymous?(I have a database and i wana give one of its tables to some one else but i dont want them to see some of the...
View ArticleDBCC & DMV commands
What are the DBCC & DMV commands used in Backup & Restore of data base and server
View ArticleEnable SQL Server Priority Boost to a default 0 or Disable it ?
Based on your experience, is it still dangerous if SQL Server Priority Boost is enabled and set to 0 ( default ) ?Microsoft is not detailed on the impact of the default setting 0 and setting of 1. I...
View ArticleUnderstanding moving primary key clustered index to a new file group.
Hello,we are planning to move primary key clustered index to a new file group to save some space on primary file group. We are planning to use following command to move it to the new file group,CREATE...
View ArticleSSMS stop displaying any database object and DBCC return database consistency...
I am using Dynamics AX 2012 with SQL Server 2012. Suddenly my database stop working, when I try to check through SSMS there is no table or view or procedure displaying in the management studio but I...
View ArticleWhat technical difference between development and standard/enterprise editions?
All information which I found is devoted to legacy for different versions. But I need to understand technical different.Really I asked testing throughput for MSSQL Server on different...
View ArticleSQL query question
Hello,We are having performance issues on the SQL server 2012 Ent edition. I was able to trace the expensive queries that are causing the perf issues. But I am trying to identify the host name from...
View ArticleDatabase exception: SMux Provider: Physical connection is not usable [xFFFFFFFF]
Hello,In my application some time i will get below error message:Database exception: SMux Provider: Physical connection is not usable [xFFFFFFFF]. Unable to open a logical session...
View ArticleUpdate Statistics,Performance Issue
Hi,We have Auto Update Statistics property of DBs set to true.I want to know If we have to do update statistics periodically or not!
View ArticleSqlDataReader returns 0 rows when using a SQL login when called from a...
Hi,We have a database problem that I will describe below:a) We have two database servers and one application server.b) We have a windows service running on the application server (running under a...
View ArticleHost name is null in sql server
Hi,I need help for investigating the cause behind hostname value becoming null in sql server.I found multiple time hostname value becomes null.using select @@servername.which is resolved by running...
View ArticleSQL server database in recovery
Hi,After SQL server restart SQL database went in recovery mode. i am not able to access and i try to recover the database its showing below error. Msg 3101, Level 16, State 1, Line 1 Exclusive access...
View Article