Disaster Recovery (DR)

Technical Article

RE: Uncluster SQL 2000

  • Reply

To "uncluster" them, backup up all the DBs, detach the DBs, uninstall the virtual instances, uninstall the default instances, and finally uninstall the cluster service. If it is your desire to keep those two servers as SQL servers, you'll need to reinstall SQL Server and then reattach the user databases.

You rated this post out of 5. Change rating

2003-05-20

1 reads

Technical Article

RE: "Cannot Generate SSPI Context"

  • Reply

quote: A developer in our company changed her password and since then this error has been happening intermitently. Is this just happening for SQL Server or for other services as well (file & print, for instance)? K. Brian Kelley http://www.truthsolutions.com/ Author: Start to Finish Guide to SQL Server Performance Monitoring http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1

You rated this post out of 5. Change rating

2003-05-13

Technical Article

RE: pinning a temp table to memory

  • Reply

I think using a table variable instead of a temp table will help you: DECLARE @t1 TABLE( c1 int, c2 varchar(10) ) now @t1 is a local table variable. Memory for it is allocated as long as the variable is in scope. The only disadvantage is that it consumes memory. Of course, it is much […]

2003-05-02

Technical Article

RE: Text Function Help

  • Reply

Don't really know if there is a best way. It depends on volume and type of data. You only gave example of 3 rows with one character data. The only way I know is to use loops, either a cursor and loop for each char or the following for a set based solution. Note, this […]

You rated this post out of 5. Change rating

2003-05-02

1 reads

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