SQL

Technical Article

RE: Hardware raid Configuration

  • Reply

Raid5 is suitable for low cost and mainly read only applications as every write operation needs to calcul the parity to be written to the parity disk. Read operation can be fast because several spindles (physical disks) coud honour the read request.Raid10 is one of the most expensive RAID solution but ont of the best […]

You rated this post out of 5. Change rating

2004-08-26

Technical Article

RE: Dup finding question...

  • Reply

Hmm... I'm not sure I understood the question... are you asking how to mark all entries with duplicity, instead of leaving always one of them unmarked? If so, then try this:UPDATE e SET Dup = Yes FROM Employees e JOIN (SELECT FirstName, LastName, count(EmployeeID)  FROM Employees  GROUP BY FirstName, LastName  HAVING count(EmployeeID) > 1) as […]

You rated this post out of 5. Change rating

2004-08-26

Technical Article

Backup to network device failing

  • Topic

I am backing up from one server to another server across the network.  This has been working for months.  Then on Monday night netweork backups began failing with an error like this:Processed 829088 pages for database 'molert', file 'molert_data_1' on file 1. [SQLSTATE 01000] (Message 4035)  Processed 959 pages for database 'molert', file 'molert_log_1' on […]

You rated this post out of 5. Change rating

2004-08-18

50 reads

Technical Article

RE: Help using TOP n

  • Reply

this works using the top method i have used a query to pick the top column from each table in the database - replace with your own table names and foreign keys create table #mytemptable ..... (add in table design here) declare @sysid int declare curs1 cursor for select id from sysobjects open curs1 fetch […]

2004-07-30

Technical Article

RE: Cannot Register an Instance of SQL Server 2000

  • Reply

Hi rmizzar!It might be caused by what protocols that are used. I would try to first set the language to tcp/ip and if that does not work, to named pipes.If you are logged in on the server when you do this, use the Client Network Utility and go to Aliases tab. Type in the servername […]

You rated this post out of 5. Change rating

2004-07-28

Technical Article

RE: Common temp tables in procedures

  • Reply

Not sure, folks, but I think the original question was about having temp tables with the same name running in stored procedures that run at the same time.  The answer, Sahana, is that temp tables that start with a single # sign are session sensitive and a call, via EXEC, seems to also be considered […]

You rated this post out of 5. Change rating

2004-07-20

Blogs

Query Store Keeps Switching Itself Off, Getting it Moving Again

By

I recently received a complaint that Query Store for a particular database was turned...

EightKB 2024 – Schedule and Registration

By

Hello Hello, We. Are. Back! The schedule for EightKB 2024 Edition has been announced!...

Inside SQL Server Backup and Restore History Pruning with sp_delete_backuphistory

By

I had a customer that was looking to document a restore that had occurred...

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