Viewing 15 posts - 7,276 through 7,290 (of 7,428 total)
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...
February 11, 2002 at 4:24 am
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...
February 9, 2002 at 10:04 am
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...
February 9, 2002 at 9:24 am
Good luck, and enjoy. Let us know if you get stuck elsewhere or something puzzles you.
February 8, 2002 at 7:09 pm
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...
February 8, 2002 at 5:43 pm
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...
February 8, 2002 at 5:11 pm
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...
February 8, 2002 at 5:05 pm
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...
February 8, 2002 at 4:58 pm
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.
...
February 8, 2002 at 4:46 pm
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.
February 8, 2002 at 4:42 pm
quote:
INNER JOIN creates indexes and the other method doesn't? I didn't get that. Same with OUTER, LEFT and RIGHT JOINS?
February 8, 2002 at 4:36 pm
Viewing 15 posts - 7,276 through 7,290 (of 7,428 total)