r language

Technical Article

RE: Online Repair and Recovery

  • Reply

To determine if there are space allocation or structural integrity problems,  Database Command Console (DBCC) command.  There are 6 commands that determine the granularity of the checking such as CHECKTABLE for a single table or CHECKDB for everything.  See Books OnLine under DBCC CHECKMost of these checks have the option to repair but some of the […]

You rated this post out of 5. Change rating

2005-03-10

Technical Article

RE: Maint plan won''''t delete .trn logs as scheduled

  • Reply

Have you tried the following? In Enterprise Manager, select "Management" -> "SQLServerAgent" -> "Jobs", then right-click on the job to get the pop-up menu and select "View Job History". When the job history dialog appears, select the "Show Step Details" check box. This should show more info about what's going wrong. Steve G.

You rated this post out of 5. Change rating

2005-03-10

Technical Article

RE: SQL DBA ROLE AND DUTIES

  • Reply

Just one day to gather roles and responsibilities ? Well, there are good posts to go by and lots of information out on the web. I'd really think twice though before committing ... depending on ...1) the size of your organization2) the number of servers3) number and types of applications4) network and OS support5) SLA's (Service Level […]

You rated this post out of 5. Change rating

2005-03-03

3 reads

Technical Article

RE: Checking SQL Server UPTIME

  • Reply

-- how to determin SQLServer Uptime --  Tracking Uptime by Brian Moran http://www.winnetmag.com/SQLServer/Article/ArticleID/38042/SQLServer_38042.html -- SELECT @@servername as ServerName, datediff(mi, login_time, getdate()) as SQLServer_UpTime_Minutes FROM master..sysprocesses WHERE spid = 1 go-- my own tests SELECT @@servername as ServerName,  Dateadd(ss, SQLServer_UpTime_Seconds * (-1), getdate() ) as StartUp_DateTime from ( SELECT datediff(ss, login_time, getdate()) as SQLServer_UpTime_Seconds FROM master..sysprocesses […]

You rated this post out of 5. Change rating

2005-03-02

Blogs

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...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

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