Viewing 15 posts - 721 through 735 (of 1,221 total)
Another possibility, and keeping it in the SQL Server family, would be through using OSQL. I use that technique to run my DBCCs every night using this CMD file:
osql...
July 16, 2008 at 3:31 pm
A couple of thoughts.
First, try these, they might give you some ideas:
select * from master.sys.databases
select * from (your DB name).sys.database_files
The database_files view doesn't show the actual size of the data,...
July 16, 2008 at 3:23 pm
Donald, as far as going with a web interface, I don't really do ASP.NET right now. When the time comes, maybe I'll be able to revisit it. I...
July 16, 2008 at 12:45 pm
Donald Burr (7/16/2008)
July 16, 2008 at 12:19 pm
Jeff Moden (7/12/2008)
July 14, 2008 at 8:28 am
Steve Jones - Editor (7/11/2008)
July 11, 2008 at 10:47 am
Jeff Moden (7/11/2008)... Even storing duration as just a TIME is a problem because you'd never be able to store values over 24 hours. ...
That's my one problem with the...
July 11, 2008 at 9:26 am
Multi-server query sounds cool, could be very nice for consolidating job execution and DBCC info. I'm VERY thankful for separate date and time data types, I like the combined...
July 10, 2008 at 11:50 am
K. Brian Kelley (7/10/2008)... I still remember fondly my DEC Alphastation running Windows NT 4.0. ...
I remember going to a Comdex in Vegas one year (mid/late 90's?) and seeing a...
July 10, 2008 at 8:18 am
K. Brian Kelley (7/10/2008)You've seen SQL Server MVP Linchi Shea's book, right? If not, here's the title:
Real World SQL Server Administration with Perl
It's from the SQL Server 2000 days, but...
July 10, 2008 at 8:15 am
CarlosHawes (7/9/2008)
... I've gotta have my UNIX shell scripts. ...
I can't comment on shell scripts, but I've written two Perl programs to help me with day-to-day operations, and they save...
July 9, 2008 at 3:22 pm
Steve Jones - Editor (7/6/2008)
July 7, 2008 at 8:37 am
Lynn Pettis (7/3/2008)
July 3, 2008 at 12:36 pm
Agreed, G^2. Like a degree, a cert might indicate knowledge. And it can help get your foot in the door. But it still boils down to needing...
July 3, 2008 at 11:59 am
Viewing 15 posts - 721 through 735 (of 1,221 total)