sql server 2019

Technical Article

RS Internal Error !

  • Topic

I use Reporting Services to provide my users with parameterised reports specific to their department.  I have set up a simple system whereby all users have access to all reports (no custom roles).  Windows authentication is used for report access and I have a windows group with appropriate rights assigned to browser role.Now here's the […]

2005-05-29

6 reads

Technical Article

Nested JOIN''s behavior

  • Topic

Hey all, got a query here that was reverse ported out of an Oracle app before I arrived out on customer site and the structure leads me to believe it's behaving more like a nested subquery arrangment than straight-forward joins.  Here's an idea of how it is structured:select <RETURN LIST>   from Table1 t1  inner join Table2 […]

You rated this post out of 5. Change rating

2005-05-27

1 reads

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

RE: GROUP BY problem

  • Reply

Hi Rob,just to let you know. I adjusted your SP for my needs and found out following:Ok, I didn't mentioned that I can have also day 0 (zero); because of that I had to bring in a isnull function. (See first statement for first where clausel)select h_min.hotel_id, h_min.theday, h_max.theday - h_min.theday + 1 from hotels […]

2005-05-16

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