Viewing 15 posts - 39,016 through 39,030 (of 59,072 total)
wallace.dave (4/5/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 9:14 pm
Lynn Pettis (2/9/2010)
Can anyone point me toward more documentation on ROBOCOPY? I...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 9:03 pm
Bill Kline-270970 (4/2/2010)
We have a third-pary application and the users are complaining about performance....
Can someone enlighten me?
Yes... it seems that everyone approaches the problem of 3rd party code incorrectly......
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 9:00 pm
Here's the necessary tweek to cfradenburg's good code to make it work without surprises...
declare @param1 nvarchar(10)
set @param1 = '4,8,12'
declare @current_datetime datetime
set @current_datetime = getdate()
declare @get_min varchar(2)
select @get_min = datepart(mi,@current_datetime)
if patindex('%,'+@get_min+',%',','+@param1+',')...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 8:54 pm
cfradenburg (4/5/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 8:49 pm
Rob Schripsema (3/25/2010)
pablavo (3/24/2010)
I should have added that the main table will be truncated before every import and the new data added to it. So you suggest that it's a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 8:42 pm
winston Smith (3/8/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 8:30 pm
david_wendelken (4/5/2010)
Jeff Moden (4/5/2010)
What if we as developers or database people had a way to present different options to business people in more clear cut terms.
Interesting idea but reality gets...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 8:27 pm
COldCoffee (4/5/2010)
Jeff Moden (4/5/2010)
That will work for only 1 level of approval.
Jeff i did not have the time to execute the query, my bad :doze:.. but the solution using the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 8:13 pm
Are you logged in with SysAdmin privs?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 7:55 pm
ssk0507 (4/5/2010)
is Certification is necessary for all organizations.?
Heh... that's been the subject of many a heated debate. My experience has been that people with certifications haven't learned much because...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 7:52 pm
Sql Student-446896 (4/5/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 7:44 pm
TheSQLGuru (4/5/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 7:38 pm
Heh... a bit ironic... you lost your job to the recession and it was because the BI failed to begin with. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 7:30 pm
What if we as developers or database people had a way to present different options to business people in more clear cut terms.
Interesting idea but reality gets in the way....
--Jeff Moden
Change is inevitable... Change for the better is not.
April 5, 2010 at 7:29 pm
Viewing 15 posts - 39,016 through 39,030 (of 59,072 total)