Viewing 15 posts - 91 through 105 (of 507 total)
I was not aware of SQL Zip at the time of this article or I would have included it for sure. I have used SQL LiteSpeed in our sql farm...
December 7, 2004 at 3:30 pm
Part two uses a 50 gig CRM database on a 6 way box with 8 gig of ram attached to a SAN. That is due out in a couple of...
December 7, 2004 at 12:23 pm
To be honest with you I'm not sure. Peter Yeoh may be able to answer that one? It may be the compression methods used.
December 7, 2004 at 9:29 am
SQL Litespeed offers scripts for log shipping as well. I'll check with Idera about SQL Safe.
Wes
December 7, 2004 at 7:43 am
It looks in a diffrent location for the server name @@SERVERNAME was used from 7.0 and back and has to have an entry in the sysservers table to work. that...
November 30, 2004 at 3:01 pm
Also, if you are using sql 2000 try
cast(serverproperty('servername') as varchar(256))
should return the name even if @@servername returns null
November 30, 2004 at 12:50 pm
Nether osql -l or SQL DMO will properly detect a cluster instance name. It will pick up the active node name but not the actual cluster name.
wes
November 19, 2004 at 10:07 am
Here is another thread
http://www.sqlservercentral.com/forums/shwmessage.aspx?messageid=105032
Also, what SP are you running there was a bug with restores and attaching databases that was fixed in I want to say SP3
Wes
November 15, 2004 at 3:48 pm
Can you give some more detail. What do you mean by dump the transaction log?
November 11, 2004 at 12:35 pm
I would agree. We are running win2k3 and haven't had any major issues but I haven't had to restore anything over 40 gig yet on those systems. We did have...
November 11, 2004 at 12:25 pm
set xact_abort ON
have you tried setting it before you do your insert?
November 11, 2004 at 12:16 pm
When you use the servername it thinks it is a linked server and will make a trip to find it. If you are on the same server three part names...
November 11, 2004 at 12:15 pm
actually, I don't use linked servers at all. I use osql and bcp. every server has a management database on it that houses all the tables and stored procs every...
November 11, 2004 at 6:07 am
I'm a home grown guy myself. Everything happens by server groups Prod Dev Test etc. and sub groups. All maint jobs and scripts deploy from a single administration server. All...
November 10, 2004 at 12:09 pm
Good man! BOL is your best first source for information. I use it every day.
Wes
November 10, 2004 at 11:59 am
Viewing 15 posts - 91 through 105 (of 507 total)