Auto Create Statistics OFF for ETL?
Re: Auto Create Statistics OFF for ETL? We have an ETL process that during the nightly process it truncates our 800+ tables, then inserts table data from another system. This is the only process that...
View ArticleIndex Fragmentation In AX Dynamics 2012 Database
Hi,I've noticed that indexes in my AX 2012 database get very fragmented very quickly. Is this normal and that I should just defragment them regularly or is there a possible issue here that needs...
View Articleis it good practice to change index, according to frequently updated columns?
Hi ,is it good practice to change index, according to frequently updated columns?
View ArticleSql Server Email Scheduling Jobs?
I Have A tables Users:user_id username user_email friend_id1 abc abc@gmail.com 1Friends TableFriend id...
View ArticleVertical lines displayed whenerver I open a new query
Hey guys, whenever I open a new query I see 3 vertical lines on the screen, from top to button. Did a full reinstall, and they are still there.Any ideas how to get rid of them?Thank you!
View ArticleAccess is denied for SQL Server 2008 R2 on Windows XP SP 3
Hi,I am trying to install SQL Server 2008 R2 RTM - Express with Advanced Services on Windowes XP Service Pack 3.I downloaded "SQLEXPRADV_x86_ENU.exe" to my desktop.As soon as i run it it says "Access...
View Articletrigger to call URL
I am writing to seek help, if it is possible to create a insert trigger, for calling a url for example google.com. so the trigger would call the google.com url, when a new data record is inserted in...
View ArticlePartitions and SSMS GUI
How do i create the following using the SSMS GUI?Create a partition function that will split data to 10 partitions for every year from the year 2000 to the year 2009. Use the smallest possible data...
View ArticleHigh DB Server CPU When Opening Form In Dynamics AX 2012
Hi,I have an issue with Microsoft when a particular form is opening the CPU on my database server spikes. On the application the form takes ages to open(up to 40 minutes).I ran a Profiler trace...
View Articledb_owner Schema owner
I wanted to delete a user (no longer with the company) from a database. The delete failed indicating that the user owned a schema.... I found his AD account (no longer in our system) was the schema...
View ArticleAttaching a database
I ran the following code and got the error message listed below it. Is there a way to attached the database?CREATE DATABASE semanticsdb ON (FILENAME = 'C:\Program Files\Microsoft Semantic Language...
View Articleinstallation disk will not open or autorun.
Brand new installation of sbs 2011 premium add on (SBS 2008 R2) on dell power edge box. Ready to install SQL Server 2008 R2 (disk 2 of the premium add on package). DVD drive will not open or browse...
View ArticleCustom Script generator for SQL Database Objects
Hi ,I would like to know if there is any custom script generator available for SQL objects which could help me to prepare deployment scripts. I want to add small code block automatically when I...
View ArticleSQL server error log size is too big to handle
I am working with a large database on windows sql server 2008 R2 such that it has to run continuously 24x7 because of that it is not possible to restart the server time to time. It is kind of...
View ArticleDo not include records where one field equals another
Hi everyone,I am working with a master view that is grabbing several fields from several different views and joining them together. Two fields in this view are account_number and parent_account_number....
View Articlesql server auditing
Dear All,I have problem with SQL Server 2008 I want add host name and ip address of client in to audit as default column.very thanks.
View ArticleCase within case in join
I am trying to set up a join where what fields are matched depend on the value of another field but cannot seem to get the syntax right. I have only posted part of the query as it is quite long and the...
View ArticleNeed help with this CASE statement
Hi everyone,I would like to create a CASE that references another view and uses fields in that view to create a new field in a new view.The fields I am working with are called LEVEL_CD and...
View Articleselect command
Hi,Im working on asp.net im trying to get price when I select project in dropdown.Dropdown contains project namesSELECT [ID] ,[PID] ,[Item] ,[Description] ,[Quantity] ,[Price] ,[Total] FROM [testitem]...
View ArticleUse CLR trigger to launch another .NET program
Hello,I have a question, I am using SQL Server 2014 now, I have a small data table with only 1 field; I have one .NET program inserts some data records into the table, not very often.I want to create a...
View Article