Topics
Started by
Posts
Last post
We're having a bit of a performance issue with one of our tables, which seems to be behaving in a s…
10 replies
Suppose we have the following table. We have everything for the address packed into one cell.…
6 replies
Hi Guys, I need advice. I have almost 30 Update statements with different logic in one stored proc…
8 replies
Hi, I am aware that Redgate has a free ebook that explains …
6 replies
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
Viewing 15 topics - 1,036 through 1,050 (of 1,544 total)
You must be logged in to create new topics.