Topics
Started by
Posts
Last post
Hello, Hello, the query below is giving me some trouble. the results of the below query are being m…
5 replies
I am trying to use a CTE (Common Table Expression) within a ScalarFunction . Am I able to do this. …
8 replies
Hi to all. A field (TransferredDate) in a view I query has a data type of datetime. I have a WHERE …
8 replies
I am relatively new to SSIS and I need to convert a varchar to and integer within SSIS that will ha…
4 replies
Using 2017 enterprise edition. I'm guessing that adding an identity column to a table with online=…
2 replies
Hi all. Strange issue (well to the untrained eye). --I have this line of code ROUND(SUM(CAST…
2 replies
Hi Im investigating poor PLE on one of our servers and using the following query to look at …
3 replies
Hello Everyone, hope everyone is well and staying safe! I have an issue that I've been working on a…
15 replies
CREATE TABLE RELATIONSHIP ( CASE int, INDIVIDUALID INT, RELATIONSHIPID INT, ) INSERT INTO RELATI…
2 replies
I am interested in joining an online project effort. Where is a good place to look?
1 replies
Hi, I've this, declare @t1 table ( Id int primary key, HowManyMonth int); insert into @t1(Id, HowM…
2 replies
Hi all, I have two insertions I'd like to make, into identically named tables, against multiple dat…
11 replies
Please assist. I have this query: App Filter Categories select a.label as 'App Category' , b.label …
1 replies
I'm rewritting some data warehouse load procs. The current process is filled with isnull(name,'n/a…
4 replies
Dear ALL I have a requirement of converting different date ranges into one single row, group by Emp…
10 replies
Viewing 15 topics - 196 through 210 (of 1,544 total)
You must be logged in to create new topics.