How to join the Rule ID to the Error Excel data table.
I have a requirement to get the invalid active rule ID from the rule table for the interface errorsInterface has the logic to log an error, if more than 1 rule found for same combination of product,...
View ArticleFuture of SQL Server
Hello. I've known Microsoft doesn't support own SQL Databases any more. Last version was 4 (in 2012). Can you recommend me something as alternative one with full of compatibility for WPF and...
View ArticleDatabase tables and view what is the difference?
SQL server it is possible install other instance? what is advantage and impact of other instance server installation, how to give rights to users, what is Databases (system database, Database...
View ArticleSQL 2012 service accounts best practice
I'm installing SQL Server 2012 for ConfigMgr 2012 r2 and I wonder what is the best practice for SQL service accounts.During the installation of SQL Server, in the server configuration/Service accounts...
View ArticleI want to make crud stored procedure
helloI have two table 1. Model(model_id(PK), model_code, model_desp)2. Maker(maker_id(PK),maker_code,maker_desp,model_id(FK))Now I have Gridview in asp.net c#MODEL TABLE...
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 Articlecopying tables along with their indexes between databases
I use sql server management studio express. I have a database that has some questionable schemas, roles, etc, so I decided to create a new database, with just tables, stored procedures, and...
View ArticleIssue in rebuilding index after restoring database from sql server 2005 to 2012
Hi All,We have recently restored a database named DBA_admin from our sql server 2005 instance to sql server 2012 and we have added the database to out weekly maintenance plan. After adding the database...
View Articletablediff with linked server
Hi,i have created a linked server that point to a firebird database,everything is fine , i can query the database with something likeSelect * from MYLINKEDSERVER...MYTABLEnow , can i use tablediff...
View ArticleManagement Studio strange behaviour
I have a strange problem with Management Studio.If I attempt to create anything within a database, instead of getting the GUI form to create the item, I am instead given what looks like the raw SQL...
View ArticleMinimal Logging by using the sp_tableoption 'table lock on bulk load'
First - sorry if this is a duplicate question. Thougt that I had posted this earlier, but cannot find it anywhere on the forum.SQL 2008 R2. Trying to get Minimal Logging working for an INSERT INTO...
View ArticleDatabase and Tables Access Logs
Hi,How do I check if someone is accessing a DB or table? Is there a way to see logs of people running select queries and other queries against DBs and tables?Thank you.
View ArticleSQL-server restore to point in time - the correct way to do it.
Hello, I've been recently trying to learn how to restore an SQL database to a point in time. My database is in FULL recovery model, I run one weekly backup, daily incremental backups and one daily log...
View ArticleIssues with Grant view definition permission
Hi Experts,I am need to grant privileges for a user to be able to script all the databases, so I have granted VIEW DEFINITION to ABC\user by usingUSE master GO GRANT VIEW ANY DEFINITION TO ABC\user,...
View Articlenegation operator with OR condition
Select * from tblPerson where (City != 'Chicago' OR City != 'London')This query should not give the list of cities with Chicago or London names, but it is giving me all the list. I want to know what...
View ArticleWant to check view and table changes
For each release we have lots of table and view changes. After the changes are made I want to run a little script that does a SELECT on each view and table on the DB and then CATCH and report on any...
View ArticleProblem with trigger
I am facing little difficulty. I want to ask that how I can point or find the next row in table and start pointingnext rows in loop while making triggers or procedures.
View Articlesql server login password
I need default login name and password waiting for your replays
View ArticleT-sql query to check if the columns have null then insert into new column
Hi,I have a table with columns res_street_address,res_Zip,mail_street_address,mail_Zip.I have to insert these columns values to destination table with columns Street_address and Zip with condition that...
View Article