Viewing 15 posts - 1,441 through 1,455 (of 15,381 total)
Ed Wagner (6/17/2016)
Sergiy (6/16/2016)
My point was - the question about finding current time does not have a correct answer without specifying additional conditions.
And I think that's fine. If you...
June 17, 2016 at 7:17 am
Luis Cazares (6/16/2016)
Brandie Tarvin (6/16/2016)
On a serious note, I'm really hoping no one gets hurt when this...
June 16, 2016 at 7:46 am
llouw1 (6/15/2016)
splitstring is an existing function on our server that I didnt want to mess with...
I would recommend using one or the other. Using multiple splitters is awfully confusing.
June 15, 2016 at 8:07 am
yuvipoy (6/15/2016)
Create Table test12 (i int, j int)
insert into test12
Select 1,5
Create procedure test
(@tablename varchar(10),
@filedval int,
@where int)
as
Begin
declare @String varchar(200)
set @String = 'Update '+ @tablename +' Set j...
June 15, 2016 at 7:55 am
I have to ask....why are you using two different splitters?
SplitString
&
DelimitedSplit8K
June 15, 2016 at 7:50 am
ScottPletcher (6/14/2016)
Sean Lange (6/14/2016)
ScottPletcher (6/14/2016)
In autocommit mode, when can an UPDATE statement partially complete, some UPDATEs made, some not, where SQL does not roll it...
June 14, 2016 at 1:51 pm
ScottPletcher (6/14/2016)
In autocommit mode, when can an UPDATE statement partially complete, some UPDATEs made, some not, where SQL does not roll it back?
Edit:...
June 14, 2016 at 1:43 pm
Steve Jones - SSC Editor (6/14/2016)
Sean Lange (6/14/2016)
TomThomson (6/14/2016)
Even more interesting answer statistics. The documentation is very clear and up-front about two limitations: (i) resource govenor doesn't work...
June 14, 2016 at 10:06 am
ChrisM@Work (6/14/2016)
Sean Lange (6/14/2016)
Luis Cazares (6/14/2016)
People are given answers with an article that explains the solution, but won't bother reading and keep posting...
June 14, 2016 at 7:38 am
Luis Cazares (6/14/2016)
People are given answers with an article that explains the solution, but won't bother reading and keep posting saying they don't...
June 14, 2016 at 7:26 am
llouw1 (6/14/2016)
I am pressed for time...as we all are LOL...
all I need to do is read through the table and for every new record I need to re-set...
June 14, 2016 at 7:26 am
llouw1 (6/14/2016)
no - in your example - where you have a variable @String - I would have a table and not just one variable e.g.
1,4:yes 6:yes 7:yes...
June 14, 2016 at 6:56 am
TomThomson (6/14/2016)
Even more interesting answer statistics. The documentation is very clear and up-front about two limitations: (i) resource govenor doesn't work across instances and(ii) resource govenor doesn't concern...
June 14, 2016 at 6:53 am
Brandie Tarvin (6/14/2016)
Ed Wagner (6/14/2016)
BrainDonor (6/14/2016)
Brandie Tarvin (6/14/2016)
June 14, 2016 at 6:40 am
patrickmcginnis59 10839 (6/10/2016)
Sean Lange (6/10/2016)
June 10, 2016 at 1:52 pm
Viewing 15 posts - 1,441 through 1,455 (of 15,381 total)