Topics
Started by
Posts
Last post
I'm Using the below script to get the results set accordingly. SELECT Min(wq.WorkQueueStartWorkDat…
2 replies
Working through an ETL project at the moment and started to question some of my previous design tho…
13 replies
use adventureworks go select YEAR(OrderDate) as orderyear, SUM(case MONTH(orderdate) when 1 then To…
8 replies
I think this should be a case statement anyway. I have a table storing items and their options, so…
3 replies
I'm wondering how might I search every character in a string for numeric and alpha characters? Nume…
13 replies
I have a table that is populated by a job every hour. The first step is to truncate the table then…
3 replies
Hello all need to find a faster way to do this select into I'm using or ststatementso filter on mu…
12 replies
Hi all, I would like to ask for some help and maybe the best practices on calculating the 90th perc…
11 replies
Hi all. I want to generate all possible combination on dividing N object to N person. I create a co…
10 replies
Hello all, I have an access database using sql server as the backend. It has been very simple in d…
10 replies
HI Is there any way to read the (Inbox) mails from exchange servers(outside the sql server)? my fi…
5 replies
Hi i am trying to use design mode. but it is throwing error . is there other wayt to add column in …
8 replies
I've seen lots of examples of CTE's on line using a single table.......my situation I need to recur…
5 replies
I want to do sentiment analysis, I need to know how I can achieve this using SQL Server?
5 replies
HI, I have two queries, Query 1 - is the total result equal to 80 the Query -2 is a subtotal with …
5 replies
Viewing 15 topics - 4,501 through 4,515 (of 10,636 total)
You must be logged in to create new topics.