Forum Replies Created

Viewing 15 posts - 7,276 through 7,290 (of 7,428 total)

  • RE: Deleting a log file

    Also after doing the items he listed for 2k if you are using, then do a shrink on the database and log file to force it back down. If you...

  • RE: SQL Server RAM Usage

    My point was to see if the C swap file is corrupt. Not redistribute it. I have seen this can be the case and I feel it is always best...

  • RE: Distributing Encrypted SQL FILES

    Which the VB thing or any other encryption method is a waste IMHO, as once it is loded into SQL Server the only encryption you can use is the SQL...

  • RE: Nested querries

    Good luck, and enjoy. Let us know if you get stuck elsewhere or something puzzles you.

  • RE: Nested querries

    Thank you, thank you, I will be here all week.

  • RE: SQL Server RAM Usage

    Try this, go and change the settings of the swap file setting C to 0 and D to the 2 current added together. Could but I doubt be a corruption...

  • RE: Restore Database (loading)

    Sorry I don't have a clue about delays with that size database but I would assume it would be up already as I have recovered on a 10 GB db...

  • RE: SQL Server RAM Usage

    Now with paging file filling up on one drive you get drive contention. The data swapping back an forth can actually be your biggest issue. Think of it this way...

  • RE: MacAddress network card

    That seems to be the only way from the SQL side. But as long as you only have one nic there really is no worry. However I don't know if...

  • RE: SQL STATEMENT query

    Good catch.

  • RE: Restore Database (loading)

    You must have left it in an offline state unless it is extremely large. It is waiting for additional restores. Look at Restore database in SQL books online about this.

    ...

  • RE: Trace parameter values using Profiler??

    My bad, extreme appologies.

  • RE: Newbie Needs Help with Trigger

    Like this

    CREATE TRIGGER dbo.tr_Name ON dbo.CSDTicket_Info

    FOR UPDATE, DELETE AS

    INSERT INTO CSDHistory (List.of.columns.with.data.to.fill) SELECT list.to.match.plus.any.variables.such.as.HOST.or.USERNAME.but.defaults.like.GETDATE().I.would.put.on.the.history.table.as.default.for.the.column.they.go.in FROM deleted

    Hope that makes sense.

  • RE: GROUP BY problems

    DA NADA (Means Your welcome in spanish).

  • RE: Nested querries

    quote:


    INNER JOIN creates indexes and the other method doesn't? I didn't get that. Same with OUTER, LEFT and RIGHT JOINS?


Viewing 15 posts - 7,276 through 7,290 (of 7,428 total)