Viewing 15 posts - 1 through 15 (of 26 total)
March 20, 2017 at 7:45 am
I tried a workaround, instead of using double quotes, I use simple quotes and I remove the SET QUOTED_IDENTIFIER ...
March 17, 2017 at 5:06 am
March 17, 2017 at 4:04 am
March 17, 2017 at 1:38 am
March 17, 2017 at 1:34 am
March 16, 2017 at 3:28 pm
March 16, 2017 at 3:16 pm
Joe Torre - Thursday, March 16, 2017 2:44 PMCan you please explain again what you want to accomplish?
I want to create a stored...
March 16, 2017 at 2:58 pm
Joe Torre - Thursday, March 16, 2017 2:11 PMI would try using sp_MSForEachDB
Is there another way to solve this issue without creating system...
March 16, 2017 at 2:31 pm
March 16, 2017 at 1:54 pm
when I follow the double quotes it' s not ok too
from the fisrt line I have error
insert into @fullFiles
'select
a.value as val,
March 16, 2017 at 7:34 am
March 16, 2017 at 7:11 am
1) Start with your original SQL & do a global replace...
March 16, 2017 at 6:24 am
I found it, for line
I.Type = '+@UserType+' it should be I.Type = '''+@UserType+''' because I.Type = ''User' and not I.Type = 'User
March 15, 2017 at 3:37 am
First, you need the following itvf:
USE [Sandbox]
GO
/****** Object: UserDefinedFunction [dbo].[DelimitedSplit8K] Script Date: 3/3/2017...
March 6, 2017 at 12:00 am
Viewing 15 posts - 1 through 15 (of 26 total)