Expressions

Technical Article

RE: SQL UDF to return hours

  • Reply

Hi Dave!I am a newbie when it comes to SQL, sorry for inconvienience, your answer worked perfectly, but  I meant to say minutesWith your above answer, can you change that to return MINUTES instead of hours and exclude holidays that are in TableA .  Lets say TableA hasHolidayDate 2004-08-09 00:00:00.000 2004-09-24 00:00:00.000 2004-12-16 00:00:00.000 2004-12-26 00:00:00.000 […]

You rated this post out of 5. Change rating

2004-11-15

1 reads

Technical Article

RE: Rollbacking changes by giving date as input

  • Reply

I am NOT an expert.But you can try this.1. Do a transaction backup.2. Then do a restore of your database to the date that you want to roll back.3. Backup or copy out your database.4. Restore your database back to today.5. Delete all records.6. Copy back from your backup (from step 3)This will not work […]

You rated this post out of 5. Change rating

2004-11-08

Technical Article

RE: Variable in Dynamic SQL

  • Reply

--I think this might solve your problem (you no longer need the @Out variable):Create Procedure RecCount (@Table as Varchar(20)) AsBegin       Declare @strSQL as varchar(100)        Declare @Out as int       Set @strSQL='Select Count(*)  from ' + @Table       Exec(@strSQL)End------Hope this helps

You rated this post out of 5. Change rating

2004-08-20

Technical Article

RE: DBAs versus SQL Server

  • Reply

We have 39 servers running 42 instances. We have over 600 databases. There are three clustered servers. There is one full time DBA, one junior DBA and the manager of the group is a part time DBA. We hardly ever get involved in development DB design (no time). We spend most of our time doing […]

2003-06-05

1 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