SQL

Technical Article

ODBC Connection failure.

  • Topic

Hi, I am not an experienced guy in SQL Server. Please help me to solve my problem. I can connect through Static connection to SQL Server without any problem. Eg, Enterprise Manager or Power Builder etc. But when I connect through Query Analyzer or ODBC I getting the following error. ODBC: Msg 0, Level 16, […]

You rated this post out of 5. Change rating

2005-01-06

1 reads

Technical Article

RE: DTS and "Flags"

  • Reply

Hi, Happy New Year There are two very basic options. The first is to generate a DTS package that performs all the tasks you need, alternatively, you could split the tasks into smaller DTS packages and schedule them as ‘Jobs’ (under management folder (if using 2000)). In both options you have a precedence order so […]

You rated this post out of 5. Change rating

2005-01-05

Technical Article

RE: Date Ranges

  • Reply

From reading your post it looks like you want to know guests who will be in the hotel for at least one day between 8/1/05 and 8/10/05.  It also looks like it doesn't matter when they will be checking out.  Try the following query:Select <ColumnList> From <Table> Where ArrDate Between '08/01/05' and '08/10/05'

You rated this post out of 5. Change rating

2005-01-04

Technical Article

RE: HUGE Log File

  • Reply

Really the quickest way?Detach the db, rename or delete the log, attach the DB or useBACKUP LOG WITH TRUNCATE_ONLYDBCC SHRINKFILEBtw, changing the recovery mode has not much to do with the growth of the log file. In doing so, you give up your ability to restore to the point of failure or a point in time.

You rated this post out of 5. Change rating

2004-12-29

Technical Article

RE: Need your generous Help

  • Reply

I am very aware of the need, not just in Srilnka, but in all the countries that were hit. I must question your legitimacy, if you are true, then you have my prayers.  Anyone who wishes to help would do better to donate to the local, national Red Cross (http://www.redcross.org/), or whatever relief organization exists […]

You rated this post out of 5. Change rating

2004-12-29

Blogs

Real-World SQL Mastery: Your Hands-On, Mess-Free Sandbox

By

Are you ready to take your SQL skills from theoretical to tactical? If you've...

Set a Runtime Variable in an Azure DevOps Pipeline

By

Note: I DO NOT recommend this. Any changes to a pipeline should be in...

A New Word: Symptomania

By

symptomania – n. the fantasy that there’s some elaborate diagnosis out there that neatly...

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