Forum Replies Created

Viewing 15 posts - 481 through 495 (of 1,221 total)

  • RE: DB Reindex all Databases

    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...

  • RE: What is sysprocesses and what can it do for you?

    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...

  • RE: Normalize or not?

    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",...

  • RE: Permissions Problem

    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...

  • RE: The SQL Server Easter Egg

    Now THAT was a clever retaliation!

    Talk about hoist by your own petard! :hehe:

  • RE: The SQL Server Easter Egg

    Bob Abernethy (4/1/2009)


    Before leaving home this morniing, I HAD to booby-trap the spray hose attachment on our kitchen sink - by wrapping a rubber band around the handle so it...

  • RE: Question of the Day for 01 Apr 2005

    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...

  • RE: SQL 2000 Service Pack 4 (SP4) Installation Hangs !!!

    John Emil Halleland (6/22/2005)


    Hi

    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...

  • RE: Normalize or not?

    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...

  • RE: SFTP Problem and Solution

    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...

  • RE: SFTP Problem and Solution

    Thanks, Lynn! I can never keep 'em straight. 😀

  • RE: A theoretical flat file database, how could it work well?

    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...

  • RE: connect to Sftp using putty ssis

    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...

  • RE: Risky Backups

    Manie Verster (1/16/2009)


    ... Just to help you right. By salted (remember I am an Afrikaans (Dutch) speaking South African) I actually meant knowledgable or trained. Salted is a word we...

  • RE: The Scary DBA

    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...

Viewing 15 posts - 481 through 495 (of 1,221 total)