Viewing 15 posts - 46 through 60 (of 73 total)
Remi,
as we say; "There a many ways to Rome".
When I started within ICT I learned it the scripting way. Nowadays its a click and ready application doing the job for...
November 11, 2004 at 6:38 am
The maximum number of bytes per row is 8,060.
will be less if you use replication !!
GKramer
The Netherlands
November 11, 2004 at 3:03 am
Seems that your page chaining is corrupt. the database can not find the items on the right spot on the pages. Try Reorg or Reindex ( if DBCC checkdb (repair) does...
November 11, 2004 at 2:59 am
Before purchasing the SQL Source Control from Skilled Software please evaluate Visual Source Safe from Microsoft. I once used it in a medium - large environment and it worked fine.
I...
November 11, 2004 at 2:44 am
Dumb Questions DO NOT EXCIST !!!!
try;
select <all columns you need>
into #temp_table
from original_table
drop original_table
select *
into original_table_remake
from #temp_table
GKramer
The Netherlands
November 11, 2004 at 2:36 am
Some tips to help monitoring all the active servers.
A) Setup a linked server to every active server from you maintenace server.
B) Write A script (SP) to retrieve every database on each...
November 11, 2004 at 1:52 am
Steve,
Reading the two related articles I could not agree on the mentioned symtoms (I thought).
The "Kill that target server" article mentioned the server has been moved and the Microsoft PRB...
November 11, 2004 at 12:54 am
newbie......( Charl )
you can monitor the servers automatically
The original question is / was "how to administer" !!!
Grasshopper.....( Jonny )
I also have to administer 160-170 sql servers ( several hundreds...
November 10, 2004 at 6:21 am
from bol;
*********************************************
Returns only meta data to the client.
SET FMTONLY { ON | OFF }
No rows are processed or sent to the client as a result of...
November 10, 2004 at 5:44 am
just a thought....
use one of the DBCC commands ( DBCC checkdb )....
GKramer
November 10, 2004 at 5:32 am
Hi,
plaese try "SQL server compare" ( freeware ) .. just 1Mb and very user friendly.
GKramer
November 10, 2004 at 5:28 am
Hi
I use the DTSbackup2000 utility ( freeware ) .....smooth and easy.....recomandable..
GKramer
November 10, 2004 at 5:20 am
ALZDBA,
Thanks for replying, but the links couldn't expand my knowledge. The articles give an overview what it is and where you can use it for but that part I heard ( and...
October 22, 2004 at 5:30 am
Brows the Internet. There is an enourmous ammout of information about undocumented sp's.
http://www.databasejournal.com/features/mssql/article.php/1490641
Regards,
Gkramer
October 22, 2004 at 2:27 am
For backup files use the copy past mechanism trough your LAN. ( backup and restore )
This same goes for the datafiles after ( and before ) attaching and detaching.
How easy it can...
October 22, 2004 at 2:04 am
Viewing 15 posts - 46 through 60 (of 73 total)