Viewing 15 posts - 47,191 through 47,205 (of 59,095 total)
De nada!
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2008 at 5:27 pm
Alex koranteng (11/15/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2008 at 5:02 pm
zpq4 (11/16/2008)
So I’m sure I’m missing something. Anyone care to enlighten me?
Heh... not unless you've ever had to pass an array from a GUI to the database....
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2008 at 4:57 pm
I agree on both counts... storing numerics as varchar just doesn't sit well with me either. Neither does storing a large negative number as a default. You could...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2008 at 10:11 am
If you have DTS or SSIS packages, they may be calling some of those jobs and they'll run when called whether they're disabled or not.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2008 at 9:24 am
Cool... thanks, Steve...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2008 at 9:20 am
Maybe I'm an old stick in the mud, but to me, it does matter.
For example, a lot of folks just flat refuse to work over 40 hours... can't...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2008 at 9:18 am
Ahmad Osama (11/16/2008)
I ran this command on my machine and setup.txt file do exist........
You need to read the rest of my previous post... SQL Server CANNOT see your drive as...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2008 at 8:11 am
Stupid question, but have you checked to make sure the object still exists? Someone may have dropped it or maybe a DBA renamed it to see who squawks to...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2008 at 9:03 pm
Ah..., sorry Brian. I was, in fact, missing your point. Now I understand what you meant and why. Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2008 at 8:59 pm
Just curious... do authors still get free copies? And, what was the cutoff for V6?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2008 at 8:39 pm
I got it right but this is a really bad question for people who are still stuck with SQL Server 2000. These types of questions should probably identify the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2008 at 8:31 pm
Yet, the same company will break your horns for sending private emails from work or using the company telephone to make personal calls to an old flame in Australia.
Nah... mixing...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2008 at 8:25 pm
Good editorial, Steve. I noticed the following statement...
"On one hand I can understand that ethics and morals are becoming more important."
Heh... when were they ever not the most important...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2008 at 8:18 pm
I just ran the following on my server... only thing I changed was the file name to match a file I had.
DECLARE @hr int,@object int,@objfile int,@datecreated int,
@path varchar(200),@filename varchar(100)
set @filename='c:\Sample.txt'
EXEC...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2008 at 7:59 pm
Viewing 15 posts - 47,191 through 47,205 (of 59,095 total)