database administration

SQLServerCentral Article

SQL Server 2016: The New @OneResultSet Parameter in SP_SpaceUsed

  • Article

EXEC SP_SPACEUSED can return only one result set if you want it to. This is possible using a new parameter in SQL Server 2016. If are familiar with the inbuilt stored procedure sp_spaceused, I am sure you will find this new parameter quite useful.

4.38 (8)

You rated this post out of 5. Change rating

2016-11-30

2,001 reads

External Article

3 Built-In Technologies for Centralizing SQL Server Administration

  • Article

DBAs can be more effective in managing their workload by centralizing their procedures. There are several features of SQL server that can be harnessed to this end: PowerShell is only part of the solution: there is also Central Management Server, Master /Target Agent and the Remote Server Administration Tools. It's time to work out your objectives and pick the most suitable technologies to meet them.

2016-07-05

3,753 reads

Technical Article

RE: Query relational data

  • Reply

I assume you are referring to metadata. Take a look at the INFORMATION_SCHEMA views. For example: SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' This will show you all tables in the database. Look up INFORMATION_SCHEMA in Books Online.

You rated this post out of 5. Change rating

2005-05-26

Technical Article

RE: help with date parameters

  • Reply

Using the DATEPART function will not allow the optimizer to use the index on the reortsentdate column so your statement will force a table scan.For more info on how to work with sql server dates you might want to look at these articles: http://www.sql-server-performance.com/fk_datetime.asp http://www.karaszi.com/SQLServer/info_datetime.asp

2005-05-25

Technical Article

Outcourcing Operations

  • Topic

Outsourcing should be used to free up staff, not replace them. That's a great mantra and one that's being espoused by the Gartner Group to its client. The logic is simple. Much of the IT budget it just "keeping the lights on", the tedious, mundane, everyday stuff that the Operations folks do. By outsourcing these […]

2005-05-04

2 reads

Technical Article

RE: please help!!!

  • Reply

Please be carefull not to duplicate posts. Leave replies here http://qa.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=178989

2005-04-30

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