Viewing 15 posts - 2,311 through 2,325 (of 2,900 total)
DECLARE @BackupFile char(91), -- 91 is length of BACKUP script
@strSQL VARCHAR(8000), @DateSuffix char(16)
set @DateSuffix = CONVERT( char(16), getdate(), 121 )
set @DateSuffix = replace(@DateSuffix, '-', '')
set @DateSuffix = replace(@DateSuffix,...
November 12, 2007 at 11:58 am
I came across this in my notes, but haven't tried it lately ... (too tired & busy right now)
+++++++++
--This selects every 500 th record, using an identity field
SELECT fielda, fieldb,...
November 12, 2007 at 11:53 am
Yelena Varshal (11/12/2007)
Hi kid,why don't you get your own login?
+1 The price is right
November 12, 2007 at 11:43 am
We need more info. Are your different databases related, so that there might be common tables and SPs in multiple DBs ? Or are you combining unrelated...
November 12, 2007 at 11:39 am
RESOLUTION: There was a duplicate IP address caused by dhcp after upgrading to Windows Server 2003. It has been removed, so that should resolve it.
Thanks to everyone for all the...
November 5, 2007 at 7:39 am
FWIW:
I just tried to ping the server & it timed out, although I could remote desktop into it, so it is up & running. Normally, I have been connecting with...
November 3, 2007 at 8:07 pm
Steve Jones - Editor (10/31/2007)
Is this a homework or test question?Perhaps you can post what you think should happen and we can help guide you.
+1
November 2, 2007 at 12:35 pm
Could you do "in-place" ?? side-by-side seems like so much more work, but may be required in your situation.
November 2, 2007 at 12:32 pm
Are you doing "In-Place" upgrade or "Side-by-side" upgrade ? I've just done "In-Place" upgrade and I didn't have to do anything for replication. It kept right on working...
November 2, 2007 at 12:12 pm
Put on Service Pack 2, then you'll get it (not sure about SP1)
November 1, 2007 at 12:21 pm
We use a similar product, SQLSafe by Idera. Works quite well. Otherwise, you could xxcopy the backuping across the network, then doing the restore locally. That's what...
November 1, 2007 at 8:30 am
Thanks for all the replies !
BOL has this about ALTER INDEX (replaces dbcc dbreindex), so maybe I can reindex while users are accessing the tables, even though I'm in 80...
October 30, 2007 at 3:12 pm
ALZDBA (10/30/2007)
- If you want to use the...
October 30, 2007 at 2:25 pm
I have not re-indexed anything. I encountered some problems over the weekend during the upgrade & ran out of time. Is it recommended to rebuild all indexes ?
October 30, 2007 at 2:02 pm
I ran into a couple of issues installing a separate instance of 2005 on a box that already had 2000. One issue was a conflict with JDBC drives ... it...
October 30, 2007 at 1:54 pm
Viewing 15 posts - 2,311 through 2,325 (of 2,900 total)