maintenance

Technical Article

RE: Newbie: continuing backup failures

  • Reply

Thanx for your quick response. OK. The maintenance plan is for the master, model & msdb. The master & msdb are set to Simple and the model set to Full Recovery mode. I checked the permissions tab on all: The user/roles listed on the permissions tab are public, guest, printuser, and 2 other user groups. […]

You rated this post out of 5. Change rating

2003-08-26

2 reads

Technical Article

RE: Transactional replication - SQL 7

  • Reply

Andy, Thank you for the help. So if I understand you correctly the identity column must just be manually recreated on the subscription database and it should work fine? What about all the table relationships, is that taken over as well when creating the replication DB? Regards Raino Botha

You rated this post out of 5. Change rating

2003-08-21

1 reads

Technical Article

RE: SQL 7 - Set Single_User

  • Reply

I usually try something like this "kill & set" in an attempt to get the single_user option in before the other user/app does: use master declare @kill varchar (8000) select @kill = ISNULL(@kill , '') + ' kill ' + cast(spid as varchar) from sysprocesses where dbid = db_id('pubs') print @kill exec (@kill) exec sp_dboption […]

You rated this post out of 5. Change rating

2003-08-13

Technical Article

RE: How much disk I/O is 'a lot'?

  • Reply

After reading this topic I ran some tests that shows me something different about LIO and PIO's, as shown by 'set statistics IO on'.. If I do a scan on a 40000 block table on a freshly started DB (so nothing cached (in SQL(!)), 'stats' tell me it's doing 1 scan, 40000 logical reads, 0 […]

You rated this post out of 5. Change rating

2003-07-11

2 reads

Technical Article

RE: Problem creating index due to column stats

  • Reply

Hi shas3, Thanks for ur prompt reply.It was spot on. The db giving problems had 251 entries in sysindexes while other one had 7 for that table !! In my case i dropped and recreated the table. But in case that isnt possible i was wondering what could be the easiest way to put the […]

2003-07-10

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers