Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Browsing all 3145 articles
Browse latest View live

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 Article


Getting 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 Article


Alter 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 Article

Healthcare / 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 Article

DENSE_RANK issues

Please Delete Topic

View Article


SQL 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 Article

Join/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 Article

How 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 Article


select 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 Article


Help 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 Article

Invalid 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 Article

Remove 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 Article

SQL 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 Article


How 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 Article

UNION 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 Article


A 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 Article

Logical 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 Article


Vita 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 Article

The 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 Article

Selecting 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
Browsing all 3145 articles
Browse latest View live