Package Configuration Wizard hangs using VS2013 and SQL2014
hi, I'm having trouble to use the Package Configuration Wizard. The first time using is OK (that is I can configure-save-run it as a was used to in VS2008 / SQL2008R2). But when I want to edit the...
View ArticleGetting an error when trying to duplicate some code off of a website. What...
I found an article on the CodeProject website named [url=http://www.codeproject.com/Articles/627421/T-SQL-MapReduce]T-SQL MapReduce[/url]. I'm trying to duplicate the SQL code there into a SQL Server...
View ArticleAlter table performance
Hi all, I have a question regarding performance. I need to alter several tables, changing columns from decimal(18,4) to decimal(19,8). Some of the tables have millions of rows. So, in your...
View ArticleHealthcare / Medical sample database?
Does anyone know of an "AdventureWorks-esque" sample database for the heatlhcare, health insurance or medical industries? I'm currently unemployed, and have plenty of experience looking at...
View ArticleSQL Server 2014 Certification
Hi All, It might be wrong category to ask this question. But Since it's for SQL 2014, I want to know about the certifications related to this version. I'm currently looking to do cetification in...
View ArticleJoin/merge tables
First, hello!! :-) I hope this is the right place to post such a beginner question. I am a complete novice, at best, but really like sql/php/et al; desire without knowledge causes hair pulling-out :-D...
View ArticleHow to sum and group data
Hope someone can help. I want to group the following data attached by CUSTACCT, YEAR, PERIOD(month). As you can see in the attached example, I see duplicates for late fees and Exchange fees but none...
View Articleselect columns from different tables without join
can you please help answer this?how to join 2 heap tables with out any common fields.for example tbl1 hascol1 12345 and tbl1 2 hascol2abci want the output likecol1 col21 a2 b3 c4 5is this possible with...
View ArticleHelp using data from two tables in a single script
Hey, I haven't used SQL very much and it's been a few years and I'm trying to wrap my head around a concept.Basically I've got two tables with a common column (in this case it's UserID)The structure of...
View ArticleInvalid Object Name
Hi All,I am trying to execute a stored procedure to update a table and I am getting Invalid Object Name. I am create a cte named Darin_Import_With_Key and I am trying to update table...
View ArticleRemove Duplicates in opposite columns
I have a table containing the following data:LinkingID ID1 ID2166202 180659 253178166202 253178 180659166334 180380 253179166334 253179 180380166342 180380 180659166342 180659 180380166582 253179...
View ArticleSQL DATABASE
I have a matrix table. These status can be changed by the user and I want to capture each change in database with out updating the earlier statusPending ActivatedIn PROGRESS Submitted CompletedPending...
View ArticleHow to repeat the same row combination?
Hello,I am working on a scenario where I would need to repeat the same row for previous MonthIDs, here's the example (snapshot attached):CustomerID MonthID RSCID Flag1 Flag2 Flag3123 294 3456 0 0 0123...
View ArticleUNION vs. PIVOT for de-flattening SOME columns of a partially flat table
We have a table with 500+ columns. The data is non-normalized, i.e. there are four groups of fields for for "people", followed by data that applies to all people in the row (a "household").For ad-hoc...
View ArticleA select query with 5 WHEREs
Friday fun?[code="sql"]create table [where] ([where] char(5))goinsert into [where] ([where]) values ('where')goselect [where] from [where] where [where] = 'where'godrop table [where]go[/code]
View ArticleLogical Sql server developer Question
Hi, please help me to get below logic in Derived transformation, SSIS.Logic:ensure the Docket number is 5 digits and populate with leading zeros if not.I have to check input number field is 5 digits,...
View ArticleVita Ultra To Keep Skin Looking Young
The pct of males [url=http://www.skinphysiciantips.com/vita-ultra/]Vita Ultra[/url] who hurt from manlike knocker someone as par with women is Compared to women, around men die in the US each period...
View ArticleThe server principal 'test-login' already exists.
Hello,I created a login by these two TSQL commands:[code="sql"]CREATE LOGIN [test-login] WITH PASSWORD=N'mypassword, DEFAULT_DATABASE=mydb, DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF,...
View ArticleSelecting and merging records for a singular complete record
I have a database full of different types of leads some for company A some for company B and so on, each doing a different service. However the leads from B can be used for A and leads from A can be...
View Article