Forum Replies Created

Viewing 15 posts - 2,296 through 2,310 (of 2,904 total)

  • RE: registering a remote database

    Kenneth,

    Thanks for correcting me. It was a slip of the mind . But Chris is correct, my main point is that usually TCP...

  • RE: Previous Queries

    I'm not sure this answers your question, but if I understand you correctly....

    at the bottom of the Active Topics page, there is something like this:

    Showing page 1 of 12 -...

  • RE: Shrink db grows log

    Check out the BOL, use the Index tab and enter DBCC SHRINKDATABASE. Select the Transact-SQL option and scroll down to Remarks. Find the paragraph that starts with "Because a log...

  • RE: registering a remote database

    Is there a firewall involved? Some firewall teams turn off TCP Port 1433 as the SLAMMER worm uses that port (it's the default for SQL Server). You could still PING...

  • RE: Point in time restore.

    What makes the Transaction Log (TL) backups really 'cool' is that if you do:

    FULL BU

    TL BU

    TL BU

    FULL BU

    TL BU

    and your second FULL BU is corrupt, whatever all is not lost....

  • RE: QOD 7th Jan 04

    HAS_DBACCESS is in the SQL Server 2000 BOL.

    -SQLBill

  • RE: QOD 7th Jan 04

    There's a lot of undocumented stored procedures and DBCC commands. But what I found interesting about the QOD is that NONE of the answers met the question:

    -------------------

    What T-SQL could you...

  • RE: How to properly backup transaction logs.

    In the BOL, use the Index tab and enter BACKUP DATABASE. That will not only give information about backing up the database but also about backing up the log.

    Basically, you...

  • RE: New Forums are Live!

    How do I log off? I clicked on LOGOUT, got the main page, clicked on LOGOUT on the menu bar, clicked on LOGOUT on the menu bar, clicked on....

    FINALLY, I...

  • RE: New Forums are Live!

    On the QOD forum, there is the list of threads. To the left of the thread title there are two columns. One has an envelope the other is usually empty....

  • RE: Top 100 things you don't want the sysadmin to say

    There were some duplicates in the list, especially around item 54. But it was still funny.

    -SQLBill

  • RE: Beta Test New Forums

    Andy,

    About the stuff running off the side. The login page is good. The list of forums is also good. But when I click on any forum and go to the...

  • RE: Top 100 things you don't want the sysadmin to say

    What a riot!!!!!!!!! I'm sending this list to my SysAdmin. He'll get a big kick out of it.

    -SQLBill

  • RE: what is wrong with these statements

    It wasn't a waste of time....sometimes the little things are just overlooked. I know I've had it happen to me.

    -SQLBill

    When is the obvious not obvious? When someone else has to...

  • RE: what is wrong with these statements

    What error are you getting?

    In your example, is the @varUser_Name a typo?

    You have BRAIN, shouldn't it be BRIAN?

    -SQLBill

Viewing 15 posts - 2,296 through 2,310 (of 2,904 total)