.NET

Technical Article

Query error ?!!!

  • Topic

Hi every one...I execute this query : SELECT     news_content.id_doc AS ID, news.publish_date, news.publish_time, news_content.title, news_content.abstract, news_content.lead, news.image_title,                       news.image_main,                       SUM(doc_view_stats.hour_00 + doc_view_stats.hour_01 + doc_view_stats.hour_02 + doc_view_stats.hour_03 + doc_view_stats.hour_04 + doc_view_stats.hour_05                        + doc_view_stats.hour_06 + doc_view_stats.hour_07 + doc_view_stats.hour_08 + doc_view_stats.hour_09 + doc_view_stats.hour_10 + doc_view_stats.hour_11                        + doc_view_stats.hour_12 + doc_view_stats.hour_13 + doc_view_stats.hour_14 + doc_view_stats.hour_15 + doc_view_stats.hour_16 […]

You rated this post out of 5. Change rating

2004-12-06

4 reads

Technical Article

How to ORDER BY using an @parameter

  • Topic

Is it possible to take in a parameter and use it as the column name or column number in the ORDER BY clause of a SQL statement?  I've copied the SP_Columns stored procedure and created a new one from it.  I want to specify a sort order as one of the parameters when I run the […]

You rated this post out of 5. Change rating

2004-11-24

3,668 reads

Technical Article

Any Extended Stored Procedure is there to find out the number of drives in the server and their capacity

  • Topic

Hi,Any Extended/Undocumented Stored Procedure is there to find out the  drive name and their capacity in the server .(we know xp_fixeddrives gives only the free space in each drive i want to know the capacity of the each drive)Any Stored  proc/Extended Stored proc /Undocumented DBCC Command to find out size/max size of the datafile and data […]

2004-11-22

Technical Article

WebService - Enabling SQL Server 2005 Procedures

  • Article

One of the most interesting features that I'll explore is that you can now create WebServices in the database tier directly, without resorting to "add ons" or even the use of IIS at all. One of the many extensions to Transact SQL is the new CREATE ENDPOINT statement, which allows the developer to create an endpoint directly from SQL Server 2005, which hooks right into the Kernel Mode HTTP.SYS driver, exposing functions and stored procedures written either in T-SQL or native CLR methods/classes.

2004-11-04

3,131 reads

Technical Article

Msg 2754 from Transact-SQL

  • Topic

Does anyone know how to get rid of Msg 2754 when using RAISERROR with a Severity greater than 18?I keep getting the following. I know what it means, but I just can't see the point of it. I would rather it not appear on the error log.Msg 2754, Sev 16: Error severity levels greater than […]

2004-10-30

530 reads

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