Topics
Started by
Posts
Last post
For fun and learning only.====================================== Which years are similar to a speci…
7 replies
**1st part to achieve:** I'm trying to return the row for a person "ABC1" where it has the APP_STAR…
2 replies
More of a generic theortical question rather than coding... For our application, we now want to int…
2 replies
Hi,I installed the development copy of SQL Server on my Surface Pro (I have the latest one), and I …
8 replies
What is causing this error in the following code: Msg 8115, Level 16, State 8, Procedure sp_calcAre…
16 replies
How can I combine right and left string function to extract data for one columnI am trying to extra…
1 replies
Why YES, I have read Jeff Moden's article... but this question is a bit different.I'm trying to fig…
1 replies
Hi, I have source data as below. How can i split the data into equal halves and get the other half …
9 replies
HiA user enters a date in uk format (i.e '24/01/2019') into a web form (.net). I then call my…
16 replies
I am trying to develop a program that prints greetings card verses which contain long strings of te…
4 replies
create table #a (a int, b varchar(1000), c int)insert #a select 1,'a',1 union select 2,'b',1 select…
3 replies
Hi, I have this situation, we are now on month FEB, I want data from Jan this year, even in DECEMBE…
3 replies
Sample code: CREATE PROCEDURE ColorPopularity AS BEGIN SELECT Color, SUM(Quantity) AS QuantitySol…
9 replies
HiCan someone help me with why I am not able to load the attached XML file using SSIS?When I tried …
5 replies
In the code below what is the purpose of the SELECT statement before @SalesTaxDue = (@TaxRate * .01…
11 replies
Viewing 15 topics - 1,036 through 1,050 (of 1,539 total)
You must be logged in to create new topics.