Viewing 15 posts - 16 through 30 (of 39 total)
Thank you Jeff
Is there an application that translates the following code
CREATE ASSEMBLY [Database8]
AUTHORIZATION [dbo]
FROM 0x4D5A9000030000000400
January 6, 2019 at 12:38 pm
Thank you for your attention.
I want to translate query security to sqlclr.
I need this c # clr version of this query
January 6, 2019 at 12:16 pm
Merhaba,
Ingilizce bilmiyorum daha รถnceden belirttim. Kendi dilimde size yazacagim yardimci olursan memnun kalirim.
April 18, 2018 at 12:53 pm
Hi,
The code below generally gives what I want, but I want the details. That is, when the output is the information of the relevant record
[code...
April 11, 2018 at 12:45 pm
Hello
Thank you very much for your interest.
Because I do not speak English, I use translation.
There is a table where one entry is listed @IN
April 10, 2018 at 11:42 am
hi,
Last In First Out
I want to create a list according to.
April 10, 2018 at 7:49 am
Thank You ๐
The common area of ??the table is as follows.
SELECT * FROM @IN F LEFT JOIN @OUTE G ON F.STOCK=...
April 9, 2018 at 3:11 pm
Help please :crying:
What I want is impossible ?
April 9, 2018 at 1:04 pm
Hi
Error message
declare @T table
(
stockId int not null,
dealId int identity (1,1) not null,
dealType char(1)...
April 4, 2018 at 11:28 am
Hi,
Check the solution.
declare @purchased table (id int,sku int,dt date,price money,qty int)
declare @sold table (id int,sku int,dt date,price money,qty int)
March 21, 2018 at 10:06 am
The solution I'm looking for
drop table #t
drop table #r
create table #T
(
stockId int not null,
dealId int identity (1,1) not...
March 21, 2018 at 9:57 am
I do not know english.
Google translates only so much ๐
The first-in, last-out logic is this
March 20, 2018 at 2:34 pm
March 20, 2018 at 7:38 am
Viewing 15 posts - 16 through 30 (of 39 total)