Updating Tables from other Tables
Hi I'm new SQL so please help if you can.We currently have two CAD software packages that output their own DB's. We have combined both outputs into a SQL DBso lots of tables from CAD App 1 and lots of...
View Articleeasy question about REPLICATION
Hi fellas, It's a simple question, can I configure my distributor as Sql Server 2008?Both Publisher and Subscriber will be 2012.as usual, thanks for your time
View ArticleWHY THIS IS NOT IMPLEMENTED - MAY TAKE FEW HOURS OF PROGRAMMING????
WHY THIS IS NOT IMPLEMENTED - MAY TAKE FEW HOURS OF PROGRAMMING????https://connect.microsoft.com/SQLServer/feedback/details/489804/make-extended-properties-visible-in-object-explorer-details
View Articlewhite pool اكبر شركة صيانة وايت بول ( 01154008110 ثلاجات 0235699066 ) اصلاح...
الرائدون فى مجال صيانة الاجهزة المنزلية , مصرتوفر شركة صيانة وايت بول الصيانة والتجديد للاجهزة ارقام اتصال وايت بول 0235682820 01223179993 || 01154008110 |01210999852المحمول :01060037840 غسالات وايت...
View ArticleSimple transaction scenario example needed.
Hi, I would like to design a simple database table for;1) Application form tableFront Office User can fill the application form and apply for services.2) Control and Confirmation tableThe Department-A...
View ArticleDocumentation.
I've used the Extended properties to document all tables and fields in our database. And have started working on documenting functions and proceedures. I can not find away to document the parameters...
View ArticleObtaining total per group
Hi all of you,DDL+DML declare @k1 table (AccID bigint, BranchCode integer, ShortDescAcc nvarchar(3) ) Insert into @k1(AccId, BranchCode,ShortDescAcc) select 20000001, 1, 'KAC' union all select...
View ArticleWhich Small Footprint Database to Use and Get Visual Studio Express 2013...
I have a WinForms app that uses a couple embedded SQL CE databases. After installing Visual Studio Express 2013 awhile back, I discovered recently that database designer support for SQL CE has been...
View ArticleExecuteNonQuery requires an open and available Connection. The connection's...
I am trying to migrate my Point of Sales software to a newer computer using PickMeApp. However in the process of the transfer I receive a message;"SysConfigDB;AddNewTable -ExecuteNonQuery requires an...
View ArticleConfiguring SQL for performance
To say that I am a noob to SQL is an understatement, but I am attempting to learn as much as possible. I manage an SCCM environment and I need to build a test lab environment and I wanted to know what...
View ArticleSql script run based on some version
I would like to know, how to run the contents of a script (*.sql) conditionally. Say i have a product and i want to write the upgrade script. I would have different versions of the product, V1, v2,...
View ArticlePerformance improvement approach
Hello,Our application does a lot of inserts into a table B which is a heap with nonclustered indexes (7 million inserts a day) and it does a bulk insert. when it does bulk insert I am thinking it is...
View ArticleSQL Azure DB vs Azure DW
I'm running a SQL Azure database mainly as a source for Power Query and Power BI data extractions. is there a benefit to converting the database to a data warehouse? It's not clear to me what the...
View Articlealways on - configuration on AWS
Hi,I am managing SQL SERVER 2012 alwayson 2 replica (1 sync and 1 async) 1 replica DR site with AG groups.now company need to move in to AWS cloud service. Greatly appreciate if any one send me...
View ArticleWhich is the best third party tool for Oracle Database development.
Hi all,I am an oracle certified professional and have been developing in oracle developer(Forms and Reports) for more than 20 years. I am a business application developer. I want to change to visual...
View Articleminimum required windows server setup to install SQL Server
what is the minimal required windows server configuration to install SQL server 2005 and 2008 r2 ??
View ArticleHow to create staging table
Hi Expert, I have a scenario where we have Import functionality, Like we can import data for user from some third party system. Now I am thinking to create staging table to validate data and filler...
View ArticleSQL desing, what table is needed to store my events.
Hello community. I am creating an iot solutionI am using webhook (JSON) to recive data from my unit to azure function apps. the webhook contains a "serialID" and a "event" and my thinking is that when...
View ArticleHaving too many indexes for a table cause any performance issue while bulk...
Having more than 1 index per table will cause any problem in bulk data insertion and bulk data update in multi user environment ? case 1:like for an example bulk data insertion and update will max upto...
View ArticleSlow running query
Below query running very slow...select COUNT(1) from [bts_mst] inner JOIN [BTS_Retailermapping_mst] on [bts_mst].BTSID=[BTS_Retailermapping_mst].SAM_ID inner JOIN KPI_Transaction_Inbound on...
View Article