Viewing 15 posts - 481 through 495 (of 1,221 total)
I would suggest two changes where you declare the cursor:
declare db cursor for
select name from master.dbo.sysdatabases
where name not in ('master','tempdb')
and charindex('-',name) = 0
and version 0
Checking the version prevents trying...
May 5, 2009 at 4:40 pm
A friend of mine wanted to conduct a license audit of her installation and used sysprocesses to get the info. On each server she created a DTS job that...
May 5, 2009 at 11:24 am
I've been thinking about this project, it looks like I might actually get to do some work on it soon. I think I'm going to do a "logical split",...
April 30, 2009 at 11:44 am
It's rare that I have easy problems because I try my best to resolve 'em before I post here! 😀
All of the users are NT authority. I add them...
April 13, 2009 at 4:10 pm
Now THAT was a clever retaliation!
Talk about hoist by your own petard! :hehe:
April 3, 2009 at 8:06 am
Bob Abernethy (4/1/2009)
April 2, 2009 at 4:58 pm
Steve, I think you might have a lingering conversion issue when you took the site to MySQL, I had terribly long load times when I was trying to access Erik's...
April 2, 2009 at 8:18 am
John Emil Halleland (6/22/2005)
It seems like you are installing SP4 from an UNC path.
" "
Try mapping that path to a local drive and run SP4 setup.bat from the mapped drive.
John...
March 27, 2009 at 7:00 pm
I have to write the front end application for it, that's the only thing that VB applies to. It would probably make no difference what language I did it...
March 27, 2009 at 9:49 am
That was my understanding, but that could be old (pre-OS X) or inaccurate. I've always wanted to work with Solaris, but I've never had the gumption to really buckle...
March 24, 2009 at 11:17 am
Thanks, Lynn! I can never keep 'em straight. 😀
March 24, 2009 at 10:41 am
Bleh! I remember writing file updates for such sorted layouts in Fortan and Cobol: not much fun! But it is an excellent illustration as to why you can...
March 24, 2009 at 10:40 am
Hey, Paul. I had to re-read the thread to refresh my memory!
Did you follow the steps I mentioned on my second post on the second page with the y.dat...
March 24, 2009 at 10:07 am
Manie Verster (1/16/2009)
March 10, 2009 at 2:39 pm
Nope, not an industry that should have a seriously high level of security. Personally I think that root password should be longer than 10 characters, but it would be...
February 20, 2009 at 12:02 pm
Viewing 15 posts - 481 through 495 (of 1,221 total)