Topics
Started by
Posts
Last post
In need of some assistance, I am trying to connect to AS400 machine to pull data from it, as a link…
12 replies
I am trying to create a bit of dynamic sql to select from a table with criteria for FirstRow and La…
7 replies
Hi Everyone I've got a strange issue that I think is an environment issue. I can query our Stage en…
1 replies
I want to take an order table and do something like an unpivot into a new table. For each item row…
1 replies
IF OBJECT_ID('table1') IS NOT NULL BEGIN DROP TABLE table1; END; GO CREATE TABLE dbo.table1( col…
4 replies
Hello All - I feel like a dope here, but I need some help. I have a case statement which is throwi…
11 replies
We have a table (tblASAP_Detail_v3) which we fill from different sources and which was derived from…
20 replies
Hello Communty, I try to create for each employee, on line with Subtotals, but my query repe…
3 replies
Hi I am after some advice on working with JSON extract file sizes from SQL 2017 stored procedures f…
1 replies
hi Does Analytical Platform System (Parallel Data Warehouse) support eMail feature, like in traditi…
1 replies
I have the following query SELECT DateADD(day,9-DATEPART(dw,cdata .call_datetime ),cast(cdata .call…
8 replies
Hi, I want to create a new records based on the difference between Start and End dates when …
1 replies
Does anyone have any recommendations for sites which publish the daily LIBOR rates in a form which …
4 replies
Hi there, everyone. I've been trying for two days now to figure out a way to iterate through a tabl…
4 replies
Hi, this is funny. I got Execute SQL Task with SQLStatement as stored procedure; also I have Result…
4 replies
Viewing 15 topics - 586 through 600 (of 1,544 total)
You must be logged in to create new topics.