Viewing 15 posts - 736 through 750 (of 8,760 total)
THIS IS A DIFFERENT WAY OF DOING THIS
EXPERTS CORRECT ME IF I AM MISSING...
February 3, 2019 at 6:57 am
February 3, 2019 at 6:04 am
Be careful here, this query will ignore any missing records in the destination table.
😎
Here is a quick example, the change is bold in the where clause.
February 3, 2019 at 4:04 am
Database A ...
February 2, 2019 at 6:57 am
I have source data as below. How can i split the data into equal halves...
February 2, 2019 at 6:05 am
February 1, 2019 at 8:02 am
No real arguments at all. I'd just say that while, yes, this ain't...
February 1, 2019 at 7:23 am
Some people just don't get it :pinch:
😎
February 1, 2019 at 7:13 am
CASE
WHEN...
February 1, 2019 at 6:50 am
January 31, 2019 at 7:41 am
Here is a simple solution
😎
USE TEEST;
GO
SET NOCOUNT ON;
DECLARE @Product_Details TABLE
([Language] varchar(2), [format] NVARCHAR(max))
January 30, 2019 at 3:30 am
January 27, 2019 at 6:29 am
January 23, 2019 at 5:57 am
lukaszpiech - Wednesday, January 23, 2019 5:30 AMThank you for reply.
Unfortunatelly, i don't have client identifier in originating table
Can you add an...
January 23, 2019 at 5:54 am
Viewing 15 posts - 736 through 750 (of 8,760 total)