Viewing 15 posts - 2,386 through 2,400 (of 59,098 total)
@MannySingh... despite what was found on script 2, thanks for stepping up to the plate to teach.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 2:53 am
If it were me, I'd get on the phone with Veritas .
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 1:48 am
Thanks, Steve.
It's a tougher question than I thought.
All I want to do is add an Instead Of Update trigger to a table, do a small task, and then do an...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 1:43 am
From the article:
"The last few years, however, it seems that ASD is getting features first, which then slip into a release that I can download and run locally."
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 12:58 am
Are you all set now?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2022 at 10:57 pm
SGAB, does any one have a decent example of an Instead Of Update trigger that will handle more than one bloody row at a time and also ONLY...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2022 at 10:50 pm
hi,
We have a master table, single table which I loop thought, to do some task, the master table is very rarely changed.
So while looping through , I put some...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2022 at 10:43 pm
Manny:-
I do not think example 2 actually works.
Here is your SQL Statement for Example 2:-
Declare @holdname sysname
Declare getdbname cursor for
Select name from master.sys.databases order by name
Open...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2022 at 10:33 pm
K. I was just checking. To paraphrase "Red Green", "We're all in this together and I'm pullin' for ya."
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2022 at 10:13 pm
Your solution did not convert to 12 hour or include AM PM designation.
Ha, I know you suggested against using FORMAT but that is what I ended up doing .
FORMAT(CAST(field_here...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2022 at 10:09 pm
SGAB, does any one have a decent example of an Instead Of Update trigger that will handle more than one bloody row at a time and also ONLY update the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2022 at 4:14 am
Ok... they've fixed the notifications issue and it appears have been doing things correctly for a while now. Does anyone have any more problems with that issue?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2022 at 4:10 am
I'm with Rick and ZZArtin on this one. But, I WILL put a positive spin on things...
It's a funny thing... I didn't realize, when I first started, how much investing...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2022 at 4:04 am
Thanks Jeff .. by default, will all sorting be done in tempdb during Index creation?
It took you longer to post the question than it would for you to look...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2022 at 3:20 am
Replace GETDATE() in the following with your datetime valued.
SELECT CONVERT(CHAR(10),GETDATE(),110)+STUFF(RIGHT(CONVERT(CHAR(19),GETDATE(),100),8),7,0,' ')
Some will suggest using the FORMAT function... I strongly recommend against that. See the article at...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2022 at 3:07 am
Viewing 15 posts - 2,386 through 2,400 (of 59,098 total)