Viewing 15 posts - 3,946 through 3,960 (of 6,679 total)
bodhilove (4/7/2010)
Ok you got me on that.Is there any disadvantage to let your data file grow continously? maybe fragementation
That would all depend upon what your IO subsystem is capable of...
April 7, 2010 at 10:00 pm
Paul White NZ (4/7/2010)Heh...so, I hadn't noticed that - I just saw the 2005 reference. Nevertheless, this is the 2005 forum, so maybe other people that read this thread...
April 7, 2010 at 9:55 pm
Why do you think you need to add another file? Are you having performance issues with the current file? How large is the file now?
April 7, 2010 at 7:56 pm
Paul White NZ (4/7/2010)
USE tempdb;
GO
CREATE TABLE dbo.A (a INT NOT NULL);
CREATE TABLE dbo.B (b INT NOT NULL, c INT NOT NULL);
GO
INSERT dbo.A (a) VALUES (1);
INSERT dbo.B (b, c)...
April 7, 2010 at 6:17 pm
Phil,
If you use the following, the users will not be able to see anything at all except the objects they have access to:
Deny View Server State To {your user};
Deny View...
April 7, 2010 at 5:37 pm
CirquedeSQLeil (4/7/2010)
Jeffrey Williams-493691 (4/7/2010)
Grant Fritchey (4/7/2010)
You kids take this outside or I'm going to get my belt!
If you don't stop right now - I'm going to turn this car around...
April 7, 2010 at 5:32 pm
Grant Fritchey (4/7/2010)
You kids take this outside or I'm going to get my belt!
If you don't stop right now - I'm going to turn this car around and we will...
April 7, 2010 at 5:28 pm
GSquared (4/7/2010)
Leaving it at the default 10% is a good way to end up with...
April 7, 2010 at 5:21 pm
CirquedeSQLeil (4/6/2010)
Jeffrey Williams-493691 (4/6/2010)
CirquedeSQLeil (4/6/2010)
Paul White NZ (4/6/2010)
CirquedeSQLeil (4/6/2010)
I really thought the thread would surpass 14k today.
Probably will - though the definition of 'today' varies...;-)
Eight hours of 7th April 2010...
April 7, 2010 at 8:13 am
CirquedeSQLeil (4/6/2010)
Paul White NZ (4/6/2010)
CirquedeSQLeil (4/6/2010)
I really thought the thread would surpass 14k today.Probably will - though the definition of 'today' varies...;-)
Eight hours of 7th April 2010 remain (local time).
Down...
April 6, 2010 at 10:03 pm
If object explorer is showing you that version - and you have disconnected and reconnected, then you did not upgrade the server. You only upgraded the client components.
The server...
April 6, 2010 at 8:13 pm
Tom.Thomson (4/6/2010)
john.arnott (4/6/2010)
Or 8" floppies for that good old nineteen seventies vibe.
You know, the first time I played with a computer was in 1966 (it was the Ferranti-Packard Orion II...
April 6, 2010 at 8:04 pm
Jeff Moden (4/5/2010)Nope... you don't really need to do that if it's a single query that does the inserts into the truncated table.
For the maximum speed, though, I'd maintain "two"...
April 5, 2010 at 9:11 pm
Use the normal install process - when you have the option to select the Advanced button (bottom right of the form), select that button. Don't change where the program...
April 4, 2010 at 5:30 pm
Litespeed comes with it's own litespeed maintenance utility for deleting old backup files. Look in the documentation for litespeed on the command line utilities.
April 4, 2010 at 9:10 am
Viewing 15 posts - 3,946 through 3,960 (of 6,679 total)